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

Side by Side Diff: components/components_tests.gyp

Issue 2028043002: tracing: restructure to the components/tracing folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 ], 107 ],
108 'certificate_reporting_unittest_sources': [ 108 'certificate_reporting_unittest_sources': [
109 'certificate_reporting/error_report_unittest.cc', 109 'certificate_reporting/error_report_unittest.cc',
110 'certificate_reporting/error_reporter_unittest.cc', 110 'certificate_reporting/error_reporter_unittest.cc',
111 ], 111 ],
112 'certificate_transparency_unittest_sources': [ 112 'certificate_transparency_unittest_sources': [
113 'certificate_transparency/log_proof_fetcher_unittest.cc', 113 'certificate_transparency/log_proof_fetcher_unittest.cc',
114 'certificate_transparency/single_tree_tracker_unittest.cc', 114 'certificate_transparency/single_tree_tracker_unittest.cc',
115 ], 115 ],
116 'child_trace_message_filter_unittest_sources': [ 116 'child_trace_message_filter_unittest_sources': [
117 'tracing/child_trace_message_filter_unittest.cc', 117 'tracing/child/child_trace_message_filter_unittest.cc',
118 ], 118 ],
119 'client_update_protocol_unittest_sources': [ 119 'client_update_protocol_unittest_sources': [
120 'client_update_protocol/ecdsa_unittest.cc', 120 'client_update_protocol/ecdsa_unittest.cc',
121 ], 121 ],
122 'cloud_devices_unittest_sources': [ 122 'cloud_devices_unittest_sources': [
123 'cloud_devices/common/cloud_devices_urls_unittest.cc', 123 'cloud_devices/common/cloud_devices_urls_unittest.cc',
124 'cloud_devices/common/printer_description_unittest.cc', 124 'cloud_devices/common/printer_description_unittest.cc',
125 ], 125 ],
126 'component_updater_unittest_sources': [ 126 'component_updater_unittest_sources': [
127 'component_updater/component_updater_service_unittest.cc', 127 'component_updater/component_updater_service_unittest.cc',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'sync_sessions/session_data_type_controller_unittest.cc', 821 'sync_sessions/session_data_type_controller_unittest.cc',
822 'sync_sessions/synced_session_tracker_unittest.cc', 822 'sync_sessions/synced_session_tracker_unittest.cc',
823 'sync_sessions/sync_sessions_metrics_unittest.cc', 823 'sync_sessions/sync_sessions_metrics_unittest.cc',
824 'sync_sessions/tab_node_pool_unittest.cc', 824 'sync_sessions/tab_node_pool_unittest.cc',
825 ], 825 ],
826 'syncable_prefs_unittest_sources': [ 826 'syncable_prefs_unittest_sources': [
827 'syncable_prefs/pref_model_associator_unittest.cc', 827 'syncable_prefs/pref_model_associator_unittest.cc',
828 'syncable_prefs/pref_service_syncable_unittest.cc', 828 'syncable_prefs/pref_service_syncable_unittest.cc',
829 ], 829 ],
830 'tracing_unittest_sources': [ 830 'tracing_unittest_sources': [
831 'tracing/graphics_memory_dump_provider_android_unittest.cc', 831 'tracing/browser/trace_config_file_unittest.cc',
832 'tracing/process_metrics_memory_dump_provider_unittest.cc', 832 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
833 'tracing/trace_config_file_unittest.cc', 833 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
834 ], 834 ],
835 'translate_unittest_sources': [ 835 'translate_unittest_sources': [
836 'translate/core/browser/mock_translate_driver.cc', 836 'translate/core/browser/mock_translate_driver.cc',
837 'translate/core/browser/language_state_unittest.cc', 837 'translate/core/browser/language_state_unittest.cc',
838 'translate/core/browser/translate_browser_metrics_unittest.cc', 838 'translate/core/browser/translate_browser_metrics_unittest.cc',
839 'translate/core/browser/translate_language_list_unittest.cc', 839 'translate/core/browser/translate_language_list_unittest.cc',
840 'translate/core/browser/translate_manager_unittest.cc', 840 'translate/core/browser/translate_manager_unittest.cc',
841 'translate/core/browser/translate_prefs_unittest.cc', 841 'translate/core/browser/translate_prefs_unittest.cc',
842 'translate/core/browser/translate_script_unittest.cc', 842 'translate/core/browser/translate_script_unittest.cc',
843 'translate/core/browser/translate_ui_delegate_unittest.cc', 843 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 'components.gyp:policy_test_support', 1548 'components.gyp:policy_test_support',
1549 ], 1549 ],
1550 'sources': [ 1550 'sources': [
1551 '<@(policy_unittest_sources)', 1551 '<@(policy_unittest_sources)',
1552 'sync_driver/sync_policy_handler_unittest.cc', 1552 'sync_driver/sync_policy_handler_unittest.cc',
1553 ], 1553 ],
1554 'conditions': [ 1554 'conditions': [
1555 ['OS=="android"', { 1555 ['OS=="android"', {
1556 'sources/': [ 1556 'sources/': [
1557 ['exclude', '^policy/core/common/async_policy_provider_unittest\ \.cc'], 1557 ['exclude', '^policy/core/common/async_policy_provider_unittest\ \.cc'],
1558 ['exclude', '^tracing/trace_config_file_unittest\\.cc'], 1558 ['exclude', '^tracing/browser/trace_config_file_unittest\\.cc'],
1559 ], 1559 ],
1560 }], 1560 }],
1561 ['OS=="android" or OS=="ios"', { 1561 ['OS=="android" or OS=="ios"', {
1562 # Note: 'sources!' is processed before any 'sources/', so the 1562 # Note: 'sources!' is processed before any 'sources/', so the
1563 # ['include', '^policy/'] on iOS above will include all of the 1563 # ['include', '^policy/'] on iOS above will include all of the
1564 # policy source files again. Using 'source/' here too will get 1564 # policy source files again. Using 'source/' here too will get
1565 # these files excluded as expected. 1565 # these files excluded as expected.
1566 'sources/': [ 1566 'sources/': [
1567 ['exclude', '^policy/core/common/cloud/component_cloud_policy_se rvice_unittest\\.cc'], 1567 ['exclude', '^policy/core/common/cloud/component_cloud_policy_se rvice_unittest\\.cc'],
1568 ['exclude', '^policy/core/common/cloud/component_cloud_policy_st ore_unittest\\.cc'], 1568 ['exclude', '^policy/core/common/cloud/component_cloud_policy_st ore_unittest\\.cc'],
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 'HAS_OUT_OF_PROC_TEST_RUNNER', 1839 'HAS_OUT_OF_PROC_TEST_RUNNER',
1840 ], 1840 ],
1841 'sources': [ 1841 'sources': [
1842 # Note: test list duplicated in GN build. 1842 # Note: test list duplicated in GN build.
1843 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1843 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1844 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1844 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
1845 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ', 1845 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ',
1846 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc', 1846 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc',
1847 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' , 1847 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' ,
1848 'password_manager/content/renderer/credential_manager_client_browser test.cc', 1848 'password_manager/content/renderer/credential_manager_client_browser test.cc',
1849 'tracing/child_trace_message_filter_browsertest.cc', 1849 'tracing/child/child_trace_message_filter_browsertest.cc',
1850 ], 1850 ],
1851 'conditions': [ 1851 'conditions': [
1852 ['OS == "android"', { 1852 ['OS == "android"', {
1853 'sources' : [ 1853 'sources' : [
1854 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc', 1854 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc',
1855 ], 1855 ],
1856 'sources!': [ 1856 'sources!': [
1857 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1857 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1858 ], 1858 ],
1859 'dependencies': [ 1859 'dependencies': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 'dependencies': [ 1955 'dependencies': [
1956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1957 ], 1957 ],
1958 }], 1958 }],
1959 ], 1959 ],
1960 }, 1960 },
1961 ], 1961 ],
1962 }], 1962 }],
1963 ], 1963 ],
1964 } 1964 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/tracing.gyp » ('j') | components/tracing/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698