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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 }], | 266 }], |
267 ], | 267 ], |
268 }, | 268 }, |
269 { | 269 { |
270 # GN version: //extensions/browser | 270 # GN version: //extensions/browser |
271 'target_name': 'extensions_browser', | 271 'target_name': 'extensions_browser', |
272 'type': 'static_library', | 272 'type': 'static_library', |
273 'dependencies': [ | 273 'dependencies': [ |
274 '../base/base.gyp:base', | 274 '../base/base.gyp:base', |
275 '../base/base.gyp:base_prefs', | 275 '../base/base.gyp:base_prefs', |
| 276 '../components/components.gyp:copresence_sockets', |
276 '../components/components.gyp:keyed_service_content', | 277 '../components/components.gyp:keyed_service_content', |
277 '../components/components.gyp:keyed_service_core', | 278 '../components/components.gyp:keyed_service_core', |
278 '../components/components.gyp:pref_registry', | 279 '../components/components.gyp:pref_registry', |
279 '../components/components.gyp:sessions', | 280 '../components/components.gyp:sessions', |
280 '../components/components.gyp:storage_monitor', | 281 '../components/components.gyp:storage_monitor', |
281 '../components/components.gyp:web_cache_browser', | 282 '../components/components.gyp:web_cache_browser', |
282 '../components/components.gyp:web_modal', | 283 '../components/components.gyp:web_modal', |
283 '../content/content.gyp:content_browser', | 284 '../content/content.gyp:content_browser', |
284 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 285 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
285 '../device/serial/serial.gyp:device_serial', | 286 '../device/serial/serial.gyp:device_serial', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'browser/api/cast_channel/cast_socket.cc', | 363 'browser/api/cast_channel/cast_socket.cc', |
363 'browser/api/cast_channel/cast_socket.h', | 364 'browser/api/cast_channel/cast_socket.h', |
364 'browser/api/cast_channel/cast_framer.cc', | 365 'browser/api/cast_channel/cast_framer.cc', |
365 'browser/api/cast_channel/cast_framer.h', | 366 'browser/api/cast_channel/cast_framer.h', |
366 'browser/api/cast_channel/cast_transport.h', | 367 'browser/api/cast_channel/cast_transport.h', |
367 'browser/api/cast_channel/cast_transport.cc', | 368 'browser/api/cast_channel/cast_transport.cc', |
368 'browser/api/cast_channel/logger.cc', | 369 'browser/api/cast_channel/logger.cc', |
369 'browser/api/cast_channel/logger.h', | 370 'browser/api/cast_channel/logger.h', |
370 'browser/api/cast_channel/logger_util.cc', | 371 'browser/api/cast_channel/logger_util.cc', |
371 'browser/api/cast_channel/logger_util.h', | 372 'browser/api/cast_channel/logger_util.h', |
| 373 'browser/api/copresence_socket/copresence_socket_api.cc', |
| 374 'browser/api/copresence_socket/copresence_socket_api.h', |
372 'browser/api/declarative/deduping_factory.h', | 375 'browser/api/declarative/deduping_factory.h', |
373 'browser/api/declarative/declarative_api.cc', | 376 'browser/api/declarative/declarative_api.cc', |
374 'browser/api/declarative/declarative_api.h', | 377 'browser/api/declarative/declarative_api.h', |
375 'browser/api/declarative/declarative_rule.h', | 378 'browser/api/declarative/declarative_rule.h', |
376 'browser/api/declarative/rules_cache_delegate.cc', | 379 'browser/api/declarative/rules_cache_delegate.cc', |
377 'browser/api/declarative/rules_cache_delegate.h', | 380 'browser/api/declarative/rules_cache_delegate.h', |
378 'browser/api/declarative/rules_registry.cc', | 381 'browser/api/declarative/rules_registry.cc', |
379 'browser/api/declarative/rules_registry.h', | 382 'browser/api/declarative/rules_registry.h', |
380 'browser/api/declarative/rules_registry_service.cc', | 383 'browser/api/declarative/rules_registry_service.cc', |
381 'browser/api/declarative/rules_registry_service.h', | 384 'browser/api/declarative/rules_registry_service.h', |
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1172 'conditions': [ | 1175 'conditions': [ |
1173 ['OS=="win" and win_use_allocator_shim==1', { | 1176 ['OS=="win" and win_use_allocator_shim==1', { |
1174 'dependencies': [ | 1177 'dependencies': [ |
1175 '../base/allocator/allocator.gyp:allocator', | 1178 '../base/allocator/allocator.gyp:allocator', |
1176 ], | 1179 ], |
1177 }], | 1180 }], |
1178 ], | 1181 ], |
1179 }, | 1182 }, |
1180 ] | 1183 ] |
1181 } | 1184 } |
OLD | NEW |