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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define Entry for browser_tests Created 5 years, 11 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
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index bd1b30805a85ea9c22e8cad641a6ca9983805ecd..92e45a5a1407f0b219176aa07add8dc10d952472 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -14,7 +14,6 @@
# These provide type information for jscompile.
'remoting_webapp_js_proto_files': [
'webapp/js_proto/chrome_proto.js',
- 'webapp/js_proto/console_proto.js',
'webapp/js_proto/dom_proto.js',
'webapp/js_proto/remoting_proto.js',
],
@@ -167,8 +166,8 @@
],
# The unit test cases for the webapp
'remoting_webapp_unittest_js_files': [
- 'webapp/js_proto/chrome_proto.js',
'webapp/unittests/chrome_mocks.js',
+ 'webapp/js_proto/chrome_proto.js',
'webapp/unittests/base_unittest.js',
'webapp/unittests/it2me_helpee_channel_unittest.js',
'webapp/unittests/it2me_helper_channel_unittest.js',

Powered by Google App Engine
This is Rietveld 408576698