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

Unified Diff: chrome/chrome_browser.gypi

Issue 9836103: Fix most remaining WebUI link errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 46bcafe88d7b97b26f5e5c4e7baa300f1c708195..cd21dd72fe9768a2dbdc07c0bba0ce8f5c069ba4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4427,12 +4427,22 @@
# Bookmark export/import are handled via the BookmarkColumns
# ContentProvider.
'browser/bookmarks/bookmark_html_writer.cc',
+
+ # Android uses native UI for sync setup.
+ 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
+ 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc',
+ 'browser/ui/webui/ntp/ntp_login_handler.cc',
+ 'browser/ui/webui/sync_setup_handler.cc',
+
+ # about:flags is unsupported.
+ 'browser/about_flags.cc',
+ 'browser/about_flags.h',
+
'browser/jankometer.cc',
'browser/ui/sad_tab_helper.cc',
'browser/ui/webui/certificate_viewer_webui.cc',
'browser/ui/window_sizer.cc',
'browser/ui/window_sizer.h',
- 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
'browser/ui/webui/ntp/ntp_resource_cache.cc',
'browser/upgrade_detector.cc',
'browser/upgrade_detector.h',
@@ -4448,10 +4458,13 @@
['exclude', '^browser/ui/toolbar/'],
['exclude', '^browser/ui/webui/downloads_'],
['exclude', '^browser/ui/webui/feedback_'],
+ ['exclude', '^browser/ui/webui/flags_'],
['exclude', '^browser/ui/webui/help/'],
+ ['exclude', '^browser/ui/webui/inspect_'],
['exclude', '^browser/ui/webui/options'],
['exclude', '^browser/ui/webui/options2'],
['exclude', '^browser/ui/webui/print_preview/'],
+ ['exclude', '^browser/ui/webui/signin/'],
['exclude', '^browser/ui/webui/sync_promo'],
],
}],
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698