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)', |
], |
}, |