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

Unified Diff: chrome/chrome_tests.gypi

Issue 9836103: Fix most remaining WebUI link errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: atwilson's comments Created 8 years, 9 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
« chrome/browser/ui/webui/history_ui.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | 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 75dc67db8cffb88a9dd1faef699ddfeafc79be79..c2ac6b54d5b6cf6ad1a5b7cc2e856588c114b180 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2441,6 +2441,9 @@
# Sync setup uses native ui.
'browser/ui/webui/sync_setup_handler_unittest.cc',
+ # about:flags is unsupported.
+ 'browser/about_flags_unittest.cc',
+
# No browser.
'browser/browser_commands_unittest.cc',
'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
@@ -2477,6 +2480,7 @@
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
['exclude', '^browser/ui/webui/options/'],
+ ['exclude', '^browser/ui/webui/options2/'],
['exclude', '^browser/ui/webui/print_preview/'],
# No service process on Android.
['exclude', '^common/service_'],
« chrome/browser/ui/webui/history_ui.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698