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

Unified Diff: chrome/chrome_tests.gypi

Issue 7861024: Adds testing infrastructure to web_ui_browsertest to support testing HtmlDialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove inline override function declaration for clang. Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 33c37c6b57acdf65a5c199d2c92d1a355a00bff5..2e5f992639cce8cdba82bf5ccb258bc3f9e2b572 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -167,6 +167,8 @@
'test/base/signaling_task.h',
'test/base/test_browser_window.cc',
'test/base/test_browser_window.h',
+ 'test/base/test_html_dialog_observer.cc',
+ 'test/base/test_html_dialog_observer.h',
'test/base/test_launcher_utils.cc',
'test/base/test_launcher_utils.h',
'test/base/test_location_bar.cc',
@@ -2439,6 +2441,8 @@
'test/data/webui/assertions.js',
'test/data/webui/async_gen-inl.h',
'test/data/webui/async_gen.js',
+ 'test/data/webui/certificate_viewer_dialog_test.js',
+ 'test/data/webui/certificate_viewer_ui_test-inl.h',
'test/data/webui/ntp4.js',
'test/data/webui/options.js',
'test/data/webui/print_preview.js',
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698