Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4427)

Unified Diff: chrome/chrome_tests.gypi

Issue 7087014: Support automatic javascript test registry in gtest when creating WebUI tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjusted comments and PathService replacement. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"', {

Powered by Google App Engine
This is Rietveld 408576698