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

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
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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 'browser/ui/webui/devtools_ui.cc', 1041 'browser/ui/webui/devtools_ui.cc',
1042 'browser/ui/webui/devtools_ui.h', 1042 'browser/ui/webui/devtools_ui.h',
1043 'browser/ui/webui/domain_reliability_internals_ui.cc', 1043 'browser/ui/webui/domain_reliability_internals_ui.cc',
1044 'browser/ui/webui/domain_reliability_internals_ui.h', 1044 'browser/ui/webui/domain_reliability_internals_ui.h',
1045 'browser/ui/webui/favicon_source.cc', 1045 'browser/ui/webui/favicon_source.cc',
1046 'browser/ui/webui/favicon_source.h', 1046 'browser/ui/webui/favicon_source.h',
1047 'browser/ui/webui/fileicon_source.cc', 1047 'browser/ui/webui/fileicon_source.cc',
1048 'browser/ui/webui/fileicon_source.h', 1048 'browser/ui/webui/fileicon_source.h',
1049 'browser/ui/webui/flags_ui.cc', 1049 'browser/ui/webui/flags_ui.cc',
1050 'browser/ui/webui/flags_ui.h', 1050 'browser/ui/webui/flags_ui.h',
1051 'browser/ui/webui/flash_ui.cc',
1052 'browser/ui/webui/flash_ui.h',
1053 'browser/ui/webui/gcm_internals_ui.cc', 1051 'browser/ui/webui/gcm_internals_ui.cc',
1054 'browser/ui/webui/gcm_internals_ui.h', 1052 'browser/ui/webui/gcm_internals_ui.h',
1055 'browser/ui/webui/history_ui.cc', 1053 'browser/ui/webui/history_ui.cc',
1056 'browser/ui/webui/history_ui.h', 1054 'browser/ui/webui/history_ui.h',
1057 'browser/ui/webui/instant_ui.cc', 1055 'browser/ui/webui/instant_ui.cc',
1058 'browser/ui/webui/instant_ui.h', 1056 'browser/ui/webui/instant_ui.h',
1059 'browser/ui/webui/interstitials/interstitial_ui.cc', 1057 'browser/ui/webui/interstitials/interstitial_ui.cc',
1060 'browser/ui/webui/interstitials/interstitial_ui.h', 1058 'browser/ui/webui/interstitials/interstitial_ui.h',
1061 'browser/ui/webui/invalidations_message_handler.cc', 1059 'browser/ui/webui/invalidations_message_handler.cc',
1062 'browser/ui/webui/invalidations_message_handler.h', 1060 'browser/ui/webui/invalidations_message_handler.h',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'browser/ui/cocoa/task_manager_mac.mm', 1834 'browser/ui/cocoa/task_manager_mac.mm',
1837 'browser/ui/views/task_manager_view.cc', 1835 'browser/ui/views/task_manager_view.cc',
1838 ], 1836 ],
1839 'chrome_browser_ui_nacl_sources': [ 1837 'chrome_browser_ui_nacl_sources': [
1840 'browser/ui/webui/nacl_ui.cc', 1838 'browser/ui/webui/nacl_ui.cc',
1841 'browser/ui/webui/nacl_ui.h', 1839 'browser/ui/webui/nacl_ui.h',
1842 ], 1840 ],
1843 'chrome_browser_ui_plugin_sources': [ 1841 'chrome_browser_ui_plugin_sources': [
1844 'browser/ui/hung_plugin_tab_helper.cc', 1842 'browser/ui/hung_plugin_tab_helper.cc',
1845 'browser/ui/hung_plugin_tab_helper.h', 1843 'browser/ui/hung_plugin_tab_helper.h',
1844 'browser/ui/webui/flash_ui.cc',
1845 'browser/ui/webui/flash_ui.h',
1846 ], 1846 ],
1847 'chrome_browser_ui_policy_sources': [ 1847 'chrome_browser_ui_policy_sources': [
1848 'browser/ui/webui/policy_ui.cc', 1848 'browser/ui/webui/policy_ui.cc',
1849 'browser/ui/webui/policy_ui.h', 1849 'browser/ui/webui/policy_ui.h',
1850 ], 1850 ],
1851 # Cross-platform (except Mac) views sources. We assume app list is enabled. 1851 # Cross-platform (except Mac) views sources. We assume app list is enabled.
1852 'chrome_browser_ui_views_non_mac_sources': [ 1852 'chrome_browser_ui_views_non_mac_sources': [
1853 'browser/ui/views/accelerator_utils_aura.cc', 1853 'browser/ui/views/accelerator_utils_aura.cc',
1854 'browser/ui/views/accessibility/invert_bubble_view.cc', 1854 'browser/ui/views/accessibility/invert_bubble_view.cc',
1855 'browser/ui/views/accessibility/invert_bubble_view.h', 1855 'browser/ui/views/accessibility/invert_bubble_view.h',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
2604 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2604 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2605 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2605 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2606 'common/extensions/api/api.gyp:chrome_api', 2606 'common/extensions/api/api.gyp:chrome_api',
2607 'debugger', 2607 'debugger',
2608 'installer_util', 2608 'installer_util',
2609 '../components/components.gyp:autofill_content_risk_proto', 2609 '../components/components.gyp:autofill_content_risk_proto',
2610 '../components/components.gyp:translate_content_common', 2610 '../components/components.gyp:translate_content_common',
2611 '../media/media.gyp:media', 2611 '../media/media.gyp:media',
2612 '../mojo/mojo_base.gyp:mojo_system_impl', 2612 '../mojo/mojo_base.gyp:mojo_system_impl',
2613 '../net/net.gyp:net_with_v8', 2613 '../net/net.gyp:net_with_v8',
2614 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2615 '../third_party/expat/expat.gyp:expat', 2614 '../third_party/expat/expat.gyp:expat',
2616 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2615 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2617 '../third_party/libjingle/libjingle.gyp:libjingle', 2616 '../third_party/libjingle/libjingle.gyp:libjingle',
2618 '../third_party/npapi/npapi.gyp:npapi', 2617 '../third_party/npapi/npapi.gyp:npapi',
2619 '../third_party/re2/re2.gyp:re2', 2618 '../third_party/re2/re2.gyp:re2',
2620 '../ui/compositor/compositor.gyp:compositor', 2619 '../ui/compositor/compositor.gyp:compositor',
2621 '../ui/surface/surface.gyp:surface', 2620 '../ui/surface/surface.gyp:surface',
2622 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2621 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2623 '../v8/tools/gyp/v8.gyp:v8', 2622 '../v8/tools/gyp/v8.gyp:v8',
2624 '../webkit/storage_browser.gyp:webkit_storage_browser', 2623 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2664 ['configuration_policy==1', { 2663 ['configuration_policy==1', {
2665 'sources': [ '<@(chrome_browser_ui_policy_sources)' ], 2664 'sources': [ '<@(chrome_browser_ui_policy_sources)' ],
2666 'dependencies': [ 2665 'dependencies': [
2667 '../components/components.gyp:policy', 2666 '../components/components.gyp:policy',
2668 ], 2667 ],
2669 }], 2668 }],
2670 ['enable_plugins==1', { 2669 ['enable_plugins==1', {
2671 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2670 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2672 'dependencies': [ 2671 'dependencies': [
2673 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2672 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2673 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2674 ], 2674 ],
2675 }], 2675 }],
2676 ['safe_browsing==1', { 2676 ['safe_browsing==1', {
2677 'defines': [ 2677 'defines': [
2678 'FULL_SAFE_BROWSING', 2678 'FULL_SAFE_BROWSING',
2679 ], 2679 ],
2680 'dependencies': [ 2680 'dependencies': [
2681 'safe_browsing_chunk_proto', 2681 'safe_browsing_chunk_proto',
2682 'safe_browsing_proto', 2682 'safe_browsing_proto',
2683 'safe_browsing_report_proto', 2683 'safe_browsing_report_proto',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 }], 2965 }],
2966 ['OS!="android" and OS!="ios"', { 2966 ['OS!="android" and OS!="ios"', {
2967 'dependencies': [ 2967 'dependencies': [
2968 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2968 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2969 ], 2969 ],
2970 }], 2970 }],
2971 ], 2971 ],
2972 }, 2972 },
2973 ], 2973 ],
2974 } 2974 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698