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

Side by Side Diff: extensions/extensions.gyp

Issue 434243003: extensions: Add GN version of extensions_shell_and_test_pak and unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO + REBASE 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') | extensions/renderer/BUILD.gn » ('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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'conditions': [ 876 'conditions': [
877 ['OS=="win" and win_use_allocator_shim==1', { 877 ['OS=="win" and win_use_allocator_shim==1', {
878 'dependencies': [ 878 'dependencies': [
879 '../base/allocator/allocator.gyp:allocator', 879 '../base/allocator/allocator.gyp:allocator',
880 ], 880 ],
881 }], 881 }],
882 ], 882 ],
883 }, 883 },
884 { 884 {
885 # Protobuf compiler / generator for chrome.cast.channel-related protocol b uffers. 885 # Protobuf compiler / generator for chrome.cast.channel-related protocol b uffers.
886 # GN version: //extensions/browser/api/cast_channel/BUILD.gn 886 # GN version: //extensions/browser/api/cast_channel:cast_channel_proto
887 'target_name': 'cast_channel_proto', 887 'target_name': 'cast_channel_proto',
888 'type': 'static_library', 888 'type': 'static_library',
889 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 889 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
890 'variables': { 890 'variables': {
891 'proto_in_dir': 'browser/api/cast_channel', 891 'proto_in_dir': 'browser/api/cast_channel',
892 'proto_out_dir': 'extensions/browser/api/cast_channel', 892 'proto_out_dir': 'extensions/browser/api/cast_channel',
893 }, 893 },
894 'includes': [ '../build/protoc.gypi' ] 894 'includes': [ '../build/protoc.gypi' ]
895 }, 895 },
896 ] 896 ]
897 } 897 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698