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

Side by Side Diff: tools/ipc_fuzzer/message_lib/DEPS

Issue 2177743002: Migrate page_load_metrics out of components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrate page_load_metrics_messages to common message generator Created 4 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 | « tools/ipc_fuzzer/message_lib/BUILD.gn ('k') | tools/ipc_fuzzer/message_lib/OWNERS » ('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 "+chrome/common", 2 "+chrome/common",
3 "+components/autofill/content/common", 3 "+components/autofill/content/common",
4 "+components/content_settings/content/common", 4 "+components/content_settings/content/common",
5 "+components/dns_prefetch/common", 5 "+components/dns_prefetch/common",
6 "+components/nacl/common", 6 "+components/nacl/common",
7 "+components/network_hints/common", 7 "+components/network_hints/common",
8 "+components/page_load_metrics/common",
9 "+components/password_manager/content/common", 8 "+components/password_manager/content/common",
10 "+components/pdf/common", 9 "+components/pdf/common",
11 "+components/tracing", 10 "+components/tracing",
12 "+components/translate", 11 "+components/translate",
13 "+components/visitedlink/common", 12 "+components/visitedlink/common",
14 "+content/child", 13 "+content/child",
15 "+content/common", 14 "+content/common",
16 "+extensions/common", 15 "+extensions/common",
17 "+remoting/host", 16 "+remoting/host",
18 ] 17 ]
OLDNEW
« no previous file with comments | « tools/ipc_fuzzer/message_lib/BUILD.gn ('k') | tools/ipc_fuzzer/message_lib/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698