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

Unified Diff: remoting/remoting_key_tester.gypi

Issue 959963002: [Chromoting] Enable jscompile for webapp unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix key tester 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_key_tester.gypi
diff --git a/remoting/remoting_key_tester.gypi b/remoting/remoting_key_tester.gypi
index d85a32134ebecba1c876cf7db73e4b6fcbe45c43..68db9b0bbe0c589d698688c05eb8cce10481bf48 100644
--- a/remoting/remoting_key_tester.gypi
+++ b/remoting/remoting_key_tester.gypi
@@ -55,7 +55,8 @@
'action_name': 'jscompile remoting_key_tester',
'inputs': [
'<@(remoting_key_tester_js_files)',
- 'webapp/js_proto/chrome_proto.js'
+ 'webapp/js_proto/chrome_proto.js',
+ 'webapp/js_proto/chrome_event_proto.js',
],
'outputs': [
'<(success_stamp)',
@@ -66,7 +67,8 @@
'--no-single-file',
'--success-stamp', '<(success_stamp)',
'<@(remoting_key_tester_js_files)',
- 'webapp/js_proto/chrome_proto.js'
+ 'webapp/js_proto/chrome_proto.js',
+ 'webapp/js_proto/chrome_event_proto.js',
],
},
], # actions
« no previous file with comments | « no previous file | remoting/remoting_webapp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698