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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'browser/api/cast_channel/cast_socket.cc', | 362 'browser/api/cast_channel/cast_socket.cc', |
363 'browser/api/cast_channel/cast_socket.h', | 363 'browser/api/cast_channel/cast_socket.h', |
364 'browser/api/cast_channel/cast_framer.cc', | 364 'browser/api/cast_channel/cast_framer.cc', |
365 'browser/api/cast_channel/cast_framer.h', | 365 'browser/api/cast_channel/cast_framer.h', |
366 'browser/api/cast_channel/cast_transport.h', | 366 'browser/api/cast_channel/cast_transport.h', |
367 'browser/api/cast_channel/cast_transport.cc', | 367 'browser/api/cast_channel/cast_transport.cc', |
368 'browser/api/cast_channel/logger.cc', | 368 'browser/api/cast_channel/logger.cc', |
369 'browser/api/cast_channel/logger.h', | 369 'browser/api/cast_channel/logger.h', |
370 'browser/api/cast_channel/logger_util.cc', | 370 'browser/api/cast_channel/logger_util.cc', |
371 'browser/api/cast_channel/logger_util.h', | 371 'browser/api/cast_channel/logger_util.h', |
| 372 'browser/api/copresence_socket/copresence_socket_api.cc', |
| 373 'browser/api/copresence_socket/copresence_socket_api.h', |
372 'browser/api/declarative/deduping_factory.h', | 374 'browser/api/declarative/deduping_factory.h', |
373 'browser/api/declarative/declarative_api.cc', | 375 'browser/api/declarative/declarative_api.cc', |
374 'browser/api/declarative/declarative_api.h', | 376 'browser/api/declarative/declarative_api.h', |
375 'browser/api/declarative/declarative_rule.h', | 377 'browser/api/declarative/declarative_rule.h', |
376 'browser/api/declarative/rules_cache_delegate.cc', | 378 'browser/api/declarative/rules_cache_delegate.cc', |
377 'browser/api/declarative/rules_cache_delegate.h', | 379 'browser/api/declarative/rules_cache_delegate.h', |
378 'browser/api/declarative/rules_registry.cc', | 380 'browser/api/declarative/rules_registry.cc', |
379 'browser/api/declarative/rules_registry.h', | 381 'browser/api/declarative/rules_registry.h', |
380 'browser/api/declarative/rules_registry_service.cc', | 382 'browser/api/declarative/rules_registry_service.cc', |
381 'browser/api/declarative/rules_registry_service.h', | 383 'browser/api/declarative/rules_registry_service.h', |
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1169 'conditions': [ | 1171 'conditions': [ |
1170 ['OS=="win" and win_use_allocator_shim==1', { | 1172 ['OS=="win" and win_use_allocator_shim==1', { |
1171 'dependencies': [ | 1173 'dependencies': [ |
1172 '../base/allocator/allocator.gyp:allocator', | 1174 '../base/allocator/allocator.gyp:allocator', |
1173 ], | 1175 ], |
1174 }], | 1176 }], |
1175 ], | 1177 ], |
1176 }, | 1178 }, |
1177 ] | 1179 ] |
1178 } | 1180 } |
OLD | NEW |