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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 513633002: Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 # GN version: //chrome/browser/extensions 958 # GN version: //chrome/browser/extensions
959 'target_name': 'browser_extensions', 959 'target_name': 'browser_extensions',
960 'type': 'static_library', 960 'type': 'static_library',
961 'variables': { 'enable_wexit_time_destructors': 1, }, 961 'variables': { 'enable_wexit_time_destructors': 1, },
962 # Since browser and browser_extensions actually depend on each other, 962 # Since browser and browser_extensions actually depend on each other,
963 # we must omit the dependency from browser_extensions to browser. 963 # we must omit the dependency from browser_extensions to browser.
964 # However, this means browser_extensions and browser should more or less 964 # However, this means browser_extensions and browser should more or less
965 # have the same dependencies. Once browser_extensions is untangled from 965 # have the same dependencies. Once browser_extensions is untangled from
966 # browser, then we can clean up these dependencies. 966 # browser, then we can clean up these dependencies.
967 'dependencies': [ 967 'dependencies': [
968 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
968 'chrome_resources.gyp:chrome_extra_resources', 969 'chrome_resources.gyp:chrome_extra_resources',
969 'chrome_resources.gyp:chrome_resources', 970 'chrome_resources.gyp:chrome_resources',
970 'chrome_resources.gyp:chrome_strings', 971 'chrome_resources.gyp:chrome_strings',
971 'chrome_resources.gyp:platform_locale_settings', 972 'chrome_resources.gyp:platform_locale_settings',
972 'chrome_resources.gyp:theme_resources', 973 'chrome_resources.gyp:theme_resources',
973 'common', 974 'common',
974 'common/extensions/api/api.gyp:chrome_api', 975 'common/extensions/api/api.gyp:chrome_api',
975 'common_net', 976 'common_net',
976 'debugger', 977 'debugger',
977 'in_memory_url_index_cache_proto', 978 'in_memory_url_index_cache_proto',
978 'installer_util', 979 'installer_util',
979 'safe_browsing_proto', 980 'safe_browsing_proto',
980 '../components/components.gyp:copresence', 981 '../components/components.gyp:copresence',
981 '../components/components.gyp:omaha_query_params', 982 '../components/components.gyp:omaha_query_params',
982 '../components/components.gyp:onc_component', 983 '../components/components.gyp:onc_component',
983 '../components/components.gyp:url_matcher', 984 '../components/components.gyp:url_matcher',
984 '../components/components_strings.gyp:components_strings', 985 '../components/components_strings.gyp:components_strings',
985 '../content/app/resources/content_resources.gyp:content_resources', 986 '../content/app/resources/content_resources.gyp:content_resources',
986 '../content/content.gyp:content_browser', 987 '../content/content.gyp:content_browser',
987 '../content/content.gyp:content_common', 988 '../content/content.gyp:content_common',
988 '../crypto/crypto.gyp:crypto', 989 '../crypto/crypto.gyp:crypto',
989 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 990 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
990 '../device/hid/hid.gyp:device_hid', 991 '../device/hid/hid.gyp:device_hid',
992 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat ion',
991 '../extensions/common/api/api.gyp:extensions_api', 993 '../extensions/common/api/api.gyp:extensions_api',
992 '../extensions/extensions.gyp:extensions_browser', 994 '../extensions/extensions.gyp:extensions_browser',
993 '../extensions/extensions_strings.gyp:extensions_strings', 995 '../extensions/extensions_strings.gyp:extensions_strings',
994 '../net/net.gyp:net', 996 '../net/net.gyp:net',
995 '../skia/skia.gyp:skia', 997 '../skia/skia.gyp:skia',
996 '../sync/sync.gyp:sync', 998 '../sync/sync.gyp:sync',
997 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 999 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
998 '../third_party/icu/icu.gyp:icui18n', 1000 '../third_party/icu/icu.gyp:icui18n',
999 '../third_party/icu/icu.gyp:icuuc', 1001 '../third_party/icu/icu.gyp:icuuc',
1000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1002 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1001 '../third_party/re2/re2.gyp:re2', 1003 '../third_party/re2/re2.gyp:re2',
1002 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1004 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1003 '../ui/accessibility/accessibility.gyp:ax_gen', 1005 '../ui/accessibility/accessibility.gyp:ax_gen',
1004 '../ui/base/ui_base.gyp:ui_base', 1006 '../ui/base/ui_base.gyp:ui_base',
1005 '../ui/gfx/gfx.gyp:gfx', 1007 '../ui/gfx/gfx.gyp:gfx',
1006 '../ui/gfx/gfx.gyp:gfx_geometry', 1008 '../ui/gfx/gfx.gyp:gfx_geometry',
1007 '../ui/resources/ui_resources.gyp:ui_resources', 1009 '../ui/resources/ui_resources.gyp:ui_resources',
1008 '../ui/strings/ui_strings.gyp:ui_strings', 1010 '../ui/strings/ui_strings.gyp:ui_strings',
1009 '../url/url.gyp:url_lib', 1011 '../url/url.gyp:url_lib',
1010 '../webkit/storage_browser.gyp:storage', 1012 '../webkit/storage_browser.gyp:storage',
1011 '../webkit/storage_common.gyp:storage_common', 1013 '../webkit/storage_common.gyp:storage_common',
1012 ], 1014 ],
1013 'include_dirs': [ 1015 'include_dirs': [
1014 '..', 1016 '..',
1015 '<(INTERMEDIATE_DIR)', 1017 '<(INTERMEDIATE_DIR)',
1016 ], 1018 ],
1017 'export_dependent_settings': [ 1019 'export_dependent_settings': [
1020 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
1018 'common/extensions/api/api.gyp:chrome_api', 1021 'common/extensions/api/api.gyp:chrome_api',
1019 '../content/content.gyp:content_browser', 1022 '../content/content.gyp:content_browser',
1020 ], 1023 ],
1021 'sources': [ 1024 'sources': [
1022 '<@(chrome_browser_extensions_enabled_sources)', 1025 '<@(chrome_browser_extensions_enabled_sources)',
1023 ], 1026 ],
1024 'conditions': [ 1027 'conditions': [
1025 ['chromeos==1', { 1028 ['chromeos==1', {
1026 'dependencies': [ 1029 'dependencies': [
1027 '../build/linux/system.gyp:dbus', 1030 '../build/linux/system.gyp:dbus',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 ], 1170 ],
1168 }, { # use_brlapi==0 1171 }, { # use_brlapi==0
1169 'sources': [ 1172 'sources': [
1170 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1173 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1171 ], 1174 ],
1172 }], 1175 }],
1173 ], 1176 ],
1174 }, 1177 },
1175 ], 1178 ],
1176 } 1179 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698