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

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: Add description of what triggers notifications and why it's not a race condition. 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6f6d40b6e9dc17f8a96163c01af940329c9dae28..fa3373d38d09962b453634a2fcd8a76e9baabdf9 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -168,6 +168,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',
@@ -2433,6 +2435,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',

Powered by Google App Engine
This is Rietveld 408576698