| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 3d523a1eae728ee7341d7215f988ad9a47589f8c..e67db0ce0d5f04789489acf6835c987b31595d45 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',
|
|
|