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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 471263003: Only build various flash/pnacl/ppapi code when they are enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('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 a0a63863cec6b6fe2f37ebd94dd9d3ca501f488d..018701c62d322237a3f543e6e2e6b9b540c889a6 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1053,8 +1053,6 @@
'browser/ui/webui/fileicon_source.h',
'browser/ui/webui/flags_ui.cc',
'browser/ui/webui/flags_ui.h',
- 'browser/ui/webui/flash_ui.cc',
- 'browser/ui/webui/flash_ui.h',
'browser/ui/webui/gcm_internals_ui.cc',
'browser/ui/webui/gcm_internals_ui.h',
'browser/ui/webui/history_ui.cc',
@@ -1848,6 +1846,8 @@
'chrome_browser_ui_plugin_sources': [
'browser/ui/hung_plugin_tab_helper.cc',
'browser/ui/hung_plugin_tab_helper.h',
+ 'browser/ui/webui/flash_ui.cc',
+ 'browser/ui/webui/flash_ui.h',
],
'chrome_browser_ui_policy_sources': [
'browser/ui/webui/policy_ui.cc',
@@ -2614,7 +2614,6 @@
'../media/media.gyp:media',
'../mojo/mojo_base.gyp:mojo_system_impl',
'../net/net.gyp:net_with_v8',
- '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
'../third_party/expat/expat.gyp:expat',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libjingle/libjingle.gyp:libjingle',
@@ -2674,6 +2673,7 @@
'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
'dependencies': [
'../ppapi/ppapi_internal.gyp:ppapi_ipc',
+ '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
],
}],
['safe_browsing==1', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698