| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 8d669c9a89134f2213e8ce62d2091bf7f8ff8a06..a846a5d8fb86b1717d0fe7d53e09baf5dcad91e7 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -199,6 +199,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',
|
| @@ -213,6 +215,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',
|
| @@ -238,8 +242,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',
|
|
|