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

Unified Diff: remoting/remoting_webapp.gypi

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 | « remoting/remoting_key_tester.gypi ('k') | remoting/remoting_webapp_compile.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index ca56648540f12c04396207eaf5bfcc77dd49c971..6151bf28ef54bc90d9dcadc715d8464b412b0fff 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -23,7 +23,7 @@
],
'conditions': [
['run_jscompile != 0', {
- 'includes': ['remoting_webapp_compile.gypi'],
+ 'dependencies': ['remoting_webapp_compile.gypi:*'],
}],
],
'actions': [
« no previous file with comments | « remoting/remoting_key_tester.gypi ('k') | remoting/remoting_webapp_compile.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698