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

Unified Diff: remoting/remoting_test.gypi

Issue 927373005: [Chromoting] Enable jscompile for browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update all_browsertest var in gyp comment Created 5 years, 10 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/remoting_webapp.gypi » ('j') | remoting/remoting_webapp_files.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 7d584ae95e4a78c7054c480518a2c5098ffcde45..2ed07027228e6e2abecfe33aa67b256de19a9d23 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -288,8 +288,7 @@
{
'destination': '<(PRODUCT_DIR)/remoting/browser_test_resources',
'files': [
- '<@(remoting_webapp_js_test_common_files)',
- '<@(remoting_webapp_js_browser_test_files)',
+ '<@(remoting_webapp_browsertest_js_all_files)',
],
},
], # end of copies
@@ -332,9 +331,7 @@
'destination': '<(output_dir)',
'files': [
'<@(webapp_js_files)',
- '<@(remoting_webapp_js_test_common_files)',
- '<@(remoting_webapp_unittest_additional_files)',
- '<@(remoting_webapp_unittest_js_files)',
+ '<@(remoting_webapp_unittest_all_files)',
],
},
],
@@ -345,8 +342,7 @@
'webapp/build-html.py',
'<(remoting_webapp_unittest_template_main)',
'<@(webapp_js_files)',
- '<@(remoting_webapp_js_test_common_files)',
- '<@(remoting_webapp_unittest_js_files)'
+ '<@(remoting_webapp_unittest_js_all_files)'
],
'outputs': [
'<(output_dir)/unittest.html',
@@ -359,9 +355,8 @@
# arguments. Therefore, the excludejs flag must be set before the
# instrumentedjs flag or else GYP will ignore the files in the
# exclude list.
- '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)',
- '--js', '<@(remoting_webapp_unittest_js_files)',
- '<@(remoting_webapp_js_test_common_files)',
+ '--exclude-js', '<@(remoting_webapp_unittest_js_exclude_files)',
+ '--js', '<@(remoting_webapp_unittest_js_all_files)',
'--instrument-js', '<@(webapp_js_files)',
],
},
« no previous file with comments | « no previous file | remoting/remoting_webapp.gypi » ('j') | remoting/remoting_webapp_files.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698