summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
authortwellington <twellington@chromium.org>2015-06-23 10:37:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-23 17:37:27 +0000
commit9899f157e5d5088f9500e7c3e8365e0d9a63412c (patch)
treecd5b2fd106167989019d4cff82088b6102620547 /remoting/remoting_webapp.gypi
parent4d126a7d7f1d0926a88f1548c4bf8291642c3ec7 (diff)
downloadchromium_src-9899f157e5d5088f9500e7c3e8365e0d9a63412c.zip
chromium_src-9899f157e5d5088f9500e7c3e8365e0d9a63412c.tar.gz
chromium_src-9899f157e5d5088f9500e7c3e8365e0d9a63412c.tar.bz2
This refactor makes third_party/closure_compiler/compile_js.gypi more versatile by allowing other gypi's that include it to define script_args and additional closure_args. remoting/ and components/resources/enhanced_bookmarks/ have been refactored to use compile_js.gypi (rather than calling compile.py directly).
BUG=496276 Review URL: https://codereview.chromium.org/1152583011 Cr-Commit-Position: refs/heads/master@{#335692}
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index ca56648..6151bf2 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': [