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

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: Fix inputs.py 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
Index: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 9d5a72a0eb3ea63fb0811476b2310dc05e034381..5adcbc6b89157c659aa173094a2661e7ad5ea616 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -22,7 +22,7 @@
],
'conditions': [
['run_jscompile != 0', {
- 'includes': ['remoting_webapp_compile.gypi'],
+ 'dependencies': ['remoting_webapp_compile.gypi:*'],
}],
],
'actions': [

Powered by Google App Engine
This is Rietveld 408576698