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

Side by Side Diff: blimp/engine/DEPS

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