| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 53a81e9f2453f41f5d5346c997c3d05696ebfcb8..6088d64b08aaa8027420aa6f313bc99793d36626 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -219,6 +219,9 @@
|
| 'test/automation/value_conversion_util.h',
|
| 'test/automation/window_proxy.cc',
|
| 'test/automation/window_proxy.h',
|
| + 'test/base/chrome_process_util.cc',
|
| + 'test/base/chrome_process_util.h',
|
| + 'test/base/chrome_process_util_mac.cc',
|
| 'test/base/chrome_render_view_host_test_harness.cc',
|
| 'test/base/chrome_render_view_host_test_harness.h',
|
| 'test/base/chrome_test_suite.cc',
|
| @@ -245,6 +248,8 @@
|
| 'test/base/test_launcher_utils.h',
|
| 'test/base/test_location_bar.cc',
|
| 'test/base/test_location_bar.h',
|
| + 'test/base/test_switches.cc',
|
| + 'test/base/test_switches.h',
|
| 'test/base/test_tab_strip_model_observer.cc',
|
| 'test/base/test_tab_strip_model_observer.h',
|
| 'test/base/testing_browser_process.cc',
|
|
|