Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Side by Side Diff: components/components_tests.gyp

Issue 1312833007: Revert of Reland [Startup Tracing] Add --trace-config-file flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/tracing.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'sync_driver/non_blocking_data_type_controller_unittest.cc', 612 'sync_driver/non_blocking_data_type_controller_unittest.cc',
613 'sync_driver/non_ui_data_type_controller_unittest.cc', 613 'sync_driver/non_ui_data_type_controller_unittest.cc',
614 'sync_driver/shared_change_processor_unittest.cc', 614 'sync_driver/shared_change_processor_unittest.cc',
615 'sync_driver/sync_policy_handler_unittest.cc', 615 'sync_driver/sync_policy_handler_unittest.cc',
616 'sync_driver/sync_prefs_unittest.cc', 616 'sync_driver/sync_prefs_unittest.cc',
617 'sync_driver/sync_stopped_reporter_unittest.cc', 617 'sync_driver/sync_stopped_reporter_unittest.cc',
618 'sync_driver/system_encryptor_unittest.cc', 618 'sync_driver/system_encryptor_unittest.cc',
619 'sync_driver/tab_node_pool_unittest.cc', 619 'sync_driver/tab_node_pool_unittest.cc',
620 'sync_driver/ui_data_type_controller_unittest.cc', 620 'sync_driver/ui_data_type_controller_unittest.cc',
621 ], 621 ],
622 'tracing_unittest_sources': [
623 'tracing/trace_config_file_unittest.cc',
624 ],
625 'translate_unittest_sources': [ 622 'translate_unittest_sources': [
626 'translate/core/browser/language_state_unittest.cc', 623 'translate/core/browser/language_state_unittest.cc',
627 'translate/core/browser/translate_browser_metrics_unittest.cc', 624 'translate/core/browser/translate_browser_metrics_unittest.cc',
628 'translate/core/browser/translate_language_list_unittest.cc', 625 'translate/core/browser/translate_language_list_unittest.cc',
629 'translate/core/browser/translate_prefs_unittest.cc', 626 'translate/core/browser/translate_prefs_unittest.cc',
630 'translate/core/browser/translate_script_unittest.cc', 627 'translate/core/browser/translate_script_unittest.cc',
631 'translate/core/common/translate_metrics_unittest.cc', 628 'translate/core/common/translate_metrics_unittest.cc',
632 'translate/core/common/translate_util_unittest.cc', 629 'translate/core/common/translate_util_unittest.cc',
633 'translate/core/language_detection/language_detection_util_unittest.cc', 630 'translate/core/language_detection/language_detection_util_unittest.cc',
634 # TODO(GYP) bug 523060: these translate tests on iOS. 631 # TODO(GYP) bug 523060: these translate tests on iOS.
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 'sources': [ 1168 'sources': [
1172 '<@(invalidation_unittest_sources)', 1169 '<@(invalidation_unittest_sources)',
1173 ], 1170 ],
1174 }], 1171 }],
1175 ['OS != "ios" and OS != "android"', { 1172 ['OS != "ios" and OS != "android"', {
1176 'sources': [ 1173 'sources': [
1177 '<@(audio_modem_unittest_sources)', 1174 '<@(audio_modem_unittest_sources)',
1178 '<@(copresence_unittest_sources)', 1175 '<@(copresence_unittest_sources)',
1179 '<@(feedback_unittest_sources)', 1176 '<@(feedback_unittest_sources)',
1180 '<@(proximity_auth_unittest_sources)', 1177 '<@(proximity_auth_unittest_sources)',
1181 '<@(tracing_unittest_sources)',
1182 ], 1178 ],
1183 'sources!': [ 1179 'sources!': [
1184 'variations/variations_request_scheduler_mobile_unittest.cc', 1180 'variations/variations_request_scheduler_mobile_unittest.cc',
1185 ], 1181 ],
1186 'dependencies': [ 1182 'dependencies': [
1187 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1183 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1188 '../google_apis/google_apis.gyp:google_apis_test_support', 1184 '../google_apis/google_apis.gyp:google_apis_test_support',
1189 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1185 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1190 'components.gyp:audio_modem', 1186 'components.gyp:audio_modem',
1191 'components.gyp:audio_modem_test_support', 1187 'components.gyp:audio_modem_test_support',
1192 'components.gyp:copresence', 1188 'components.gyp:copresence',
1193 'components.gyp:copresence_test_support', 1189 'components.gyp:copresence_test_support',
1194 'components.gyp:cryptauth', 1190 'components.gyp:cryptauth',
1195 'components.gyp:cryptauth_proto', 1191 'components.gyp:cryptauth_proto',
1196 'components.gyp:cryptauth_test_support', 1192 'components.gyp:cryptauth_test_support',
1197 'components.gyp:feedback_component', 1193 'components.gyp:feedback_component',
1198 'components.gyp:pref_registry_test_support', 1194 'components.gyp:pref_registry_test_support',
1199 'components.gyp:proximity_auth', 1195 'components.gyp:proximity_auth',
1200 'components.gyp:proximity_auth_test_support', 1196 'components.gyp:proximity_auth_test_support',
1201 'tracing.gyp:tracing',
1202 ], 1197 ],
1203 }], 1198 }],
1204 ['chromeos==1', { 1199 ['chromeos==1', {
1205 'sources': [ 1200 'sources': [
1206 'pairing/message_buffer_unittest.cc', 1201 'pairing/message_buffer_unittest.cc',
1207 'timers/alarm_timer_unittest.cc', 1202 'timers/alarm_timer_unittest.cc',
1208 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1203 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1209 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1204 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1210 'wifi_sync/wifi_credential_unittest.cc', 1205 'wifi_sync/wifi_credential_unittest.cc',
1211 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1206 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'invalidation/impl/android/junit/', 1616 'invalidation/impl/android/junit/',
1622 'policy/android/junit/' 1617 'policy/android/junit/'
1623 ], 1618 ],
1624 }, 1619 },
1625 'includes': [ '../build/host_jar.gypi' ], 1620 'includes': [ '../build/host_jar.gypi' ],
1626 }, 1621 },
1627 ], 1622 ],
1628 }], 1623 }],
1629 ], 1624 ],
1630 } 1625 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698