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

Side by Side Diff: components/page_load_metrics/DEPS

Issue 2056153002: Convert PageLoadMetrics to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 | « components/page_load_metrics.gypi ('k') | components/page_load_metrics/browser/BUILD.gn » ('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 "+content/public/common",
2 "+content/public/test", 3 "+content/public/test",
3 "+ipc", 4 "+ipc",
5 "+mojo/public",
4 6
5 "-components/page_load_metrics", 7 "-components/page_load_metrics",
6 "+components/page_load_metrics/common", 8 "+components/page_load_metrics/common",
7 9
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, heade r-only types. 10 # No inclusion of WebKit from the browser, other than strictly enum/POD, heade r-only types.
9 "-third_party/WebKit", 11 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 12 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
11 ] 13 ]
OLDNEW
« no previous file with comments | « components/page_load_metrics.gypi ('k') | components/page_load_metrics/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698