| 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 ], | 914 ], |
| 915 'dependencies': [ | 915 'dependencies': [ |
| 916 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 916 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 917 '../google_apis/google_apis.gyp:google_apis_test_support', | 917 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 918 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 918 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 919 'components.gyp:audio_modem', | 919 'components.gyp:audio_modem', |
| 920 'components.gyp:audio_modem_test_support', | 920 'components.gyp:audio_modem_test_support', |
| 921 'components.gyp:copresence', | 921 'components.gyp:copresence', |
| 922 'components.gyp:copresence_test_support', | 922 'components.gyp:copresence_test_support', |
| 923 'components.gyp:cryptauth', | 923 'components.gyp:cryptauth', |
| 924 'components.gyp:cryptauth_test_support', |
| 924 'components.gyp:feedback_component', | 925 'components.gyp:feedback_component', |
| 925 'components.gyp:proximity_auth', | 926 'components.gyp:proximity_auth', |
| 926 ], | 927 ], |
| 927 }], | 928 }], |
| 928 ['chromeos==1', { | 929 ['chromeos==1', { |
| 929 'sources': [ | 930 'sources': [ |
| 930 'pairing/message_buffer_unittest.cc', | 931 'pairing/message_buffer_unittest.cc', |
| 931 'timers/alarm_timer_unittest.cc', | 932 'timers/alarm_timer_unittest.cc', |
| 932 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 933 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 933 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 934 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 'dependencies': [ | 1239 'dependencies': [ |
| 1239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1240 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1240 ], | 1241 ], |
| 1241 }], | 1242 }], |
| 1242 ], | 1243 ], |
| 1243 }, | 1244 }, |
| 1244 ], | 1245 ], |
| 1245 }], | 1246 }], |
| 1246 ], | 1247 ], |
| 1247 } | 1248 } |
| OLD | NEW |