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

Unified Diff: chrome/chrome_tests.gypi

Issue 8586009: Allow WebUI Tests to use preLoad in HtmlDialogUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert to patch set 4. Created 9 years, 1 month 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 701372d6640f3957ec4a6beca05eed279923e5cf..767999df28ffc7713da7ae0776f33c8db8792add 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -201,6 +201,8 @@
'test/base/chrome_test_suite.h',
'test/base/in_process_browser_test.cc',
'test/base/in_process_browser_test.h',
+ 'test/base/js_injection_ready_observer.cc',
+ 'test/base/js_injection_ready_observer.h',
'test/base/model_test_utils.cc',
'test/base/model_test_utils.h',
'test/base/profile_mock.cc',
@@ -215,6 +217,8 @@
'test/base/test_launcher_utils.h',
'test/base/test_location_bar.cc',
'test/base/test_location_bar.h',
+ 'test/base/test_navigation_observer.cc',
+ 'test/base/test_navigation_observer.h',
'test/base/test_switches.cc',
'test/base/test_switches.h',
'test/base/test_tab_strip_model_observer.cc',
@@ -240,8 +244,6 @@
'test/base/ui_test_utils_win.cc',
'test/base/values_test_util.cc',
'test/base/values_test_util.h',
- 'test/test_navigation_observer.cc',
- 'test/test_navigation_observer.h',
# TODO: these should live here but are currently used by
# production code code in libbrowser (in chrome.gyp).
#'../content/browser/net/url_request_mock_http_job.cc',

Powered by Google App Engine
This is Rietveld 408576698