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

Unified Diff: remoting/app_remoting_webapp.gyp

Issue 1191883002: Revert of [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp.gyp
diff --git a/remoting/app_remoting_webapp.gyp b/remoting/app_remoting_webapp.gyp
index c6a0065fc08c290eac0c3332411b1a1522e8b2f2..fad6f428f1a8e6b97b49d804fe0a417f192c85b7 100644
--- a/remoting/app_remoting_webapp.gyp
+++ b/remoting/app_remoting_webapp.gyp
@@ -45,12 +45,12 @@
],
},
{
- 'action_name': 'Verify >(ar_app_name) background.html',
+ 'action_name': 'Verify >(ar_app_name) background.js',
'variables': {
'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
},
'inputs': [
- '<@(ar_background_html_js_files)',
+ '<@(ar_background_js_files)',
'<@(remoting_webapp_js_proto_files)',
# Include zip as input so that this action is run after the build.
'<(zip_path)',
@@ -62,7 +62,7 @@
'python', '../third_party/closure_compiler/compile.py',
'<@(compiler_flags)',
'--success-stamp', '<(success_stamp)',
- '<@(ar_background_html_js_files)',
+ '<@(ar_background_js_files)',
'<@(remoting_webapp_js_proto_files)',
],
},
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698