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

Side by Side Diff: extensions/extensions.gyp

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 | « extensions/common/api/schemas.gypi ('k') | extensions/generated_extensions_api.gni » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../base/base.gyp:base_prefs', 255 '../base/base.gyp:base_prefs',
256 '../components/components.gyp:keyed_service_content', 256 '../components/components.gyp:keyed_service_content',
257 '../components/components.gyp:keyed_service_core', 257 '../components/components.gyp:keyed_service_core',
258 '../components/components.gyp:pref_registry', 258 '../components/components.gyp:pref_registry',
259 '../components/components.gyp:usb_service', 259 '../components/components.gyp:usb_service',
260 '../components/components.gyp:web_modal', 260 '../components/components.gyp:web_modal',
261 '../content/content.gyp:content_browser', 261 '../content/content.gyp:content_browser',
262 '../device/serial/serial.gyp:device_serial', 262 '../device/serial/serial.gyp:device_serial',
263 '../skia/skia.gyp:skia', 263 '../skia/skia.gyp:skia',
264 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 264 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
265 'browser/api/api_registration.gyp:extensions_api_registration',
265 'cast_channel_proto', 266 'cast_channel_proto',
266 'common/api/api.gyp:extensions_api', 267 'common/api/api.gyp:extensions_api',
267 'extensions_common', 268 'extensions_common',
268 'extensions_strings.gyp:extensions_strings', 269 'extensions_strings.gyp:extensions_strings',
269 ], 270 ],
270 'include_dirs': [ 271 'include_dirs': [
271 '..', 272 '..',
272 '<(INTERMEDIATE_DIR)', 273 '<(INTERMEDIATE_DIR)',
273 # Needed to access generated API headers. 274 # Needed to access generated API headers.
274 '<(SHARED_INTERMEDIATE_DIR)', 275 '<(SHARED_INTERMEDIATE_DIR)',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 ] 764 ]
764 }, 765 },
765 { 766 {
766 # GN version: //extensions:test_support 767 # GN version: //extensions:test_support
767 'target_name': 'extensions_test_support', 768 'target_name': 'extensions_test_support',
768 'type': 'static_library', 769 'type': 'static_library',
769 'dependencies': [ 770 'dependencies': [
770 '../base/base.gyp:base', 771 '../base/base.gyp:base',
771 '../net/net.gyp:net_test_support', 772 '../net/net.gyp:net_test_support',
772 '../testing/gtest.gyp:gtest', 773 '../testing/gtest.gyp:gtest',
774 'browser/api/api_registration.gyp:extensions_api_registration',
773 'common/api/api.gyp:extensions_api', 775 'common/api/api.gyp:extensions_api',
774 'extensions_browser', 776 'extensions_browser',
775 'extensions_common', 777 'extensions_common',
776 'extensions_resources.gyp:extensions_resources', 778 'extensions_resources.gyp:extensions_resources',
777 ], 779 ],
778 'include_dirs': [ 780 'include_dirs': [
779 '..', 781 '..',
780 '<(SHARED_INTERMEDIATE_DIR)', 782 '<(SHARED_INTERMEDIATE_DIR)',
781 ], 783 ],
782 'sources': [ 784 'sources': [
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'browser/api/cast_channel/logging.proto' 976 'browser/api/cast_channel/logging.proto'
975 ], 977 ],
976 'variables': { 978 'variables': {
977 'proto_in_dir': 'browser/api/cast_channel', 979 'proto_in_dir': 'browser/api/cast_channel',
978 'proto_out_dir': 'extensions/browser/api/cast_channel', 980 'proto_out_dir': 'extensions/browser/api/cast_channel',
979 }, 981 },
980 'includes': [ '../build/protoc.gypi' ] 982 'includes': [ '../build/protoc.gypi' ]
981 }, 983 },
982 ] 984 ]
983 } 985 }
OLDNEW
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698