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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6f312a950987302da9e97320db57e5b055136048..443d3685bb772f33b7553f73a7c0a2675d20869c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -114,7 +114,7 @@
'certificate_transparency/single_tree_tracker_unittest.cc',
],
'child_trace_message_filter_unittest_sources': [
- 'tracing/child_trace_message_filter_unittest.cc',
+ 'tracing/child/child_trace_message_filter_unittest.cc',
],
'client_update_protocol_unittest_sources': [
'client_update_protocol/ecdsa_unittest.cc',
@@ -828,9 +828,9 @@
'syncable_prefs/pref_service_syncable_unittest.cc',
],
'tracing_unittest_sources': [
- 'tracing/graphics_memory_dump_provider_android_unittest.cc',
- 'tracing/process_metrics_memory_dump_provider_unittest.cc',
- 'tracing/trace_config_file_unittest.cc',
+ 'tracing/browser/trace_config_file_unittest.cc',
+ 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
+ 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
],
'translate_unittest_sources': [
'translate/core/browser/mock_translate_driver.cc',
@@ -1555,7 +1555,7 @@
['OS=="android"', {
'sources/': [
['exclude', '^policy/core/common/async_policy_provider_unittest\\.cc'],
- ['exclude', '^tracing/trace_config_file_unittest\\.cc'],
+ ['exclude', '^tracing/browser/trace_config_file_unittest\\.cc'],
],
}],
['OS=="android" or OS=="ios"', {
@@ -1846,7 +1846,7 @@
'dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc',
'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc',
'password_manager/content/renderer/credential_manager_client_browsertest.cc',
- 'tracing/child_trace_message_filter_browsertest.cc',
+ 'tracing/child/child_trace_message_filter_browsertest.cc',
],
'conditions': [
['OS == "android"', {
« 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