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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'browser/ui/webui/devtools_ui.cc', 1046 'browser/ui/webui/devtools_ui.cc',
1047 'browser/ui/webui/devtools_ui.h', 1047 'browser/ui/webui/devtools_ui.h',
1048 'browser/ui/webui/domain_reliability_internals_ui.cc', 1048 'browser/ui/webui/domain_reliability_internals_ui.cc',
1049 'browser/ui/webui/domain_reliability_internals_ui.h', 1049 'browser/ui/webui/domain_reliability_internals_ui.h',
1050 'browser/ui/webui/favicon_source.cc', 1050 'browser/ui/webui/favicon_source.cc',
1051 'browser/ui/webui/favicon_source.h', 1051 'browser/ui/webui/favicon_source.h',
1052 'browser/ui/webui/fileicon_source.cc', 1052 'browser/ui/webui/fileicon_source.cc',
1053 'browser/ui/webui/fileicon_source.h', 1053 'browser/ui/webui/fileicon_source.h',
1054 'browser/ui/webui/flags_ui.cc', 1054 'browser/ui/webui/flags_ui.cc',
1055 'browser/ui/webui/flags_ui.h', 1055 'browser/ui/webui/flags_ui.h',
1056 'browser/ui/webui/flash_ui.cc',
1057 'browser/ui/webui/flash_ui.h',
1058 'browser/ui/webui/gcm_internals_ui.cc', 1056 'browser/ui/webui/gcm_internals_ui.cc',
1059 'browser/ui/webui/gcm_internals_ui.h', 1057 'browser/ui/webui/gcm_internals_ui.h',
1060 'browser/ui/webui/history_ui.cc', 1058 'browser/ui/webui/history_ui.cc',
1061 'browser/ui/webui/history_ui.h', 1059 'browser/ui/webui/history_ui.h',
1062 'browser/ui/webui/instant_ui.cc', 1060 'browser/ui/webui/instant_ui.cc',
1063 'browser/ui/webui/instant_ui.h', 1061 'browser/ui/webui/instant_ui.h',
1064 'browser/ui/webui/interstitials/interstitial_ui.cc', 1062 'browser/ui/webui/interstitials/interstitial_ui.cc',
1065 'browser/ui/webui/interstitials/interstitial_ui.h', 1063 'browser/ui/webui/interstitials/interstitial_ui.h',
1066 'browser/ui/webui/invalidations_message_handler.cc', 1064 'browser/ui/webui/invalidations_message_handler.cc',
1067 'browser/ui/webui/invalidations_message_handler.h', 1065 'browser/ui/webui/invalidations_message_handler.h',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 'browser/ui/cocoa/task_manager_mac.mm', 1839 'browser/ui/cocoa/task_manager_mac.mm',
1842 'browser/ui/views/task_manager_view.cc', 1840 'browser/ui/views/task_manager_view.cc',
1843 ], 1841 ],
1844 'chrome_browser_ui_nacl_sources': [ 1842 'chrome_browser_ui_nacl_sources': [
1845 'browser/ui/webui/nacl_ui.cc', 1843 'browser/ui/webui/nacl_ui.cc',
1846 'browser/ui/webui/nacl_ui.h', 1844 'browser/ui/webui/nacl_ui.h',
1847 ], 1845 ],
1848 'chrome_browser_ui_plugin_sources': [ 1846 'chrome_browser_ui_plugin_sources': [
1849 'browser/ui/hung_plugin_tab_helper.cc', 1847 'browser/ui/hung_plugin_tab_helper.cc',
1850 'browser/ui/hung_plugin_tab_helper.h', 1848 'browser/ui/hung_plugin_tab_helper.h',
1849 'browser/ui/webui/flash_ui.cc',
1850 'browser/ui/webui/flash_ui.h',
1851 ], 1851 ],
1852 'chrome_browser_ui_policy_sources': [ 1852 'chrome_browser_ui_policy_sources': [
1853 'browser/ui/webui/policy_ui.cc', 1853 'browser/ui/webui/policy_ui.cc',
1854 'browser/ui/webui/policy_ui.h', 1854 'browser/ui/webui/policy_ui.h',
1855 ], 1855 ],
1856 # Cross-platform (except Mac) views sources. We assume app list is enabled. 1856 # Cross-platform (except Mac) views sources. We assume app list is enabled.
1857 'chrome_browser_ui_views_non_mac_sources': [ 1857 'chrome_browser_ui_views_non_mac_sources': [
1858 'browser/ui/views/accelerator_utils_aura.cc', 1858 'browser/ui/views/accelerator_utils_aura.cc',
1859 'browser/ui/views/accessibility/invert_bubble_view.cc', 1859 'browser/ui/views/accessibility/invert_bubble_view.cc',
1860 'browser/ui/views/accessibility/invert_bubble_view.h', 1860 'browser/ui/views/accessibility/invert_bubble_view.h',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2607 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2608 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2608 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2609 'common/extensions/api/api.gyp:chrome_api', 2609 'common/extensions/api/api.gyp:chrome_api',
2610 'debugger', 2610 'debugger',
2611 'installer_util', 2611 'installer_util',
2612 '../components/components.gyp:autofill_content_risk_proto', 2612 '../components/components.gyp:autofill_content_risk_proto',
2613 '../components/components.gyp:translate_content_common', 2613 '../components/components.gyp:translate_content_common',
2614 '../media/media.gyp:media', 2614 '../media/media.gyp:media',
2615 '../mojo/mojo_base.gyp:mojo_system_impl', 2615 '../mojo/mojo_base.gyp:mojo_system_impl',
2616 '../net/net.gyp:net_with_v8', 2616 '../net/net.gyp:net_with_v8',
2617 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2618 '../third_party/expat/expat.gyp:expat', 2617 '../third_party/expat/expat.gyp:expat',
2619 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2618 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2620 '../third_party/libjingle/libjingle.gyp:libjingle', 2619 '../third_party/libjingle/libjingle.gyp:libjingle',
2621 '../third_party/npapi/npapi.gyp:npapi', 2620 '../third_party/npapi/npapi.gyp:npapi',
2622 '../third_party/re2/re2.gyp:re2', 2621 '../third_party/re2/re2.gyp:re2',
2623 '../ui/compositor/compositor.gyp:compositor', 2622 '../ui/compositor/compositor.gyp:compositor',
2624 '../ui/surface/surface.gyp:surface', 2623 '../ui/surface/surface.gyp:surface',
2625 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2624 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2626 '../v8/tools/gyp/v8.gyp:v8', 2625 '../v8/tools/gyp/v8.gyp:v8',
2627 '../webkit/storage_browser.gyp:webkit_storage_browser', 2626 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 ['configuration_policy==1', { 2666 ['configuration_policy==1', {
2668 'sources': [ '<@(chrome_browser_ui_policy_sources)' ], 2667 'sources': [ '<@(chrome_browser_ui_policy_sources)' ],
2669 'dependencies': [ 2668 'dependencies': [
2670 '../components/components.gyp:policy', 2669 '../components/components.gyp:policy',
2671 ], 2670 ],
2672 }], 2671 }],
2673 ['enable_plugins==1', { 2672 ['enable_plugins==1', {
2674 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2673 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2675 'dependencies': [ 2674 'dependencies': [
2676 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2675 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2676 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2677 ], 2677 ],
2678 }], 2678 }],
2679 ['safe_browsing==1', { 2679 ['safe_browsing==1', {
2680 'defines': [ 2680 'defines': [
2681 'FULL_SAFE_BROWSING', 2681 'FULL_SAFE_BROWSING',
2682 ], 2682 ],
2683 'dependencies': [ 2683 'dependencies': [
2684 'safe_browsing_chunk_proto', 2684 'safe_browsing_chunk_proto',
2685 'safe_browsing_proto', 2685 'safe_browsing_proto',
2686 'safe_browsing_report_proto', 2686 'safe_browsing_report_proto',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 }], 2968 }],
2969 ['OS!="android" and OS!="ios"', { 2969 ['OS!="android" and OS!="ios"', {
2970 'dependencies': [ 2970 'dependencies': [
2971 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2971 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2972 ], 2972 ],
2973 }], 2973 }],
2974 ], 2974 ],
2975 }, 2975 },
2976 ], 2976 ],
2977 } 2977 }
OLDNEW
« 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