forked from mirrors/gecko-dev
		
	Bug 1287827 - Part 2. Build changes for removing Loop. r=glandium
This commit is contained in:
		
							parent
							
								
									24dba426cc
								
							
						
					
					
						commit
						08a2b46865
					
				
					 6 changed files with 0 additions and 21 deletions
				
			
		|  | @ -74,9 +74,6 @@ browser/extensions/pdfjs/** | |||
| browser/extensions/pocket/content/panels/js/vendor/** | ||||
| browser/locales/** | ||||
| 
 | ||||
| # Ignore all of loop since it is imported from github and checked at source. | ||||
| browser/extensions/loop/** | ||||
| 
 | ||||
| # devtools/ exclusions | ||||
| devtools/client/canvasdebugger/** | ||||
| devtools/client/commandline/** | ||||
|  |  | |||
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							|  | @ -11,9 +11,6 @@ ID | |||
| *.pdb | ||||
| *.egg-info | ||||
| 
 | ||||
| # Allow the id locale directory for loop ('ID' matches this normally) | ||||
| !browser/extensions/loop/chrome/locale/id | ||||
| 
 | ||||
| # Vim swap files. | ||||
| .*.sw[a-z] | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										10
									
								
								.hgignore
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.hgignore
									
									
									
									
									
								
							|  | @ -87,16 +87,6 @@ GRTAGS | |||
| GSYMS | ||||
| GPATH | ||||
| 
 | ||||
| # Various items for Loop | ||||
| ^browser/components/loop/standalone/content/config\.js$ | ||||
| ^browser/extensions/loop/.*/node_modules/ | ||||
| ^browser/extensions/loop/.*\.module-cache | ||||
| ^browser/extensions/loop/test/coverage/desktop | ||||
| ^browser/extensions/loop/test/coverage/shared_standalone | ||||
| ^browser/extensions/loop/test/visual-regression/diff | ||||
| ^browser/extensions/loop/test/visual-regression/new | ||||
| ^browser/extensions/loop/test/visual-regression/refs | ||||
| 
 | ||||
| # Git clone directory for updating web-platform-tests | ||||
| ^testing/web-platform/sync/ | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,7 +6,6 @@ | |||
| 
 | ||||
| DIRS += [ | ||||
|     'e10srollout', | ||||
|     'loop', | ||||
|     'pdfjs', | ||||
|     'pocket', | ||||
|     'webcompat', | ||||
|  |  | |||
|  | @ -106,7 +106,6 @@ libs-%: | |||
| 	@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* | ||||
| 	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* | ||||
| 	@$(MAKE) -C ../extensions/pocket/locales AB_CD=$* XPI_NAME=locale-$* | ||||
| 	@$(MAKE) -C ../extensions/loop/chrome/locale AB_CD=$* XPI_NAME=locale-$* | ||||
| 	@$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$* | ||||
| 	@$(MAKE) -C ../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)' | ||||
| 	@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$* | ||||
|  |  | |||
|  | @ -5,9 +5,6 @@ test_container = true | |||
| ; layout tests | ||||
| [include:../../../../../layout/base/tests/marionette/manifest.ini] | ||||
| 
 | ||||
| ; loop tests | ||||
| [include:../../../../../browser/extensions/loop/manifest.ini] | ||||
| 
 | ||||
| ; microformats tests | ||||
| [include:../../../../../toolkit/components/microformats/manifest.ini] | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Mark Banner
						Mark Banner