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

Side by Side Diff: blimp/client/DEPS

Issue 1876983002: Use Chromium BUILD to approximate Blimp protocol version, and check it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android to use GetVersionNumber() Created 4 years, 6 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/blimp_client_session_android.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 "+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 "-content", 9 "-content",
9 "+gpu", 10 "+gpu",
10 "+jni", 11 "+jni",
11 "+net", 12 "+net",
12 "+third_party/WebKit/public/web/WebInputEvent.h", 13 "+third_party/WebKit/public/web/WebInputEvent.h",
13 "+ui/base/ime/text_input_type.h", 14 "+ui/base/ime/text_input_type.h",
14 "+ui/events", 15 "+ui/events",
15 "+ui/events/android", 16 "+ui/events/android",
16 "+ui/events/blink", 17 "+ui/events/blink",
17 "+ui/events/gesture_detection", 18 "+ui/events/gesture_detection",
18 "+ui/events/gestures/blink", 19 "+ui/events/gestures/blink",
19 "+ui/gfx", 20 "+ui/gfx",
20 "+ui/gl", 21 "+ui/gl",
21 "+ui/platform_window", 22 "+ui/platform_window",
22 "+url", 23 "+url",
23 24
24 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 25 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
25 "!ui/android", 26 "!ui/android",
26 ] 27 ]
OLDNEW
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/blimp_client_session_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698