| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |