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

Side by Side Diff: blimp/client/DEPS

Issue 1422363008: Add a basic UI to the Android Blimp client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused icon Created 5 years, 1 month 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
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 "-content", 6 "-content",
7 "+gpu", 7 "+gpu",
8 "+jni", 8 "+jni",
9 "+skia", 9 "+skia",
10 "+third_party/skia", 10 "+third_party/skia",
11 "+ui/gfx", 11 "+ui/gfx",
12 "+ui/gl", 12 "+ui/gl",
13 "+url",
13 14
14 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 15 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
15 "!ui/android", 16 "!ui/android",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698