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

Side by Side Diff: blimp/engine/DEPS

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: 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 | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('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 "-blimp/client", 3 "-blimp/client",
4 "+cc", 4 "+cc",
5 "-chrome", 5 "-chrome",
6 "+components/crash", 6 "+components/crash",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/prefs", 9 "+components/prefs",
10 "+components/version_info", 10 "+components/version_info",
11 "+components/web_cache/renderer", 11 "+components/web_cache/renderer",
12 "+content/public", 12 "+content/public",
13 "+device/geolocation",
14 "+mojo/public", 13 "+mojo/public",
15 "+net", 14 "+net",
16 "+services/shell/public/cpp", 15 "+services/shell/public/cpp",
17 "+third_party/blimp_fonts", 16 "+third_party/blimp_fonts",
18 "+third_party/khronos/GLES2/gl2.h", 17 "+third_party/khronos/GLES2/gl2.h",
19 "+third_party/WebKit/public/web/WebInputEvent.h", 18 "+third_party/WebKit/public/web/WebInputEvent.h",
20 "+ui/aura", 19 "+ui/aura",
21 "+ui/base", 20 "+ui/base",
22 "+ui/compositor", 21 "+ui/compositor",
23 "+ui/display", 22 "+ui/display",
24 "+ui/events", 23 "+ui/events",
25 "+ui/gfx", 24 "+ui/gfx",
26 "+ui/gl", 25 "+ui/gl",
27 "+ui/native_theme", 26 "+ui/native_theme",
28 "+ui/platform_window", 27 "+ui/platform_window",
29 "+ui/resources", 28 "+ui/resources",
30 "+ui/wm", 29 "+ui/wm",
31 ] 30 ]
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698