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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 494993005: 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, 3 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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'browser/ui/webui/devtools_ui.cc', 1052 'browser/ui/webui/devtools_ui.cc',
1053 'browser/ui/webui/devtools_ui.h', 1053 'browser/ui/webui/devtools_ui.h',
1054 'browser/ui/webui/domain_reliability_internals_ui.cc', 1054 'browser/ui/webui/domain_reliability_internals_ui.cc',
1055 'browser/ui/webui/domain_reliability_internals_ui.h', 1055 'browser/ui/webui/domain_reliability_internals_ui.h',
1056 'browser/ui/webui/favicon_source.cc', 1056 'browser/ui/webui/favicon_source.cc',
1057 'browser/ui/webui/favicon_source.h', 1057 'browser/ui/webui/favicon_source.h',
1058 'browser/ui/webui/fileicon_source.cc', 1058 'browser/ui/webui/fileicon_source.cc',
1059 'browser/ui/webui/fileicon_source.h', 1059 'browser/ui/webui/fileicon_source.h',
1060 'browser/ui/webui/flags_ui.cc', 1060 'browser/ui/webui/flags_ui.cc',
1061 'browser/ui/webui/flags_ui.h', 1061 'browser/ui/webui/flags_ui.h',
1062 'browser/ui/webui/flash_ui.cc',
1063 'browser/ui/webui/flash_ui.h',
1064 'browser/ui/webui/gcm_internals_ui.cc', 1062 'browser/ui/webui/gcm_internals_ui.cc',
1065 'browser/ui/webui/gcm_internals_ui.h', 1063 'browser/ui/webui/gcm_internals_ui.h',
1066 'browser/ui/webui/history_ui.cc', 1064 'browser/ui/webui/history_ui.cc',
1067 'browser/ui/webui/history_ui.h', 1065 'browser/ui/webui/history_ui.h',
1068 'browser/ui/webui/instant_ui.cc', 1066 'browser/ui/webui/instant_ui.cc',
1069 'browser/ui/webui/instant_ui.h', 1067 'browser/ui/webui/instant_ui.h',
1070 'browser/ui/webui/interstitials/interstitial_ui.cc', 1068 'browser/ui/webui/interstitials/interstitial_ui.cc',
1071 'browser/ui/webui/interstitials/interstitial_ui.h', 1069 'browser/ui/webui/interstitials/interstitial_ui.h',
1072 'browser/ui/webui/invalidations_message_handler.cc', 1070 'browser/ui/webui/invalidations_message_handler.cc',
1073 'browser/ui/webui/invalidations_message_handler.h', 1071 'browser/ui/webui/invalidations_message_handler.h',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'browser/ui/cocoa/task_manager_mac.mm', 1845 'browser/ui/cocoa/task_manager_mac.mm',
1848 'browser/ui/views/task_manager_view.cc', 1846 'browser/ui/views/task_manager_view.cc',
1849 ], 1847 ],
1850 'chrome_browser_ui_nacl_sources': [ 1848 'chrome_browser_ui_nacl_sources': [
1851 'browser/ui/webui/nacl_ui.cc', 1849 'browser/ui/webui/nacl_ui.cc',
1852 'browser/ui/webui/nacl_ui.h', 1850 'browser/ui/webui/nacl_ui.h',
1853 ], 1851 ],
1854 'chrome_browser_ui_plugin_sources': [ 1852 'chrome_browser_ui_plugin_sources': [
1855 'browser/ui/hung_plugin_tab_helper.cc', 1853 'browser/ui/hung_plugin_tab_helper.cc',
1856 'browser/ui/hung_plugin_tab_helper.h', 1854 'browser/ui/hung_plugin_tab_helper.h',
1855 'browser/ui/webui/flash_ui.cc',
1856 'browser/ui/webui/flash_ui.h',
1857 ], 1857 ],
1858 'chrome_browser_ui_policy_sources': [ 1858 'chrome_browser_ui_policy_sources': [
1859 'browser/ui/webui/policy_ui.cc', 1859 'browser/ui/webui/policy_ui.cc',
1860 'browser/ui/webui/policy_ui.h', 1860 'browser/ui/webui/policy_ui.h',
1861 ], 1861 ],
1862 # Cross-platform (except Mac) views sources. We assume app list is enabled. 1862 # Cross-platform (except Mac) views sources. We assume app list is enabled.
1863 'chrome_browser_ui_views_non_mac_sources': [ 1863 'chrome_browser_ui_views_non_mac_sources': [
1864 'browser/ui/views/accelerator_utils_aura.cc', 1864 'browser/ui/views/accelerator_utils_aura.cc',
1865 'browser/ui/views/accessibility/invert_bubble_view.cc', 1865 'browser/ui/views/accessibility/invert_bubble_view.cc',
1866 'browser/ui/views/accessibility/invert_bubble_view.h', 1866 'browser/ui/views/accessibility/invert_bubble_view.h',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2614 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2615 'common/extensions/api/api.gyp:chrome_api', 2615 'common/extensions/api/api.gyp:chrome_api',
2616 'debugger', 2616 'debugger',
2617 'installer_util', 2617 'installer_util',
2618 '../components/components.gyp:autofill_content_risk_proto', 2618 '../components/components.gyp:autofill_content_risk_proto',
2619 '../components/components.gyp:translate_content_common', 2619 '../components/components.gyp:translate_content_common',
2620 '../content/app/resources/content_resources.gyp:content_resources', 2620 '../content/app/resources/content_resources.gyp:content_resources',
2621 '../media/media.gyp:media', 2621 '../media/media.gyp:media',
2622 '../mojo/mojo_base.gyp:mojo_system_impl', 2622 '../mojo/mojo_base.gyp:mojo_system_impl',
2623 '../net/net.gyp:net_with_v8', 2623 '../net/net.gyp:net_with_v8',
2624 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2625 '../third_party/expat/expat.gyp:expat', 2624 '../third_party/expat/expat.gyp:expat',
2626 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2625 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2627 '../third_party/libjingle/libjingle.gyp:libjingle', 2626 '../third_party/libjingle/libjingle.gyp:libjingle',
2628 '../third_party/npapi/npapi.gyp:npapi', 2627 '../third_party/npapi/npapi.gyp:npapi',
2629 '../third_party/re2/re2.gyp:re2', 2628 '../third_party/re2/re2.gyp:re2',
2630 '../ui/compositor/compositor.gyp:compositor', 2629 '../ui/compositor/compositor.gyp:compositor',
2631 '../ui/surface/surface.gyp:surface', 2630 '../ui/surface/surface.gyp:surface',
2632 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2631 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2633 '../v8/tools/gyp/v8.gyp:v8', 2632 '../v8/tools/gyp/v8.gyp:v8',
2634 '../webkit/storage_browser.gyp:storage', 2633 '../webkit/storage_browser.gyp:storage',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 ['configuration_policy==1', { 2672 ['configuration_policy==1', {
2674 'sources': [ '<@(chrome_browser_ui_policy_sources)' ], 2673 'sources': [ '<@(chrome_browser_ui_policy_sources)' ],
2675 'dependencies': [ 2674 'dependencies': [
2676 '../components/components.gyp:policy', 2675 '../components/components.gyp:policy',
2677 ], 2676 ],
2678 }], 2677 }],
2679 ['enable_plugins==1', { 2678 ['enable_plugins==1', {
2680 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2679 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2681 'dependencies': [ 2680 'dependencies': [
2682 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2681 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2682 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2683 ], 2683 ],
2684 }], 2684 }],
2685 ['safe_browsing==1', { 2685 ['safe_browsing==1', {
2686 'defines': [ 2686 'defines': [
2687 'FULL_SAFE_BROWSING', 2687 'FULL_SAFE_BROWSING',
2688 ], 2688 ],
2689 'dependencies': [ 2689 'dependencies': [
2690 'safe_browsing_chunk_proto', 2690 'safe_browsing_chunk_proto',
2691 'safe_browsing_proto', 2691 'safe_browsing_proto',
2692 'safe_browsing_report_proto', 2692 'safe_browsing_report_proto',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 }], 2974 }],
2975 ['OS!="android" and OS!="ios"', { 2975 ['OS!="android" and OS!="ios"', {
2976 'dependencies': [ 2976 'dependencies': [
2977 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2977 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2978 ], 2978 ],
2979 }], 2979 }],
2980 ], 2980 ],
2981 }, 2981 },
2982 ], 2982 ],
2983 } 2983 }
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