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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 838543002: Implement browser test for It2Me (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CL feedback 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 a4f385d93cfe185a058782c844c4c622f7079342..4fb2c95776b6b18015a4e55c6626162f4eae770a 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -144,6 +144,7 @@
'webapp/browser_test/bump_scroll_browser_test.js',
'webapp/browser_test/cancel_pin_browser_test.js',
'webapp/browser_test/invalid_pin_browser_test.js',
+ 'webapp/browser_test/it2me_browser_test.js',
'webapp/browser_test/mock_client_plugin.js',
'webapp/browser_test/mock_session_connector.js',
'webapp/browser_test/mock_signal_strategy.js',
@@ -194,7 +195,7 @@
'<@(remoting_webapp_js_signaling_files)',
# Uncomment this line to include browser test files in the web app
# to expedite debugging or local development.
- # '<@(remoting_webapp_js_browser_test_files)'
+ '<@(remoting_webapp_js_browser_test_files)'
Jamie 2015/01/10 00:14:24 I don't think you meant to leave this in for revie
kelvinp 2015/01/12 21:15:24 Done.
],
# The CRD-specific JavaScript files required by main.html.

Powered by Google App Engine
This is Rietveld 408576698