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

Side by Side Diff: ui/aura_shell/DEPS

Issue 8222028: Use WebKit compositor in ui::Layer (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase,fixes Created 9 years, 2 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit/ui_resources.h", 2 "+grit/ui_resources.h",
3 "+grit/ui_resources_standard.h", 3 "+grit/ui_resources_standard.h",
4 "+grit/ui_resources_large.h", 4 "+grit/ui_resources_large.h",
5 "+grit/ui_strings.h", 5 "+grit/ui_strings.h",
6 "+skia/ext", 6 "+skia/ext",
7 "+net", 7 "+net",
8 "+ui", 8 "+ui",
9 "+views", 9 "+views",
10 "+webkit/glue",
Ben Goodger (Google) 2011/10/16 22:39:51 add a comment here to note that this isn't an invi
piman 2011/10/19 17:53:23 In this patch I actually separated the compositor
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698