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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 # Dependencies of history | 290 # Dependencies of history |
291 'components.gyp:history_core_browser', | 291 'components.gyp:history_core_browser', |
292 'components.gyp:history_core_common', | 292 'components.gyp:history_core_common', |
293 | 293 |
294 # Dependencies of infobar | 294 # Dependencies of infobar |
295 'components.gyp:infobars_test_support', | 295 'components.gyp:infobars_test_support', |
296 | 296 |
297 # Dependencies of invalidation | 297 # Dependencies of invalidation |
298 'components.gyp:invalidation', | 298 'components.gyp:invalidation', |
299 'components.gyp:invalidation_test_support', | 299 'components.gyp:invalidation_test_support', |
| 300 '../jingle/jingle.gyp:notifier_test_util', |
| 301 '../third_party/libjingle/libjingle.gyp:libjingle', |
300 | 302 |
301 # Dependencies of json_schema | 303 # Dependencies of json_schema |
302 'components.gyp:json_schema', | 304 'components.gyp:json_schema', |
303 | 305 |
304 # Dependencies of keyed_service | 306 # Dependencies of keyed_service |
305 'components.gyp:keyed_service_core', | 307 'components.gyp:keyed_service_core', |
306 | 308 |
307 # Dependencies of language_usage_metrics | 309 # Dependencies of language_usage_metrics |
308 'components.gyp:language_usage_metrics', | 310 'components.gyp:language_usage_metrics', |
309 | 311 |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 '../third_party/libusb/libusb.gyp:libusb', | 539 '../third_party/libusb/libusb.gyp:libusb', |
538 ], | 540 ], |
539 }], | 541 }], |
540 ['OS != "android"', { | 542 ['OS != "android"', { |
541 'sources': [ | 543 'sources': [ |
542 'invalidation/fake_invalidator_unittest.cc', | 544 'invalidation/fake_invalidator_unittest.cc', |
543 'invalidation/gcm_network_channel_unittest.cc', | 545 'invalidation/gcm_network_channel_unittest.cc', |
544 'invalidation/invalidation_notifier_unittest.cc', | 546 'invalidation/invalidation_notifier_unittest.cc', |
545 'invalidation/invalidator_registrar_unittest.cc', | 547 'invalidation/invalidator_registrar_unittest.cc', |
546 'invalidation/non_blocking_invalidator_unittest.cc', | 548 'invalidation/non_blocking_invalidator_unittest.cc', |
| 549 'invalidation/object_id_invalidation_map_unittest.cc', |
547 'invalidation/p2p_invalidator_unittest.cc', | 550 'invalidation/p2p_invalidator_unittest.cc', |
548 'invalidation/push_client_channel_unittest.cc', | 551 'invalidation/push_client_channel_unittest.cc', |
| 552 'invalidation/registration_manager_unittest.cc', |
| 553 'invalidation/single_object_invalidation_set_unittest.cc', |
549 'invalidation/sync_invalidation_listener_unittest.cc', | 554 'invalidation/sync_invalidation_listener_unittest.cc', |
550 'invalidation/sync_system_resources_unittest.cc', | 555 'invalidation/sync_system_resources_unittest.cc', |
551 'invalidation/ticl_invalidation_service_unittest.cc', | 556 'invalidation/ticl_invalidation_service_unittest.cc', |
| 557 'invalidation/unacked_invalidation_set_unittest.cc', |
552 ], | 558 ], |
553 }], | 559 }], |
554 ['chromeos==1', { | 560 ['chromeos==1', { |
555 'sources': [ | 561 'sources': [ |
556 'metrics/chromeos/serialization_utils_unittest.cc', | 562 'metrics/chromeos/serialization_utils_unittest.cc', |
557 ], | 563 ], |
558 'sources!': [ | 564 'sources!': [ |
559 'storage_monitor/storage_monitor_linux_unittest.cc', | 565 'storage_monitor/storage_monitor_linux_unittest.cc', |
560 ], | 566 ], |
561 'dependencies': [ | 567 'dependencies': [ |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'dependencies': [ | 838 'dependencies': [ |
833 '../base/allocator/allocator.gyp:allocator', | 839 '../base/allocator/allocator.gyp:allocator', |
834 ], | 840 ], |
835 }], | 841 }], |
836 ], | 842 ], |
837 }, | 843 }, |
838 ], | 844 ], |
839 }], | 845 }], |
840 ], | 846 ], |
841 } | 847 } |
OLD | NEW |