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

Side by Side Diff: blimp/client/DEPS

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Put TestingLocationArbitrator out of anonymous namespace. Created 4 years, 3 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/client/BUILD.gn ('k') | blimp/client/app/android/AndroidManifest.xml.jinja2 » ('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 "-cc/blink", 4 "-cc/blink",
5 "-chrome", 5 "-chrome",
6 "+components/safe_json", 6 "+components/safe_json",
7 "+components/url_formatter", 7 "+components/url_formatter",
8 "+components/version_info", 8 "+components/version_info",
9 "+components/sync/android", 9 "+components/sync/android",
10 "-content", 10 "-content",
11 "+device/geolocation",
11 "+google_apis/gaia", 12 "+google_apis/gaia",
12 "+gpu", 13 "+gpu",
13 "+jni", 14 "+jni",
14 "+net", 15 "+net",
15 "+third_party/WebKit/public/web/WebInputEvent.h", 16 "+third_party/WebKit/public/web/WebInputEvent.h",
16 "+ui/android", 17 "+ui/android",
17 "+ui/base/ime/text_input_type.h", 18 "+ui/base/ime/text_input_type.h",
18 "+ui/events", 19 "+ui/events",
19 "+ui/events/android", 20 "+ui/events/android",
20 "+ui/events/blink", 21 "+ui/events/blink",
21 "+ui/events/gesture_detection", 22 "+ui/events/gesture_detection",
22 "+ui/events/gestures/blink", 23 "+ui/events/gestures/blink",
23 "+ui/gfx", 24 "+ui/gfx",
24 "+ui/gl", 25 "+ui/gl",
25 "+ui/platform_window", 26 "+ui/platform_window",
26 "+url", 27 "+url",
27 ] 28 ]
OLDNEW
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698