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

Side by Side Diff: mojo/common/DEPS

Issue 1278673002: Add stats collection for telemetry startup.warm.blank_page test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. 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 unified diff | Download patch
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/common/trace_controller_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # common must not depend on embedder. 2 # common must not depend on embedder.
3 "-mojo", 3 "-mojo",
4 "+mojo/application/public/cpp", 4 "+mojo/application/public/cpp",
5 "+mojo/common", 5 "+mojo/common",
6 "+third_party/mojo/src/mojo/public", 6 "+third_party/mojo/src/mojo/public",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 "trace_controller_impl\.h": [ 10 "trace_controller_impl\.h": [
11 "+mojo/services/tracing/tracing.mojom.h" 11 "+mojo/services/tracing/public/interfaces/tracing.mojom.h"
12 ], 12 ],
13 "tracing_impl\.h": [ 13 "tracing_impl\.h": [
14 "+mojo/services/tracing/tracing.mojom.h" 14 "+mojo/services/tracing/public/interfaces/tracing.mojom.h"
15 ], 15 ],
16 } 16 }
OLDNEW
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/common/trace_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698