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

Unified Diff: chrome/chrome_tests.gypi

Issue 8586009: Allow WebUI Tests to use preLoad in HtmlDialogUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reduce GEN(' ') (indentations) by moving code to .cc and .h file(s). Created 9 years, 1 month 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 e643df38afb8a985a48a7309a3af8d0f8496da46..ef5a66c8b03320e7d8979d2daa1f750efab1d4da 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -209,6 +209,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',
@@ -221,6 +223,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',
@@ -246,8 +250,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',
@@ -2729,7 +2731,8 @@
'test/base/chrome_render_view_test.h',
'test/base/chrome_test_launcher.cc',
'test/data/webui/assertions.js',
- 'test/data/webui/async_gen-inl.h',
+ 'test/data/webui/async_gen.cc',
+ 'test/data/webui/async_gen.h',
'test/data/webui/async_gen.js',
'test/data/webui/certificate_viewer_dialog_test.js',
'test/data/webui/certificate_viewer_ui_test-inl.h',
@@ -2740,6 +2743,8 @@
'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
'test/data/webui/mock4js_browsertest.js',
'test/data/webui/ntp4.js',
+ 'test/data/webui/print_preview.h',
+ 'test/data/webui/print_preview.cc',
'test/data/webui/print_preview.js',
'test/gpu/gpu_feature_browsertest.cc',
# TODO(craig): Rename this and run from base_unittests when the test

Powered by Google App Engine
This is Rietveld 408576698