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

Side by Side Diff: ui/views/DEPS

Issue 379233005: ozone: Move public files to ui/ozone/public & update public DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « ui/ozone/public/ozone_switches.cc ('k') | no next file » | 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 "+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/accessibility", 7 "+ui/accessibility",
8 "+ui/aura", 8 "+ui/aura",
9 "+ui/base", 9 "+ui/base",
10 "+ui/compositor", 10 "+ui/compositor",
11 "+ui/display", 11 "+ui/display",
12 "+ui/events", 12 "+ui/events",
13 "+ui/gfx", 13 "+ui/gfx",
14 "+ui/gl/gl_surface.h", # To initialize GL for tests. 14 "+ui/gl/gl_surface.h", # To initialize GL for tests.
15 "+ui/native_theme", 15 "+ui/native_theme",
16 "+ui/ozone", 16 "+ui/ozone/public",
17 "+ui/wm/core", 17 "+ui/wm/core",
18 "+ui/wm/public", 18 "+ui/wm/public",
19 19
20 "-testing/gmock", 20 "-testing/gmock",
21 ] 21 ]
22 22
23 specific_include_rules = { 23 specific_include_rules = {
24 "examples_browser_main_parts\.cc": [ 24 "examples_browser_main_parts\.cc": [
25 "+ui/wm/test" 25 "+ui/wm/test"
26 ], 26 ],
27 } 27 }
OLDNEW
« no previous file with comments | « ui/ozone/public/ozone_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698