| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'invalidation/p2p_invalidator_unittest.cc', | 576 'invalidation/p2p_invalidator_unittest.cc', |
| 577 'invalidation/push_client_channel_unittest.cc', | 577 'invalidation/push_client_channel_unittest.cc', |
| 578 'invalidation/registration_manager_unittest.cc', | 578 'invalidation/registration_manager_unittest.cc', |
| 579 'invalidation/single_object_invalidation_set_unittest.cc', | 579 'invalidation/single_object_invalidation_set_unittest.cc', |
| 580 'invalidation/sync_invalidation_listener_unittest.cc', | 580 'invalidation/sync_invalidation_listener_unittest.cc', |
| 581 'invalidation/sync_system_resources_unittest.cc', | 581 'invalidation/sync_system_resources_unittest.cc', |
| 582 'invalidation/ticl_invalidation_service_unittest.cc', | 582 'invalidation/ticl_invalidation_service_unittest.cc', |
| 583 'invalidation/unacked_invalidation_set_unittest.cc', | 583 'invalidation/unacked_invalidation_set_unittest.cc', |
| 584 ], | 584 ], |
| 585 }], | 585 }], |
| 586 ['OS != "ios" and OS != "android"', { |
| 587 'sources': [ |
| 588 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
| 589 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
| 590 'copresence/mediums/audio/audio_player_unittest.cc', |
| 591 'copresence/mediums/audio/audio_recorder_unittest.cc', |
| 592 'copresence/timed_map_unittest.cc', |
| 593 ], |
| 594 'dependencies': [ |
| 595 # Dependencies for copresence. |
| 596 'components.gyp:copresence', |
| 597 'components.gyp:copresence_test_support', |
| 598 ], |
| 599 }], |
| 586 ['chromeos==1', { | 600 ['chromeos==1', { |
| 587 'sources!': [ | 601 'sources!': [ |
| 588 'storage_monitor/storage_monitor_linux_unittest.cc', | 602 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 589 ], | 603 ], |
| 590 'dependencies': [ | 604 'dependencies': [ |
| 591 '../chromeos/chromeos.gyp:chromeos_test_support', | 605 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 592 ], | 606 ], |
| 593 }], | 607 }], |
| 594 ['OS=="linux"', { | 608 ['OS=="linux"', { |
| 595 'sources': [ | 609 'sources': [ |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 'dependencies': [ | 879 'dependencies': [ |
| 866 '../base/allocator/allocator.gyp:allocator', | 880 '../base/allocator/allocator.gyp:allocator', |
| 867 ], | 881 ], |
| 868 }], | 882 }], |
| 869 ], | 883 ], |
| 870 }, | 884 }, |
| 871 ], | 885 ], |
| 872 }], | 886 }], |
| 873 ], | 887 ], |
| 874 } | 888 } |
| OLD | NEW |