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

Side by Side Diff: components/components_tests.gyp

Issue 1315463002: [Startup Tracing] Add --trace-config-file flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fix - blundell 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
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ],
612 'translate_unittest_sources': [ 615 'translate_unittest_sources': [
613 'translate/core/browser/language_state_unittest.cc', 616 'translate/core/browser/language_state_unittest.cc',
614 'translate/core/browser/translate_browser_metrics_unittest.cc', 617 'translate/core/browser/translate_browser_metrics_unittest.cc',
615 'translate/core/browser/translate_language_list_unittest.cc', 618 'translate/core/browser/translate_language_list_unittest.cc',
616 'translate/core/browser/translate_prefs_unittest.cc', 619 'translate/core/browser/translate_prefs_unittest.cc',
617 'translate/core/browser/translate_script_unittest.cc', 620 'translate/core/browser/translate_script_unittest.cc',
618 'translate/core/common/translate_metrics_unittest.cc', 621 'translate/core/common/translate_metrics_unittest.cc',
619 'translate/core/common/translate_util_unittest.cc', 622 'translate/core/common/translate_util_unittest.cc',
620 'translate/core/language_detection/language_detection_util_unittest.cc', 623 'translate/core/language_detection/language_detection_util_unittest.cc',
621 # TODO(GYP) bug 523060: these translate tests on iOS. 624 # TODO(GYP) bug 523060: these translate tests on iOS.
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'sources': [ 1156 'sources': [
1154 '<@(invalidation_unittest_sources)', 1157 '<@(invalidation_unittest_sources)',
1155 ], 1158 ],
1156 }], 1159 }],
1157 ['OS != "ios" and OS != "android"', { 1160 ['OS != "ios" and OS != "android"', {
1158 'sources': [ 1161 'sources': [
1159 '<@(audio_modem_unittest_sources)', 1162 '<@(audio_modem_unittest_sources)',
1160 '<@(copresence_unittest_sources)', 1163 '<@(copresence_unittest_sources)',
1161 '<@(feedback_unittest_sources)', 1164 '<@(feedback_unittest_sources)',
1162 '<@(proximity_auth_unittest_sources)', 1165 '<@(proximity_auth_unittest_sources)',
1166 '<@(tracing_unittest_sources)',
1163 ], 1167 ],
1164 'sources!': [ 1168 'sources!': [
1165 'variations/variations_request_scheduler_mobile_unittest.cc', 1169 'variations/variations_request_scheduler_mobile_unittest.cc',
1166 ], 1170 ],
1167 'dependencies': [ 1171 'dependencies': [
1168 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1172 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1169 '../google_apis/google_apis.gyp:google_apis_test_support', 1173 '../google_apis/google_apis.gyp:google_apis_test_support',
1170 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1174 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1171 'components.gyp:audio_modem', 1175 'components.gyp:audio_modem',
1172 'components.gyp:audio_modem_test_support', 1176 'components.gyp:audio_modem_test_support',
1173 'components.gyp:copresence', 1177 'components.gyp:copresence',
1174 'components.gyp:copresence_test_support', 1178 'components.gyp:copresence_test_support',
1175 'components.gyp:cryptauth', 1179 'components.gyp:cryptauth',
1176 'components.gyp:cryptauth_proto', 1180 'components.gyp:cryptauth_proto',
1177 'components.gyp:cryptauth_test_support', 1181 'components.gyp:cryptauth_test_support',
1178 'components.gyp:feedback_component', 1182 'components.gyp:feedback_component',
1179 'components.gyp:pref_registry_test_support', 1183 'components.gyp:pref_registry_test_support',
1180 'components.gyp:proximity_auth', 1184 'components.gyp:proximity_auth',
1181 'components.gyp:proximity_auth_test_support', 1185 'components.gyp:proximity_auth_test_support',
1186 'tracing.gyp:tracing',
1182 ], 1187 ],
1183 }], 1188 }],
1184 ['chromeos==1', { 1189 ['chromeos==1', {
1185 'sources': [ 1190 'sources': [
1186 'pairing/message_buffer_unittest.cc', 1191 'pairing/message_buffer_unittest.cc',
1187 'timers/alarm_timer_unittest.cc', 1192 'timers/alarm_timer_unittest.cc',
1188 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1193 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1189 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1194 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1190 'wifi_sync/wifi_credential_unittest.cc', 1195 'wifi_sync/wifi_credential_unittest.cc',
1191 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1196 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'invalidation/impl/android/junit/', 1606 'invalidation/impl/android/junit/',
1602 'policy/android/junit/' 1607 'policy/android/junit/'
1603 ], 1608 ],
1604 }, 1609 },
1605 'includes': [ '../build/host_jar.gypi' ], 1610 'includes': [ '../build/host_jar.gypi' ],
1606 }, 1611 },
1607 ], 1612 ],
1608 }], 1613 }],
1609 ], 1614 ],
1610 } 1615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698