OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 # Dependencies of history | 291 # Dependencies of history |
292 'components.gyp:history_core_browser', | 292 'components.gyp:history_core_browser', |
293 'components.gyp:history_core_common', | 293 'components.gyp:history_core_common', |
294 | 294 |
295 # Dependencies of infobar | 295 # Dependencies of infobar |
296 'components.gyp:infobars_test_support', | 296 'components.gyp:infobars_test_support', |
297 | 297 |
298 # Dependencies of invalidation | 298 # Dependencies of invalidation |
299 'components.gyp:invalidation', | 299 'components.gyp:invalidation', |
300 'components.gyp:invalidation_test_support', | 300 'components.gyp:invalidation_test_support', |
| 301 '../jingle/jingle.gyp:notifier_test_util', |
| 302 '../third_party/libjingle/libjingle.gyp:libjingle', |
301 | 303 |
302 # Dependencies of json_schema | 304 # Dependencies of json_schema |
303 'components.gyp:json_schema', | 305 'components.gyp:json_schema', |
304 | 306 |
305 # Dependencies of keyed_service | 307 # Dependencies of keyed_service |
306 'components.gyp:keyed_service_core', | 308 'components.gyp:keyed_service_core', |
307 | 309 |
308 # Dependencies of language_usage_metrics | 310 # Dependencies of language_usage_metrics |
309 'components.gyp:language_usage_metrics', | 311 'components.gyp:language_usage_metrics', |
310 | 312 |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 '../third_party/libusb/libusb.gyp:libusb', | 540 '../third_party/libusb/libusb.gyp:libusb', |
539 ], | 541 ], |
540 }], | 542 }], |
541 ['OS != "android"', { | 543 ['OS != "android"', { |
542 'sources': [ | 544 'sources': [ |
543 'invalidation/fake_invalidator_unittest.cc', | 545 'invalidation/fake_invalidator_unittest.cc', |
544 'invalidation/gcm_network_channel_unittest.cc', | 546 'invalidation/gcm_network_channel_unittest.cc', |
545 'invalidation/invalidation_notifier_unittest.cc', | 547 'invalidation/invalidation_notifier_unittest.cc', |
546 'invalidation/invalidator_registrar_unittest.cc', | 548 'invalidation/invalidator_registrar_unittest.cc', |
547 'invalidation/non_blocking_invalidator_unittest.cc', | 549 'invalidation/non_blocking_invalidator_unittest.cc', |
| 550 'invalidation/object_id_invalidation_map_unittest.cc', |
548 'invalidation/p2p_invalidator_unittest.cc', | 551 'invalidation/p2p_invalidator_unittest.cc', |
549 'invalidation/push_client_channel_unittest.cc', | 552 'invalidation/push_client_channel_unittest.cc', |
| 553 'invalidation/registration_manager_unittest.cc', |
| 554 'invalidation/single_object_invalidation_set_unittest.cc', |
550 'invalidation/sync_invalidation_listener_unittest.cc', | 555 'invalidation/sync_invalidation_listener_unittest.cc', |
551 'invalidation/sync_system_resources_unittest.cc', | 556 'invalidation/sync_system_resources_unittest.cc', |
552 'invalidation/ticl_invalidation_service_unittest.cc', | 557 'invalidation/ticl_invalidation_service_unittest.cc', |
| 558 'invalidation/unacked_invalidation_set_unittest.cc', |
553 ], | 559 ], |
554 }], | 560 }], |
555 ['chromeos==1', { | 561 ['chromeos==1', { |
556 'sources': [ | 562 'sources': [ |
557 'metrics/chromeos/serialization_utils_unittest.cc', | 563 'metrics/chromeos/serialization_utils_unittest.cc', |
558 ], | 564 ], |
559 'sources!': [ | 565 'sources!': [ |
560 'storage_monitor/storage_monitor_linux_unittest.cc', | 566 'storage_monitor/storage_monitor_linux_unittest.cc', |
561 ], | 567 ], |
562 'dependencies': [ | 568 'dependencies': [ |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 'dependencies': [ | 840 'dependencies': [ |
835 '../base/allocator/allocator.gyp:allocator', | 841 '../base/allocator/allocator.gyp:allocator', |
836 ], | 842 ], |
837 }], | 843 }], |
838 ], | 844 ], |
839 }, | 845 }, |
840 ], | 846 ], |
841 }], | 847 }], |
842 ], | 848 ], |
843 } | 849 } |
OLD | NEW |