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', |