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

Unified Diff: chrome/chrome_browser.gypi

Issue 9949033: Removed access to prefs that does not work on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bad ifdef Created 8 years, 8 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/ntp_resource_cache.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 b753a7e37c0efd4cf46865f9a07b2612c5400341..15c89adc26d90439dbc8dff0c752725c54ac9b7f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4030,6 +4030,11 @@
'browser/ui/views/sync/one_click_signin_bubble_view.h',
]
}],
+ ['enable_promo_resource_service==0', {
+ 'sources/': [
+ ['exclude', '^browser/web_resource/promo_resource_service'],
+ ],
+ }],
['enable_task_manager==0', {
'sources/': [
['exclude', '^browser/task_manager/'],
@@ -4500,6 +4505,8 @@
'browser/ui/sad_tab_helper.cc',
'browser/ui/webui/certificate_viewer_webui.cc',
+ 'browser/ui/webui/plugins_ui.cc',
+ 'browser/ui/webui/plugins_ui.h',
'browser/ui/window_sizer.cc',
'browser/ui/window_sizer.h',
'browser/ui/webui/ntp/ntp_resource_cache.cc',
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698