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

Unified Diff: chrome/chrome_tests.gypi

Issue 7501004: Add test to each OptionsPage to open that page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added separate file for each option test. Created 9 years, 5 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 | « no previous file | chrome/test/data/webui/options.js » ('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 06814af9a6f7fd33c1e6cd586f1ebf038ae46b4a..100dc855b49f422ceb8dc484ee1846516896b241 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2620,6 +2620,18 @@
'test/data/webui/assertions.js',
'test/data/webui/print_preview.js',
'test/data/webui/options.js',
James Hawkins 2011/07/26 01:26:24 mkdir test/data/webui/options
Sheridan Rawlins 2011/07/26 01:37:17 I can do that, but, know that the generated file w
Sheridan Rawlins 2011/08/03 16:06:42 Can this wait until crbug.com/90907 is addressed (
+ 'test/data/webui/options_page_advanced.js',
+ 'test/data/webui/options_page_autofill.js',
+ 'test/data/webui/options_page_browser.js',
+ 'test/data/webui/options_page_certificates.js',
+ 'test/data/webui/options_page_content.js',
+ 'test/data/webui/options_page_contentexceptions.js',
+ 'test/data/webui/options_page_cookies.js',
+ 'test/data/webui/options_page_fonts.js',
+ 'test/data/webui/options_page_languages.js',
+ 'test/data/webui/options_page_passwords.js',
+ 'test/data/webui/options_page_personal.js',
+ 'test/data/webui/options_page_searchengines.js',
'test/gpu/gpu_browsertest.cc',
'test/in_process_browser_test_browsertest.cc',
'test/out_of_proc_test_runner.cc',
« no previous file with comments | « no previous file | chrome/test/data/webui/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698