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

Side by Side Diff: extensions/extensions.gyp

Issue 418763002: Add GN Build file for extensions_browser target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 6 years, 4 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/browser/BUILD.gn ('k') | no next file » | 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'common/api/sockets/sockets_manifest_permission.cc', 227 'common/api/sockets/sockets_manifest_permission.cc',
228 'common/api/sockets/sockets_manifest_permission.h', 228 'common/api/sockets/sockets_manifest_permission.h',
229 'common/extension_api.cc', 229 'common/extension_api.cc',
230 'common/manifest_handlers/externally_connectable.cc', 230 'common/manifest_handlers/externally_connectable.cc',
231 'common/manifest_handlers/externally_connectable.h', 231 'common/manifest_handlers/externally_connectable.h',
232 ], 232 ],
233 }], 233 }],
234 ], 234 ],
235 }, 235 },
236 { 236 {
237 # GN version: //extensions/browser
237 'target_name': 'extensions_browser', 238 'target_name': 'extensions_browser',
238 'type': 'static_library', 239 'type': 'static_library',
239 'dependencies': [ 240 'dependencies': [
240 '../base/base.gyp:base', 241 '../base/base.gyp:base',
241 '../base/base.gyp:base_prefs', 242 '../base/base.gyp:base_prefs',
242 '../components/components.gyp:keyed_service_content', 243 '../components/components.gyp:keyed_service_content',
243 '../components/components.gyp:keyed_service_core', 244 '../components/components.gyp:keyed_service_core',
244 '../components/components.gyp:pref_registry', 245 '../components/components.gyp:pref_registry',
245 '../components/components.gyp:usb_service', 246 '../components/components.gyp:usb_service',
246 '../content/content.gyp:content_browser', 247 '../content/content.gyp:content_browser',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'type': 'static_library', 813 'type': 'static_library',
813 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 814 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
814 'variables': { 815 'variables': {
815 'proto_in_dir': 'browser/api/cast_channel', 816 'proto_in_dir': 'browser/api/cast_channel',
816 'proto_out_dir': 'extensions/browser/api/cast_channel', 817 'proto_out_dir': 'extensions/browser/api/cast_channel',
817 }, 818 },
818 'includes': [ '../build/protoc.gypi' ] 819 'includes': [ '../build/protoc.gypi' ]
819 }, 820 },
820 ] 821 ]
821 } 822 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698