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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 'invalidation/invalidator_registrar_unittest.cc', | 545 'invalidation/invalidator_registrar_unittest.cc', |
546 'invalidation/non_blocking_invalidator_unittest.cc', | 546 'invalidation/non_blocking_invalidator_unittest.cc', |
547 'invalidation/p2p_invalidator_unittest.cc', | 547 'invalidation/p2p_invalidator_unittest.cc', |
548 'invalidation/push_client_channel_unittest.cc', | 548 'invalidation/push_client_channel_unittest.cc', |
549 'invalidation/sync_invalidation_listener_unittest.cc', | 549 'invalidation/sync_invalidation_listener_unittest.cc', |
550 'invalidation/sync_system_resources_unittest.cc', | 550 'invalidation/sync_system_resources_unittest.cc', |
551 'invalidation/ticl_invalidation_service_unittest.cc', | 551 'invalidation/ticl_invalidation_service_unittest.cc', |
552 ], | 552 ], |
553 }], | 553 }], |
554 ['chromeos==1', { | 554 ['chromeos==1', { |
555 'sources': [ | |
556 'metrics/chromeos/serialization_utils_unittest.cc', | |
557 ], | |
558 'sources!': [ | 555 'sources!': [ |
559 'storage_monitor/storage_monitor_linux_unittest.cc', | 556 'storage_monitor/storage_monitor_linux_unittest.cc', |
560 ], | 557 ], |
561 'dependencies': [ | 558 'dependencies': [ |
562 '../chromeos/chromeos.gyp:chromeos_test_support', | 559 '../chromeos/chromeos.gyp:chromeos_test_support', |
563 'components.gyp:metrics_chromeos', | |
564 ], | 560 ], |
565 }], | 561 }], |
566 ['OS=="linux"', { | 562 ['OS=="linux"', { |
| 563 'sources': [ |
| 564 'metrics/serialization/serialization_utils_unittest.cc', |
| 565 ], |
567 'dependencies': [ | 566 'dependencies': [ |
| 567 'components.gyp:metrics_serialization', |
568 '../dbus/dbus.gyp:dbus', | 568 '../dbus/dbus.gyp:dbus', |
569 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', | 569 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', |
570 ], | 570 ], |
571 }], | 571 }], |
572 ['OS=="linux" and use_udev==0', { | 572 ['OS=="linux" and use_udev==0', { |
573 'dependencies!': [ | 573 'dependencies!': [ |
574 '../third_party/libusb/libusb.gyp:libusb', | 574 '../third_party/libusb/libusb.gyp:libusb', |
575 'components.gyp:storage_monitor', | 575 'components.gyp:storage_monitor', |
576 'components.gyp:storage_monitor_test_support', | 576 'components.gyp:storage_monitor_test_support', |
577 ], | 577 ], |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'dependencies': [ | 832 'dependencies': [ |
833 '../base/allocator/allocator.gyp:allocator', | 833 '../base/allocator/allocator.gyp:allocator', |
834 ], | 834 ], |
835 }], | 835 }], |
836 ], | 836 ], |
837 }, | 837 }, |
838 ], | 838 ], |
839 }], | 839 }], |
840 ], | 840 ], |
841 } | 841 } |
OLD | NEW |