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

Side by Side Diff: components/components_tests.gyp

Issue 1309243004: Reland again [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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'sync_driver/non_blocking_data_type_controller_unittest.cc', 615 'sync_driver/non_blocking_data_type_controller_unittest.cc',
616 'sync_driver/non_ui_data_type_controller_unittest.cc', 616 'sync_driver/non_ui_data_type_controller_unittest.cc',
617 'sync_driver/shared_change_processor_unittest.cc', 617 'sync_driver/shared_change_processor_unittest.cc',
618 'sync_driver/sync_policy_handler_unittest.cc', 618 'sync_driver/sync_policy_handler_unittest.cc',
619 'sync_driver/sync_prefs_unittest.cc', 619 'sync_driver/sync_prefs_unittest.cc',
620 'sync_driver/sync_stopped_reporter_unittest.cc', 620 'sync_driver/sync_stopped_reporter_unittest.cc',
621 'sync_driver/system_encryptor_unittest.cc', 621 'sync_driver/system_encryptor_unittest.cc',
622 'sync_driver/tab_node_pool_unittest.cc', 622 'sync_driver/tab_node_pool_unittest.cc',
623 'sync_driver/ui_data_type_controller_unittest.cc', 623 'sync_driver/ui_data_type_controller_unittest.cc',
624 ], 624 ],
625 'tracing_unittest_sources': [
626 'tracing/trace_config_file_unittest.cc',
627 ],
625 'translate_unittest_sources': [ 628 'translate_unittest_sources': [
626 'translate/core/browser/language_state_unittest.cc', 629 'translate/core/browser/language_state_unittest.cc',
627 'translate/core/browser/translate_browser_metrics_unittest.cc', 630 'translate/core/browser/translate_browser_metrics_unittest.cc',
628 'translate/core/browser/translate_language_list_unittest.cc', 631 'translate/core/browser/translate_language_list_unittest.cc',
629 'translate/core/browser/translate_prefs_unittest.cc', 632 'translate/core/browser/translate_prefs_unittest.cc',
630 'translate/core/browser/translate_script_unittest.cc', 633 'translate/core/browser/translate_script_unittest.cc',
631 'translate/core/common/translate_metrics_unittest.cc', 634 'translate/core/common/translate_metrics_unittest.cc',
632 'translate/core/common/translate_util_unittest.cc', 635 'translate/core/common/translate_util_unittest.cc',
633 'translate/core/language_detection/language_detection_util_unittest.cc', 636 'translate/core/language_detection/language_detection_util_unittest.cc',
634 # TODO(GYP) bug 523060: these translate tests on iOS. 637 # TODO(GYP) bug 523060: these translate tests on iOS.
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 'sources': [ 1176 'sources': [
1174 '<@(invalidation_unittest_sources)', 1177 '<@(invalidation_unittest_sources)',
1175 ], 1178 ],
1176 }], 1179 }],
1177 ['OS != "ios" and OS != "android"', { 1180 ['OS != "ios" and OS != "android"', {
1178 'sources': [ 1181 'sources': [
1179 '<@(audio_modem_unittest_sources)', 1182 '<@(audio_modem_unittest_sources)',
1180 '<@(copresence_unittest_sources)', 1183 '<@(copresence_unittest_sources)',
1181 '<@(feedback_unittest_sources)', 1184 '<@(feedback_unittest_sources)',
1182 '<@(proximity_auth_unittest_sources)', 1185 '<@(proximity_auth_unittest_sources)',
1186 '<@(tracing_unittest_sources)',
1183 ], 1187 ],
1184 'sources!': [ 1188 'sources!': [
1185 'variations/variations_request_scheduler_mobile_unittest.cc', 1189 'variations/variations_request_scheduler_mobile_unittest.cc',
1186 ], 1190 ],
1187 'dependencies': [ 1191 'dependencies': [
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1192 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1189 '../google_apis/google_apis.gyp:google_apis_test_support', 1193 '../google_apis/google_apis.gyp:google_apis_test_support',
1190 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1194 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1191 'components.gyp:audio_modem', 1195 'components.gyp:audio_modem',
1192 'components.gyp:audio_modem_test_support', 1196 'components.gyp:audio_modem_test_support',
1193 'components.gyp:copresence', 1197 'components.gyp:copresence',
1194 'components.gyp:copresence_test_support', 1198 'components.gyp:copresence_test_support',
1195 'components.gyp:cryptauth', 1199 'components.gyp:cryptauth',
1196 'components.gyp:cryptauth_proto', 1200 'components.gyp:cryptauth_proto',
1197 'components.gyp:cryptauth_test_support', 1201 'components.gyp:cryptauth_test_support',
1198 'components.gyp:feedback_component', 1202 'components.gyp:feedback_component',
1199 'components.gyp:pref_registry_test_support', 1203 'components.gyp:pref_registry_test_support',
1200 'components.gyp:proximity_auth', 1204 'components.gyp:proximity_auth',
1201 'components.gyp:proximity_auth_test_support', 1205 'components.gyp:proximity_auth_test_support',
1206 'tracing.gyp:tracing',
1202 ], 1207 ],
1203 }], 1208 }],
1204 ['chromeos==1', { 1209 ['chromeos==1', {
1205 'sources': [ 1210 'sources': [
1206 'pairing/message_buffer_unittest.cc', 1211 'pairing/message_buffer_unittest.cc',
1207 'timers/alarm_timer_unittest.cc', 1212 'timers/alarm_timer_unittest.cc',
1208 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1213 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1209 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1214 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1210 'wifi_sync/wifi_credential_unittest.cc', 1215 'wifi_sync/wifi_credential_unittest.cc',
1211 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1216 '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/', 1626 'invalidation/impl/android/junit/',
1622 'policy/android/junit/' 1627 'policy/android/junit/'
1623 ], 1628 ],
1624 }, 1629 },
1625 'includes': [ '../build/host_jar.gypi' ], 1630 'includes': [ '../build/host_jar.gypi' ],
1626 }, 1631 },
1627 ], 1632 ],
1628 }], 1633 }],
1629 ], 1634 ],
1630 } 1635 }
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