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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'invalidation/ticl_invalidation_service_unittest.cc', | 584 'invalidation/ticl_invalidation_service_unittest.cc', |
585 'invalidation/unacked_invalidation_set_unittest.cc', | 585 'invalidation/unacked_invalidation_set_unittest.cc', |
586 ], | 586 ], |
587 }], | 587 }], |
588 ['OS != "ios" and OS != "android"', { | 588 ['OS != "ios" and OS != "android"', { |
589 'sources': [ | 589 'sources': [ |
590 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 590 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
591 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 591 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
592 'copresence/mediums/audio/audio_player_unittest.cc', | 592 'copresence/mediums/audio/audio_player_unittest.cc', |
593 'copresence/mediums/audio/audio_recorder_unittest.cc', | 593 'copresence/mediums/audio/audio_recorder_unittest.cc', |
| 594 'copresence/rpc/http_post_unittest.cc', |
| 595 'copresence/rpc/rpc_handler_unittest.cc', |
594 'copresence/timed_map_unittest.cc', | 596 'copresence/timed_map_unittest.cc', |
595 ], | 597 ], |
596 'dependencies': [ | 598 'dependencies': [ |
597 # Dependencies for copresence. | 599 # Dependencies for copresence. |
598 'components.gyp:copresence', | 600 'components.gyp:copresence', |
599 'components.gyp:copresence_test_support', | 601 'components.gyp:copresence_test_support', |
600 ], | 602 ], |
601 }], | 603 }], |
602 ['chromeos==1', { | 604 ['chromeos==1', { |
603 'sources!': [ | 605 'sources!': [ |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 'dependencies': [ | 883 'dependencies': [ |
882 '../base/allocator/allocator.gyp:allocator', | 884 '../base/allocator/allocator.gyp:allocator', |
883 ], | 885 ], |
884 }], | 886 }], |
885 ], | 887 ], |
886 }, | 888 }, |
887 ], | 889 ], |
888 }], | 890 }], |
889 ], | 891 ], |
890 } | 892 } |
OLD | NEW |