| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'invalidation/registration_manager_unittest.cc', | 755 'invalidation/registration_manager_unittest.cc', |
| 756 'invalidation/single_object_invalidation_set_unittest.cc', | 756 'invalidation/single_object_invalidation_set_unittest.cc', |
| 757 'invalidation/sync_invalidation_listener_unittest.cc', | 757 'invalidation/sync_invalidation_listener_unittest.cc', |
| 758 'invalidation/sync_system_resources_unittest.cc', | 758 'invalidation/sync_system_resources_unittest.cc', |
| 759 'invalidation/ticl_invalidation_service_unittest.cc', | 759 'invalidation/ticl_invalidation_service_unittest.cc', |
| 760 'invalidation/unacked_invalidation_set_unittest.cc', | 760 'invalidation/unacked_invalidation_set_unittest.cc', |
| 761 ], | 761 ], |
| 762 }], | 762 }], |
| 763 ['OS != "ios" and OS != "android"', { | 763 ['OS != "ios" and OS != "android"', { |
| 764 'sources': [ | 764 'sources': [ |
| 765 'copresence/copresence_state_unittest.cc', | |
| 766 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 765 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
| 767 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 766 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
| 768 'copresence/handlers/directive_handler_unittest.cc', | 767 'copresence/handlers/directive_handler_unittest.cc', |
| 769 'copresence/handlers/gcm_handler_unittest.cc', | 768 'copresence/handlers/gcm_handler_unittest.cc', |
| 770 'copresence/mediums/audio/audio_manager_unittest.cc', | 769 'copresence/mediums/audio/audio_manager_unittest.cc', |
| 771 'copresence/mediums/audio/audio_player_unittest.cc', | 770 'copresence/mediums/audio/audio_player_unittest.cc', |
| 772 'copresence/mediums/audio/audio_recorder_unittest.cc', | 771 'copresence/mediums/audio/audio_recorder_unittest.cc', |
| 773 'copresence/rpc/http_post_unittest.cc', | 772 'copresence/rpc/http_post_unittest.cc', |
| 774 'copresence/rpc/rpc_handler_unittest.cc', | 773 'copresence/rpc/rpc_handler_unittest.cc', |
| 775 'copresence/timed_map_unittest.cc', | 774 'copresence/timed_map_unittest.cc', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 'dependencies': [ | 1094 'dependencies': [ |
| 1096 '../base/allocator/allocator.gyp:allocator', | 1095 '../base/allocator/allocator.gyp:allocator', |
| 1097 ], | 1096 ], |
| 1098 }], | 1097 }], |
| 1099 ], | 1098 ], |
| 1100 }, | 1099 }, |
| 1101 ], | 1100 ], |
| 1102 }], | 1101 }], |
| 1103 ], | 1102 ], |
| 1104 } | 1103 } |
| OLD | NEW |