| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 9cae015fa6a7d22c6b4028ac4e34ecf228566957..0ae79d72ff7dd5c1796e4d03f7e8e50ffc59439b 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -492,6 +492,7 @@
|
| 'test/interactive_ui/view_event_test_base.cc',
|
| 'test/interactive_ui/view_event_test_base.h',
|
| 'test/out_of_proc_test_runner.cc',
|
| + 'test/out_of_proc_test_runner.h',
|
| 'test/unit/chrome_test_suite.h',
|
| ],
|
| 'conditions': [
|
| @@ -2503,6 +2504,7 @@
|
| 'test/gpu/gpu_browsertest.cc',
|
| 'test/in_process_browser_test_browsertest.cc',
|
| 'test/out_of_proc_test_runner.cc',
|
| + 'test/out_of_proc_test_runner.h',
|
| 'test/render_view_test.cc',
|
| 'test/render_view_test.h',
|
| # TODO(craig): Rename this and run from base_unittests when the test
|
| @@ -2713,6 +2715,7 @@
|
| 'app/chrome_dll.rc',
|
| 'browser/safe_browsing/safe_browsing_test.cc',
|
| 'test/out_of_proc_test_runner.cc',
|
| + 'test/out_of_proc_test_runner.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
| @@ -3328,6 +3331,7 @@
|
| 'browser/sessions/session_backend.cc',
|
| 'browser/sync/glue/session_model_associator.cc',
|
| 'test/out_of_proc_test_runner.cc',
|
| + 'test/out_of_proc_test_runner.h',
|
| 'test/live_sync/bookmark_model_verifier.cc',
|
| 'test/live_sync/bookmark_model_verifier.h',
|
| 'test/live_sync/live_apps_sync_test.cc',
|
| @@ -3481,6 +3485,7 @@
|
| 'browser/gpu_pixel_browsertest.cc',
|
| 'browser/gpu_crash_browsertest.cc',
|
| 'test/out_of_proc_test_runner.cc',
|
| + 'test/out_of_proc_test_runner.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|