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

Unified Diff: chrome/chrome_tests.gypi

Issue 7237030: Added options browser_tests using the generator and js handler framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows doesn't allow OVERRIDE on destructors. Created 9 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 85b0320f1435bbaaca5b0c58c3e52c40e77348a6..c6278c2e580136d6d3de8b09f9ac6bb2d71f52ce 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -153,6 +153,8 @@
'test/test_launcher_utils.h',
'test/test_location_bar.cc',
'test/test_location_bar.h',
+ 'test/test_navigation_observer.cc',
+ 'test/test_navigation_observer.h',
'test/test_switches.cc',
'test/test_switches.h',
'test/test_tab_strip_model_observer.cc',
@@ -2541,6 +2543,7 @@
'renderer/translate_helper_browsertest.cc',
'test/automation/dom_automation_browsertest.cc',
'test/data/webui/sample_pass.js',
+ 'test/data/webui/settings.js',
'test/gpu/gpu_browsertest.cc',
'test/in_process_browser_test_browsertest.cc',
'test/out_of_proc_test_runner.cc',

Powered by Google App Engine
This is Rietveld 408576698