| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'webcrypto/test/rsa_pss_unittest.cc', | 725 'webcrypto/test/rsa_pss_unittest.cc', |
| 726 'webcrypto/test/rsa_ssa_unittest.cc', | 726 'webcrypto/test/rsa_ssa_unittest.cc', |
| 727 'webcrypto/test/sha_unittest.cc', | 727 'webcrypto/test/sha_unittest.cc', |
| 728 'webcrypto/test/status_unittest.cc', | 728 'webcrypto/test/status_unittest.cc', |
| 729 'webcrypto/test/test_helpers.cc', | 729 'webcrypto/test/test_helpers.cc', |
| 730 'webcrypto/test/test_helpers.h', | 730 'webcrypto/test/test_helpers.h', |
| 731 ], | 731 ], |
| 732 'webdata_unittest_sources': [ | 732 'webdata_unittest_sources': [ |
| 733 'webdata/common/web_database_migration_unittest.cc', | 733 'webdata/common/web_database_migration_unittest.cc', |
| 734 ], | 734 ], |
| 735 'webusb_detector_unittest_sources': [ |
| 736 'webusb/webusb_detector_unittest.cc', |
| 737 ], |
| 735 }, | 738 }, |
| 736 'targets': [ | 739 'targets': [ |
| 737 { | 740 { |
| 738 # GN version: //components:components_tests_pak | 741 # GN version: //components:components_tests_pak |
| 739 'target_name': 'components_tests_pak', | 742 'target_name': 'components_tests_pak', |
| 740 'type': 'none', | 743 'type': 'none', |
| 741 'dependencies': [ | 744 'dependencies': [ |
| 742 'components_resources.gyp:components_resources', | 745 'components_resources.gyp:components_resources', |
| 743 'components_strings.gyp:components_strings', | 746 'components_strings.gyp:components_strings', |
| 744 ], | 747 ], |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1195 '<@(invalidation_unittest_sources)', | 1198 '<@(invalidation_unittest_sources)', |
| 1196 ], | 1199 ], |
| 1197 }], | 1200 }], |
| 1198 ['OS != "ios" and OS != "android"', { | 1201 ['OS != "ios" and OS != "android"', { |
| 1199 'sources': [ | 1202 'sources': [ |
| 1200 '<@(audio_modem_unittest_sources)', | 1203 '<@(audio_modem_unittest_sources)', |
| 1201 '<@(copresence_unittest_sources)', | 1204 '<@(copresence_unittest_sources)', |
| 1202 '<@(feedback_unittest_sources)', | 1205 '<@(feedback_unittest_sources)', |
| 1203 '<@(proximity_auth_unittest_sources)', | 1206 '<@(proximity_auth_unittest_sources)', |
| 1204 '<@(tracing_unittest_sources)', | 1207 '<@(tracing_unittest_sources)', |
| 1208 '<@(webusb_detector_unittest_sources)', |
| 1205 ], | 1209 ], |
| 1206 'sources!': [ | 1210 'sources!': [ |
| 1207 'variations/variations_request_scheduler_mobile_unittest.cc', | 1211 'variations/variations_request_scheduler_mobile_unittest.cc', |
| 1208 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1212 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 1209 ], | 1213 ], |
| 1210 'dependencies': [ | 1214 'dependencies': [ |
| 1211 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1215 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1216 '../device/core/core.gyp:device_core', |
| 1217 '../device/usb/usb.gyp:device_usb', |
| 1218 '../device/usb/usb.gyp:device_usb_mocks', |
| 1212 '../google_apis/google_apis.gyp:google_apis_test_support', | 1219 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1213 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1220 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1214 'components.gyp:audio_modem', | 1221 'components.gyp:audio_modem', |
| 1215 'components.gyp:audio_modem_test_support', | 1222 'components.gyp:audio_modem_test_support', |
| 1216 'components.gyp:copresence', | 1223 'components.gyp:copresence', |
| 1217 'components.gyp:copresence_test_support', | 1224 'components.gyp:copresence_test_support', |
| 1218 'components.gyp:cryptauth', | 1225 'components.gyp:cryptauth', |
| 1219 'components.gyp:cryptauth_proto', | 1226 'components.gyp:cryptauth_proto', |
| 1220 'components.gyp:cryptauth_test_support', | 1227 'components.gyp:cryptauth_test_support', |
| 1221 'components.gyp:feedback_component', | 1228 'components.gyp:feedback_component', |
| 1222 'components.gyp:pref_registry_test_support', | 1229 'components.gyp:pref_registry_test_support', |
| 1223 'components.gyp:proximity_auth', | 1230 'components.gyp:proximity_auth', |
| 1224 'components.gyp:proximity_auth_test_support', | 1231 'components.gyp:proximity_auth_test_support', |
| 1232 'components.gyp:webusb', |
| 1225 'tracing.gyp:tracing', | 1233 'tracing.gyp:tracing', |
| 1226 ], | 1234 ], |
| 1227 }], | 1235 }], |
| 1228 ['chromeos==1', { | 1236 ['chromeos==1', { |
| 1229 'sources': [ | 1237 'sources': [ |
| 1230 'pairing/message_buffer_unittest.cc', | 1238 'pairing/message_buffer_unittest.cc', |
| 1231 'timers/alarm_timer_unittest.cc', | 1239 'timers/alarm_timer_unittest.cc', |
| 1232 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1240 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 1233 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1241 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 1234 'wifi_sync/wifi_credential_unittest.cc', | 1242 'wifi_sync/wifi_credential_unittest.cc', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1650 'invalidation/impl/android/junit/', | 1658 'invalidation/impl/android/junit/', |
| 1651 'policy/android/junit/' | 1659 'policy/android/junit/' |
| 1652 ], | 1660 ], |
| 1653 }, | 1661 }, |
| 1654 'includes': [ '../build/host_jar.gypi' ], | 1662 'includes': [ '../build/host_jar.gypi' ], |
| 1655 }, | 1663 }, |
| 1656 ], | 1664 ], |
| 1657 }], | 1665 }], |
| 1658 ], | 1666 ], |
| 1659 } | 1667 } |
| OLD | NEW |