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

Side by Side Diff: extensions/extensions.gyp

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 | « 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '../base/base.gyp:base_prefs', 252 '../base/base.gyp:base_prefs',
253 '../components/components.gyp:keyed_service_content', 253 '../components/components.gyp:keyed_service_content',
254 '../components/components.gyp:keyed_service_core', 254 '../components/components.gyp:keyed_service_core',
255 '../components/components.gyp:pref_registry', 255 '../components/components.gyp:pref_registry',
256 '../components/components.gyp:usb_service', 256 '../components/components.gyp:usb_service',
257 '../components/components.gyp:web_modal', 257 '../components/components.gyp:web_modal',
258 '../content/content.gyp:content_browser', 258 '../content/content.gyp:content_browser',
259 '../device/serial/serial.gyp:device_serial', 259 '../device/serial/serial.gyp:device_serial',
260 '../skia/skia.gyp:skia', 260 '../skia/skia.gyp:skia',
261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
262 'browser/api/api_registration.gyp:extensions_api_registration',
262 'cast_channel_proto', 263 'cast_channel_proto',
263 'common/api/api.gyp:extensions_api', 264 'common/api/api.gyp:extensions_api',
264 'extensions_common', 265 'extensions_common',
265 'extensions_strings.gyp:extensions_strings', 266 'extensions_strings.gyp:extensions_strings',
266 ], 267 ],
267 'include_dirs': [ 268 'include_dirs': [
268 '..', 269 '..',
269 '<(INTERMEDIATE_DIR)', 270 '<(INTERMEDIATE_DIR)',
270 # Needed to access generated API headers. 271 # Needed to access generated API headers.
271 '<(SHARED_INTERMEDIATE_DIR)', 272 '<(SHARED_INTERMEDIATE_DIR)',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 ] 748 ]
748 }, 749 },
749 { 750 {
750 # GN version: //extensions:test_support 751 # GN version: //extensions:test_support
751 'target_name': 'extensions_test_support', 752 'target_name': 'extensions_test_support',
752 'type': 'static_library', 753 'type': 'static_library',
753 'dependencies': [ 754 'dependencies': [
754 '../base/base.gyp:base', 755 '../base/base.gyp:base',
755 '../net/net.gyp:net_test_support', 756 '../net/net.gyp:net_test_support',
756 '../testing/gtest.gyp:gtest', 757 '../testing/gtest.gyp:gtest',
758 'browser/api/api_registration.gyp:extensions_api_registration',
757 'common/api/api.gyp:extensions_api', 759 'common/api/api.gyp:extensions_api',
758 'extensions_browser', 760 'extensions_browser',
759 'extensions_common', 761 'extensions_common',
760 'extensions_resources.gyp:extensions_resources', 762 'extensions_resources.gyp:extensions_resources',
761 ], 763 ],
762 'include_dirs': [ 764 'include_dirs': [
763 '..', 765 '..',
764 '<(SHARED_INTERMEDIATE_DIR)', 766 '<(SHARED_INTERMEDIATE_DIR)',
765 ], 767 ],
766 'sources': [ 768 'sources': [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'browser/api/cast_channel/logging.proto' 959 'browser/api/cast_channel/logging.proto'
958 ], 960 ],
959 'variables': { 961 'variables': {
960 'proto_in_dir': 'browser/api/cast_channel', 962 'proto_in_dir': 'browser/api/cast_channel',
961 'proto_out_dir': 'extensions/browser/api/cast_channel', 963 'proto_out_dir': 'extensions/browser/api/cast_channel',
962 }, 964 },
963 'includes': [ '../build/protoc.gypi' ] 965 'includes': [ '../build/protoc.gypi' ]
964 }, 966 },
965 ] 967 ]
966 } 968 }
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