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: blimp/engine/DEPS

Issue 1945393002: Create and integrate a metrics service client into Blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow up on comments. Created 4 years, 7 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 | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_metrics_service_client.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 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-chrome", 4 "-chrome",
5 "+components/crash", 5 "+components/crash",
6 "+components/metrics",
7 "+components/pref_registry",
8 "+components/prefs",
6 "+components/version_info", 9 "+components/version_info",
7 "+components/web_cache/renderer", 10 "+components/web_cache/renderer",
8 "+content/public", 11 "+content/public",
9 "+mojo/public", 12 "+mojo/public",
10 "+net", 13 "+net",
11 "+third_party/blimp_fonts", 14 "+third_party/blimp_fonts",
12 "+third_party/khronos/GLES2/gl2.h", 15 "+third_party/khronos/GLES2/gl2.h",
13 "+third_party/WebKit/public/web/WebInputEvent.h", 16 "+third_party/WebKit/public/web/WebInputEvent.h",
14 "+ui/aura", 17 "+ui/aura",
15 "+ui/base", 18 "+ui/base",
16 "+ui/compositor", 19 "+ui/compositor",
17 "+ui/display", 20 "+ui/display",
18 "+ui/events", 21 "+ui/events",
19 "+ui/gfx", 22 "+ui/gfx",
20 "+ui/gl", 23 "+ui/gl",
21 "+ui/native_theme", 24 "+ui/native_theme",
22 "+ui/platform_window", 25 "+ui/platform_window",
23 "+ui/resources", 26 "+ui/resources",
24 "+ui/wm", 27 "+ui/wm",
25 ] 28 ]
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698