| 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 602 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 603 'sync_driver/non_ui_data_type_controller_unittest.cc', | 603 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 604 'sync_driver/shared_change_processor_unittest.cc', | 604 'sync_driver/shared_change_processor_unittest.cc', |
| 605 'sync_driver/sync_policy_handler_unittest.cc', | 605 'sync_driver/sync_policy_handler_unittest.cc', |
| 606 'sync_driver/sync_prefs_unittest.cc', | 606 'sync_driver/sync_prefs_unittest.cc', |
| 607 'sync_driver/sync_stopped_reporter_unittest.cc', | 607 'sync_driver/sync_stopped_reporter_unittest.cc', |
| 608 'sync_driver/system_encryptor_unittest.cc', | 608 'sync_driver/system_encryptor_unittest.cc', |
| 609 'sync_driver/tab_node_pool_unittest.cc', | 609 'sync_driver/tab_node_pool_unittest.cc', |
| 610 'sync_driver/ui_data_type_controller_unittest.cc', | 610 'sync_driver/ui_data_type_controller_unittest.cc', |
| 611 ], | 611 ], |
| 612 'tracing_unittest_sources': [ | |
| 613 'tracing/trace_config_file_unittest.cc', | |
| 614 ], | |
| 615 'translate_unittest_sources': [ | 612 'translate_unittest_sources': [ |
| 616 'translate/core/browser/language_state_unittest.cc', | 613 'translate/core/browser/language_state_unittest.cc', |
| 617 'translate/core/browser/translate_browser_metrics_unittest.cc', | 614 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 618 'translate/core/browser/translate_language_list_unittest.cc', | 615 'translate/core/browser/translate_language_list_unittest.cc', |
| 619 'translate/core/browser/translate_prefs_unittest.cc', | 616 'translate/core/browser/translate_prefs_unittest.cc', |
| 620 'translate/core/browser/translate_script_unittest.cc', | 617 'translate/core/browser/translate_script_unittest.cc', |
| 621 'translate/core/common/translate_metrics_unittest.cc', | 618 'translate/core/common/translate_metrics_unittest.cc', |
| 622 'translate/core/common/translate_util_unittest.cc', | 619 'translate/core/common/translate_util_unittest.cc', |
| 623 'translate/core/language_detection/language_detection_util_unittest.cc', | 620 'translate/core/language_detection/language_detection_util_unittest.cc', |
| 624 # TODO(GYP) bug 523060: these translate tests on iOS. | 621 # TODO(GYP) bug 523060: these translate tests on iOS. |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 'sources': [ | 1153 'sources': [ |
| 1157 '<@(invalidation_unittest_sources)', | 1154 '<@(invalidation_unittest_sources)', |
| 1158 ], | 1155 ], |
| 1159 }], | 1156 }], |
| 1160 ['OS != "ios" and OS != "android"', { | 1157 ['OS != "ios" and OS != "android"', { |
| 1161 'sources': [ | 1158 'sources': [ |
| 1162 '<@(audio_modem_unittest_sources)', | 1159 '<@(audio_modem_unittest_sources)', |
| 1163 '<@(copresence_unittest_sources)', | 1160 '<@(copresence_unittest_sources)', |
| 1164 '<@(feedback_unittest_sources)', | 1161 '<@(feedback_unittest_sources)', |
| 1165 '<@(proximity_auth_unittest_sources)', | 1162 '<@(proximity_auth_unittest_sources)', |
| 1166 '<@(tracing_unittest_sources)', | |
| 1167 ], | 1163 ], |
| 1168 'sources!': [ | 1164 'sources!': [ |
| 1169 'variations/variations_request_scheduler_mobile_unittest.cc', | 1165 'variations/variations_request_scheduler_mobile_unittest.cc', |
| 1170 ], | 1166 ], |
| 1171 'dependencies': [ | 1167 'dependencies': [ |
| 1172 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1168 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1173 '../google_apis/google_apis.gyp:google_apis_test_support', | 1169 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1174 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1170 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1175 'components.gyp:audio_modem', | 1171 'components.gyp:audio_modem', |
| 1176 'components.gyp:audio_modem_test_support', | 1172 'components.gyp:audio_modem_test_support', |
| 1177 'components.gyp:copresence', | 1173 'components.gyp:copresence', |
| 1178 'components.gyp:copresence_test_support', | 1174 'components.gyp:copresence_test_support', |
| 1179 'components.gyp:cryptauth', | 1175 'components.gyp:cryptauth', |
| 1180 'components.gyp:cryptauth_proto', | 1176 'components.gyp:cryptauth_proto', |
| 1181 'components.gyp:cryptauth_test_support', | 1177 'components.gyp:cryptauth_test_support', |
| 1182 'components.gyp:feedback_component', | 1178 'components.gyp:feedback_component', |
| 1183 'components.gyp:pref_registry_test_support', | 1179 'components.gyp:pref_registry_test_support', |
| 1184 'components.gyp:proximity_auth', | 1180 'components.gyp:proximity_auth', |
| 1185 'components.gyp:proximity_auth_test_support', | 1181 'components.gyp:proximity_auth_test_support', |
| 1186 'tracing.gyp:tracing', | |
| 1187 ], | 1182 ], |
| 1188 }], | 1183 }], |
| 1189 ['chromeos==1', { | 1184 ['chromeos==1', { |
| 1190 'sources': [ | 1185 'sources': [ |
| 1191 'pairing/message_buffer_unittest.cc', | 1186 'pairing/message_buffer_unittest.cc', |
| 1192 'timers/alarm_timer_unittest.cc', | 1187 'timers/alarm_timer_unittest.cc', |
| 1193 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1188 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 1194 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1189 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 1195 'wifi_sync/wifi_credential_unittest.cc', | 1190 'wifi_sync/wifi_credential_unittest.cc', |
| 1196 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 1191 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1606 'invalidation/impl/android/junit/', | 1601 'invalidation/impl/android/junit/', |
| 1607 'policy/android/junit/' | 1602 'policy/android/junit/' |
| 1608 ], | 1603 ], |
| 1609 }, | 1604 }, |
| 1610 'includes': [ '../build/host_jar.gypi' ], | 1605 'includes': [ '../build/host_jar.gypi' ], |
| 1611 }, | 1606 }, |
| 1612 ], | 1607 ], |
| 1613 }], | 1608 }], |
| 1614 ], | 1609 ], |
| 1615 } | 1610 } |
| OLD | NEW |