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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1318143002: Always use ENABLE_PLUGINS to indicate plugins support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tryjob failures: forgot to set/check ENABLE_PDF in a couple places. Created 5 years, 4 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/chrome_web_ui_controller_factory.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index b06e056410d5435d8ff60143b9f164bfaf4835de..cb417a64fef36241d257469b4739931b81a59cee 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1890,8 +1890,6 @@
'browser/ui/webui/options/supervised_user_learn_more_handler.h',
'browser/ui/webui/options/sync_setup_handler.cc',
'browser/ui/webui/options/sync_setup_handler.h',
- 'browser/ui/webui/plugins_ui.cc',
- 'browser/ui/webui/plugins_ui.h',
'browser/ui/webui/profile_info_watcher.cc',
'browser/ui/webui/profile_info_watcher.h',
'browser/ui/webui/quota_internals/quota_internals_handler.cc',
@@ -2655,6 +2653,8 @@
'browser/ui/hung_plugin_tab_helper.h',
'browser/ui/webui/flash_ui.cc',
'browser/ui/webui/flash_ui.h',
+ 'browser/ui/webui/plugins_ui.cc',
+ 'browser/ui/webui/plugins_ui.h',
],
'chrome_browser_ui_policy_sources': [
'browser/ui/webui/policy_ui.cc',
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698