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

Side by Side Diff: blimp/client/DEPS

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Address comments! 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 "+net",
9 "+skia", 10 "+skia",
10 "+third_party/skia", 11 "+third_party/skia",
11 "+ui/gfx", 12 "+ui/gfx",
12 "+ui/gl", 13 "+ui/gl",
13 "+url", 14 "+url",
14 15
15 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 16 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
16 "!ui/android", 17 "!ui/android",
17 18
18 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp 19 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
19 # are finalized or are pushed from the server component. See 20 # are finalized or are pushed from the server component. See
20 # crbug.com/527655. 21 # crbug.com/527655.
21 "!content/public/common/content_switches.h", 22 "!content/public/common/content_switches.h",
22 "!ui/native_theme/native_theme_switches.h", 23 "!ui/native_theme/native_theme_switches.h",
23 ] 24 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698