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

Side by Side Diff: blimp/engine/DEPS

Issue 1885673003: Create and integrate a metrics service client into Blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move newline and ASSERT as requested. 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/metrics",
6 "+components/pref_registry",
7 "+components/prefs",
5 "+components/version_info", 8 "+components/version_info",
6 "+components/web_cache/renderer", 9 "+components/web_cache/renderer",
7 "+content/public", 10 "+content/public",
8 "+mojo/public", 11 "+mojo/public",
9 "+net", 12 "+net",
10 "+third_party/blimp_fonts", 13 "+third_party/blimp_fonts",
11 "+third_party/khronos/GLES2/gl2.h", 14 "+third_party/khronos/GLES2/gl2.h",
12 "+third_party/WebKit/public/web/WebInputEvent.h", 15 "+third_party/WebKit/public/web/WebInputEvent.h",
13 "+ui/aura", 16 "+ui/aura",
14 "+ui/base", 17 "+ui/base",
15 "+ui/compositor", 18 "+ui/compositor",
16 "+ui/display", 19 "+ui/display",
17 "+ui/events", 20 "+ui/events",
18 "+ui/gfx", 21 "+ui/gfx",
19 "+ui/platform_window", 22 "+ui/platform_window",
20 "+ui/resources", 23 "+ui/resources",
21 "+ui/wm", 24 "+ui/wm",
22 ] 25 ]
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