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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 396173002: Cleanup dependencies on device/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/browser/extensions/BUILD.gn ('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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 'browser/extensions/api/braille_display_private/brlapi_keycode_map.h', 938 'browser/extensions/api/braille_display_private/brlapi_keycode_map.h',
939 ], 939 ],
940 'chrome_browser_extensions_policy_sources': [ 940 'chrome_browser_extensions_policy_sources': [
941 'browser/extensions/api/storage/managed_value_store_cache.cc', 941 'browser/extensions/api/storage/managed_value_store_cache.cc',
942 'browser/extensions/api/storage/managed_value_store_cache.h', 942 'browser/extensions/api/storage/managed_value_store_cache.h',
943 'browser/extensions/api/storage/policy_value_store.cc', 943 'browser/extensions/api/storage/policy_value_store.cc',
944 'browser/extensions/api/storage/policy_value_store.h', 944 'browser/extensions/api/storage/policy_value_store.h',
945 ], 945 ],
946 }, 946 },
947 # ---------------------------------------------------------------------------- 947 # ----------------------------------------------------------------------------
948 # Note on GN build: everythign below here is duplicated in 948 # Note on GN build: everything below here is duplicated in
949 # chrome/browser/BUILD.gn. If you change anything, you will also have to 949 # chrome/browser/BUILD.gn. If you change anything, you will also have to
950 # update that file. Some short and probably rarely-changing file lists are 950 # update that file. Some short and probably rarely-changing file lists are
951 # duplicated between the builds. If a list gets longer or is changed it is 951 # duplicated between the builds. If a list gets longer or is changed it is
952 # probably worth sharing. 952 # probably worth sharing.
953 'targets': [ 953 'targets': [
954 { 954 {
955 # GN version: //chrome/browser/extensions 955 # GN version: //chrome/browser/extensions
956 'target_name': 'browser_extensions', 956 'target_name': 'browser_extensions',
957 'type': 'static_library', 957 'type': 'static_library',
958 'variables': { 'enable_wexit_time_destructors': 1, }, 958 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 18 matching lines...) Expand all
977 'safe_browsing_proto', 977 'safe_browsing_proto',
978 'sync_file_system_proto', 978 'sync_file_system_proto',
979 '../third_party/re2/re2.gyp:re2', 979 '../third_party/re2/re2.gyp:re2',
980 '../components/components.gyp:omaha_query_params', 980 '../components/components.gyp:omaha_query_params',
981 '../components/components.gyp:onc_component', 981 '../components/components.gyp:onc_component',
982 '../components/components.gyp:url_matcher', 982 '../components/components.gyp:url_matcher',
983 '../components/components_strings.gyp:components_strings', 983 '../components/components_strings.gyp:components_strings',
984 '../content/content.gyp:content_browser', 984 '../content/content.gyp:content_browser',
985 '../content/content.gyp:content_common', 985 '../content/content.gyp:content_common',
986 '../crypto/crypto.gyp:crypto', 986 '../crypto/crypto.gyp:crypto',
987 '../device/hid/hid.gyp:device_hid',
988 '../extensions/common/api/api.gyp:extensions_api', 987 '../extensions/common/api/api.gyp:extensions_api',
989 '../extensions/extensions.gyp:extensions_browser', 988 '../extensions/extensions.gyp:extensions_browser',
990 '../extensions/extensions_strings.gyp:extensions_strings', 989 '../extensions/extensions_strings.gyp:extensions_strings',
991 '../net/net.gyp:net', 990 '../net/net.gyp:net',
992 '../skia/skia.gyp:skia', 991 '../skia/skia.gyp:skia',
993 '../sync/sync.gyp:sync', 992 '../sync/sync.gyp:sync',
994 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 993 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
995 '../third_party/icu/icu.gyp:icui18n', 994 '../third_party/icu/icu.gyp:icui18n',
996 '../third_party/icu/icu.gyp:icuuc', 995 '../third_party/icu/icu.gyp:icuuc',
997 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 996 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 ['branding=="Chrome" and chromeos==1', { 1042 ['branding=="Chrome" and chromeos==1', {
1044 'dependencies': [ 1043 'dependencies': [
1045 'browser/extensions/api/ledger/ledger.gyp:ledger_api', 1044 'browser/extensions/api/ledger/ledger.gyp:ledger_api',
1046 ], 1045 ],
1047 }], 1046 }],
1048 # TODO(thestig) This conditional should be removed when extensions are 1047 # TODO(thestig) This conditional should be removed when extensions are
1049 # no longer enabled on mobile. 1048 # no longer enabled on mobile.
1050 ['enable_extensions==1', { 1049 ['enable_extensions==1', {
1051 'dependencies': [ 1050 'dependencies': [
1052 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1051 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1052 '../device/hid/hid.gyp:device_hid',
1053 ], 1053 ],
1054 'sources': [ 1054 'sources': [
1055 '<@(chrome_browser_extensions_enabled_sources)', 1055 '<@(chrome_browser_extensions_enabled_sources)',
1056 ], 1056 ],
1057 'conditions': [ 1057 'conditions': [
1058 ['chromeos==0', { 1058 ['chromeos==0', {
1059 'sources': [ 1059 'sources': [
1060 '<@(chrome_browser_extensions_non_chromeos_sources)', 1060 '<@(chrome_browser_extensions_non_chromeos_sources)',
1061 ], 1061 ],
1062 }], 1062 }],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'type': 'static_library', 1212 'type': 'static_library',
1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1214 'variables': { 1214 'variables': {
1215 'proto_in_dir': 'browser/extensions/api/cast_channel', 1215 'proto_in_dir': 'browser/extensions/api/cast_channel',
1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1217 }, 1217 },
1218 'includes': [ '../build/protoc.gypi' ] 1218 'includes': [ '../build/protoc.gypi' ]
1219 }, 1219 },
1220 ], 1220 ],
1221 } 1221 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698