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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 'components.gyp:cryptauth', | 794 'components.gyp:cryptauth', |
795 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 795 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
796 '../google_apis/google_apis.gyp:google_apis_test_support', | 796 '../google_apis/google_apis.gyp:google_apis_test_support', |
797 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 797 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
798 ], | 798 ], |
799 }], | 799 }], |
800 ['chromeos==1', { | 800 ['chromeos==1', { |
801 'sources': [ | 801 'sources': [ |
802 'pairing/message_buffer_unittest.cc', | 802 'pairing/message_buffer_unittest.cc', |
803 'timers/alarm_timer_unittest.cc', | 803 'timers/alarm_timer_unittest.cc', |
| 804 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
804 ], | 805 ], |
805 'sources!': [ | 806 'sources!': [ |
806 'storage_monitor/storage_monitor_linux_unittest.cc', | 807 'storage_monitor/storage_monitor_linux_unittest.cc', |
807 ], | 808 ], |
808 'dependencies': [ | 809 'dependencies': [ |
| 810 # Dependencies of wifi_sync |
| 811 'components.gyp:wifi_sync', |
| 812 |
809 'components.gyp:pairing', | 813 'components.gyp:pairing', |
810 '../chromeos/chromeos.gyp:chromeos_test_support', | 814 '../chromeos/chromeos.gyp:chromeos_test_support', |
811 ], | 815 ], |
812 }], | 816 }], |
813 ['OS=="linux"', { | 817 ['OS=="linux"', { |
814 'sources': [ | 818 'sources': [ |
815 'metrics/serialization/serialization_utils_unittest.cc', | 819 'metrics/serialization/serialization_utils_unittest.cc', |
816 ], | 820 ], |
817 'dependencies': [ | 821 'dependencies': [ |
818 'components.gyp:metrics_serialization', | 822 'components.gyp:metrics_serialization', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 'dependencies': [ | 1098 'dependencies': [ |
1095 '../base/allocator/allocator.gyp:allocator', | 1099 '../base/allocator/allocator.gyp:allocator', |
1096 ], | 1100 ], |
1097 }], | 1101 }], |
1098 ], | 1102 ], |
1099 }, | 1103 }, |
1100 ], | 1104 ], |
1101 }], | 1105 }], |
1102 ], | 1106 ], |
1103 } | 1107 } |
OLD | NEW |