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

Unified Diff: chrome/chrome_tests.gypi

Issue 376803005: JavaScript unit test framework for Chrome remote desktop - Part II (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/browser_tests.isolate ('k') | chrome/test/remoting/qunit_browser_test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7f69ba422ff8cd6b8aed263ce7f82ff76e972877..1fd051d5ef471687e55f8f6f4c6e2767a94939ab 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -837,6 +837,7 @@
# Runtime dependencies
'../ppapi/ppapi_internal.gyp:ppapi_tests',
'../remoting/remoting.gyp:remoting_browser_test_resources',
+ '../remoting/remoting.gyp:remoting_webapp_unittest',
'../third_party/mesa/mesa.gyp:osmesa',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_server',
],
@@ -1602,10 +1603,12 @@
'test/remoting/page_load_notification_observer.cc',
'test/remoting/page_load_notification_observer.h',
'test/remoting/pin_browsertest.cc',
+ 'test/remoting/qunit_browser_test_runner.cc',
'test/remoting/remote_desktop_browsertest.cc',
'test/remoting/remote_desktop_browsertest.h',
'test/remoting/waiter.cc',
'test/remoting/waiter.h',
+ 'test/remoting/webapp_javascript_unittest.cc',
# TODO(craig): Rename this and run from base_unittests when the test
# is safe to run there. See http://crbug.com/78722 for details.
'../base/files/file_path_watcher_browsertest.cc',
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/remoting/qunit_browser_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698