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

Side by Side Diff: ui/views/DEPS

Issue 145293007: ui: No more TestCompositor. Use NullDraw contexts in unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testsnulldraw: Created 6 years, 10 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_strings.h", 3 "+grit/ui_strings.h",
4 "+skia/ext", 4 "+skia/ext",
5 "+third_party/iaccessible2", 5 "+third_party/iaccessible2",
6 "+third_party/skia", 6 "+third_party/skia",
7 "+ui/aura", 7 "+ui/aura",
8 "+ui/base", 8 "+ui/base",
9 "+ui/compositor", 9 "+ui/compositor",
10 "+ui/events", 10 "+ui/events",
11 "+ui/gfx", 11 "+ui/gfx",
12 "+ui/gl/gl_surface.h", # To initialize GL for tests.
12 "+ui/native_theme", 13 "+ui/native_theme",
13 "+ui/ozone", 14 "+ui/ozone",
14 "+ui/wm/public", 15 "+ui/wm/public",
15 16
16 "-testing/gmock", 17 "-testing/gmock",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 "examples_browser_main_parts\.cc": [ 21 "examples_browser_main_parts\.cc": [
21 "+ui/wm/test" 22 "+ui/wm/test"
22 ], 23 ],
23 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698