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

Unified Diff: components/BUILD.gn

Issue 1315463002: [Startup Tracing] Add --trace-config-file flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/tracing/trace_config_file.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index dde68374638d51b35c7029759d28d9f61f81bcd3..804e35a0459cac78733f435a3702e0019fabc75f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -400,6 +400,8 @@ test("components_unittests") {
"//components/password_manager/core/common:unit_tests",
"//components/password_manager/sync/browser:unit_tests",
]
+ } else {
+ deps += [ "//components/tracing:unit_tests" ]
}
if (!is_android && !is_ios) {
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/tracing/trace_config_file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698