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

Unified Diff: remoting/remoting_webapp.gypi

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload Created 6 years, 1 month 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 57d0c36cdc4ee67d2febc2f3c8d227c7fe45a7c9..05a1321e49bba65134cba282762b2a5ac3964d9f 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -27,7 +27,7 @@
{
'action_name': 'Verify remoting webapp',
'inputs': [
- '<@(remoting_webapp_all_js_files)',
+ '<@(remoting_webapp_crd_js_files)',
'<@(remoting_webapp_js_proto_files)',
],
'outputs': [
@@ -35,7 +35,7 @@
],
'action': [
'python', 'tools/jscompile.py',
- '<@(remoting_webapp_all_js_files)',
+ '<@(remoting_webapp_crd_js_files)',
'<@(remoting_webapp_js_proto_files)',
'--success-stamp', '<(success_stamp)'
],
@@ -52,7 +52,7 @@
'<(chrome_version_path)',
'<(remoting_version_path)',
'<@(generated_html_files)',
- '<@(remoting_webapp_files)',
+ '<@(remoting_webapp_crd_files)',
'<@(remoting_webapp_locale_files)',
'<@(extra_files)',
],
@@ -69,7 +69,7 @@
'webapp/crd/manifest.json.jinja2',
'<(webapp_type)',
'<@(generated_html_files)',
- '<@(remoting_webapp_files)',
+ '<@(remoting_webapp_crd_files)',
'<@(extra_files)',
'--locales', '<@(remoting_webapp_locale_files)',
],

Powered by Google App Engine
This is Rietveld 408576698