Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: third_party/closure_compiler/compiled_resources.gyp

Issue 1152583011: Refactor compile_js.gypi to support script_args and closure_args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/closure_compiler/compile_js.gypi ('k') | third_party/closure_compiler/compiler_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/compiled_resources.gyp
diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp
index e9bbda7dbcc1539b2d700a6723c65b8401a1a7de..20427df79f8444a3f1fd03063cf758e51f27121e 100644
--- a/third_party/closure_compiler/compiled_resources.gyp
+++ b/third_party/closure_compiler/compiled_resources.gyp
@@ -25,6 +25,7 @@
'../../chrome/browser/resources/options/compiled_resources.gyp:*',
'../../chrome/browser/resources/ntp4/compiled_resources.gyp:*',
'../../chrome/browser/resources/uber/compiled_resources.gyp:*',
+ '../../remoting/remoting_webapp_compile.gypi:*',
'../../ui/file_manager/audio_player/js/compiled_resources.gyp:*',
'../../ui/file_manager/file_manager/background/js/compiled_resources.gyp:*',
'../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp:*',
@@ -37,9 +38,6 @@
'../../ui/webui/resources/js/compiled_resources.gyp:*',
'../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*',
],
- 'includes': [
- '../../remoting/remoting_webapp_compile.gypi',
- ],
},
]
}
« no previous file with comments | « third_party/closure_compiler/compile_js.gypi ('k') | third_party/closure_compiler/compiler_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698