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

Side by Side Diff: blimp/engine/DEPS

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning 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",
13 "+mojo/public", 14 "+mojo/public",
14 "+net", 15 "+net",
15 "+services/shell/public/cpp", 16 "+services/shell/public/cpp",
16 "+third_party/blimp_fonts", 17 "+third_party/blimp_fonts",
17 "+third_party/khronos/GLES2/gl2.h", 18 "+third_party/khronos/GLES2/gl2.h",
18 "+third_party/WebKit/public/web/WebInputEvent.h", 19 "+third_party/WebKit/public/web/WebInputEvent.h",
19 "+ui/aura", 20 "+ui/aura",
20 "+ui/base", 21 "+ui/base",
21 "+ui/compositor", 22 "+ui/compositor",
22 "+ui/display", 23 "+ui/display",
23 "+ui/events", 24 "+ui/events",
24 "+ui/gfx", 25 "+ui/gfx",
25 "+ui/gl", 26 "+ui/gl",
26 "+ui/native_theme", 27 "+ui/native_theme",
27 "+ui/platform_window", 28 "+ui/platform_window",
28 "+ui/resources", 29 "+ui/resources",
29 "+ui/wm", 30 "+ui/wm",
30 ] 31 ]
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