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

Side by Side Diff: components/components_tests.gyp

Issue 1317333002: Reland [Startup Tracing] Add --trace-config-file flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test 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 ],
622 'translate_unittest_sources': [ 625 'translate_unittest_sources': [
623 'translate/core/browser/language_state_unittest.cc', 626 'translate/core/browser/language_state_unittest.cc',
624 'translate/core/browser/translate_browser_metrics_unittest.cc', 627 'translate/core/browser/translate_browser_metrics_unittest.cc',
625 'translate/core/browser/translate_language_list_unittest.cc', 628 'translate/core/browser/translate_language_list_unittest.cc',
626 'translate/core/browser/translate_prefs_unittest.cc', 629 'translate/core/browser/translate_prefs_unittest.cc',
627 'translate/core/browser/translate_script_unittest.cc', 630 'translate/core/browser/translate_script_unittest.cc',
628 'translate/core/common/translate_metrics_unittest.cc', 631 'translate/core/common/translate_metrics_unittest.cc',
629 'translate/core/common/translate_util_unittest.cc', 632 'translate/core/common/translate_util_unittest.cc',
630 'translate/core/language_detection/language_detection_util_unittest.cc', 633 'translate/core/language_detection/language_detection_util_unittest.cc',
631 # TODO(GYP) bug 523060: these translate tests on iOS. 634 # TODO(GYP) bug 523060: these translate tests on iOS.
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'sources': [ 1171 'sources': [
1169 '<@(invalidation_unittest_sources)', 1172 '<@(invalidation_unittest_sources)',
1170 ], 1173 ],
1171 }], 1174 }],
1172 ['OS != "ios" and OS != "android"', { 1175 ['OS != "ios" and OS != "android"', {
1173 'sources': [ 1176 'sources': [
1174 '<@(audio_modem_unittest_sources)', 1177 '<@(audio_modem_unittest_sources)',
1175 '<@(copresence_unittest_sources)', 1178 '<@(copresence_unittest_sources)',
1176 '<@(feedback_unittest_sources)', 1179 '<@(feedback_unittest_sources)',
1177 '<@(proximity_auth_unittest_sources)', 1180 '<@(proximity_auth_unittest_sources)',
1181 '<@(tracing_unittest_sources)',
1178 ], 1182 ],
1179 'sources!': [ 1183 'sources!': [
1180 'variations/variations_request_scheduler_mobile_unittest.cc', 1184 'variations/variations_request_scheduler_mobile_unittest.cc',
1181 ], 1185 ],
1182 'dependencies': [ 1186 'dependencies': [
1183 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1187 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1184 '../google_apis/google_apis.gyp:google_apis_test_support', 1188 '../google_apis/google_apis.gyp:google_apis_test_support',
1185 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1189 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1186 'components.gyp:audio_modem', 1190 'components.gyp:audio_modem',
1187 'components.gyp:audio_modem_test_support', 1191 'components.gyp:audio_modem_test_support',
1188 'components.gyp:copresence', 1192 'components.gyp:copresence',
1189 'components.gyp:copresence_test_support', 1193 'components.gyp:copresence_test_support',
1190 'components.gyp:cryptauth', 1194 'components.gyp:cryptauth',
1191 'components.gyp:cryptauth_proto', 1195 'components.gyp:cryptauth_proto',
1192 'components.gyp:cryptauth_test_support', 1196 'components.gyp:cryptauth_test_support',
1193 'components.gyp:feedback_component', 1197 'components.gyp:feedback_component',
1194 'components.gyp:pref_registry_test_support', 1198 'components.gyp:pref_registry_test_support',
1195 'components.gyp:proximity_auth', 1199 'components.gyp:proximity_auth',
1196 'components.gyp:proximity_auth_test_support', 1200 'components.gyp:proximity_auth_test_support',
1201 'tracing.gyp:tracing',
1197 ], 1202 ],
1198 }], 1203 }],
1199 ['chromeos==1', { 1204 ['chromeos==1', {
1200 'sources': [ 1205 'sources': [
1201 'pairing/message_buffer_unittest.cc', 1206 'pairing/message_buffer_unittest.cc',
1202 'timers/alarm_timer_unittest.cc', 1207 'timers/alarm_timer_unittest.cc',
1203 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1208 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1204 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1209 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1205 'wifi_sync/wifi_credential_unittest.cc', 1210 'wifi_sync/wifi_credential_unittest.cc',
1206 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1211 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 'invalidation/impl/android/junit/', 1621 'invalidation/impl/android/junit/',
1617 'policy/android/junit/' 1622 'policy/android/junit/'
1618 ], 1623 ],
1619 }, 1624 },
1620 'includes': [ '../build/host_jar.gypi' ], 1625 'includes': [ '../build/host_jar.gypi' ],
1621 }, 1626 },
1622 ], 1627 ],
1623 }], 1628 }],
1624 ], 1629 ],
1625 } 1630 }
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