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

Side by Side Diff: blimp/client/DEPS

Issue 1420883006: Move blimp_layer_tree_settings.h/cc to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaked a comment. 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
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/compositor/blimp_compositor.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 "-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 13
14 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 14 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
15 "!ui/android", 15 "!ui/android",
16
17 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
18 # are finalized or are pushed from the server component. See
19 # crbug.com/527655.
20 "!content/public/common/content_switches.h",
21 "!ui/native_theme/native_theme_switches.h",
16 ] 22 ]
OLDNEW
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/compositor/blimp_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698