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

Side by Side Diff: components/BUILD.gn

Issue 1177853003: [Startup Tracing] Enable startup tracing from config file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « no previous file | 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "//components/resources:components_resources", 91 "//components/resources:components_resources",
92 "//components/search", 92 "//components/search",
93 "//components/search_engines", 93 "//components/search_engines",
94 "//components/search_provider_logos", 94 "//components/search_provider_logos",
95 "//components/sessions", 95 "//components/sessions",
96 "//components/signin/core/browser", 96 "//components/signin/core/browser",
97 "//components/startup_metric_utils", 97 "//components/startup_metric_utils",
98 "//components/strings", 98 "//components/strings",
99 "//components/sync_driver", 99 "//components/sync_driver",
100 "//components/tracing", 100 "//components/tracing",
101 "//components/tracing:startup_tracing",
101 "//components/translate/content/browser", 102 "//components/translate/content/browser",
102 "//components/translate/content/common", 103 "//components/translate/content/common",
103 "//components/translate/content/renderer", 104 "//components/translate/content/renderer",
104 "//components/translate/core/browser", 105 "//components/translate/core/browser",
105 "//components/translate/core/common", 106 "//components/translate/core/common",
106 "//components/ui/zoom:ui_zoom", 107 "//components/ui/zoom:ui_zoom",
107 "//components/undo", 108 "//components/undo",
108 "//components/update_client", 109 "//components/update_client",
109 "//components/url_fixer", 110 "//components/url_fixer",
110 "//components/url_matcher", 111 "//components/url_matcher",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 425
425 deps = [ 426 deps = [
426 "//base", 427 "//base",
427 "//base/test:test_support_perf", 428 "//base/test:test_support_perf",
428 "//testing/gtest", 429 "//testing/gtest",
429 "//testing/perf", 430 "//testing/perf",
430 "//content/test:test_support", 431 "//content/test:test_support",
431 "//components/visitedlink/browser", 432 "//components/visitedlink/browser",
432 ] 433 ]
433 } 434 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698