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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

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