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

Side by Side Diff: ui/views/DEPS

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+skia/ext",
3 "+third_party/iaccessible2",
4 "+third_party/skia",
5 "+ui/accessibility",
6 "+ui/aura",
7 "+ui/base",
8 "+ui/compositor",
9 "+ui/display",
10 "+ui/events",
11 "+ui/gfx",
12 "+ui/gl/gl_surface.h", # To initialize GL for tests.
13 "+ui/native_theme",
14 "+ui/ozone/public",
15 "+ui/resources/grit/ui_resources.h",
16 "+ui/strings/grit/ui_strings.h",
17 "+ui/wm/core",
18 "+ui/wm/public",
19
20 "-testing/gmock",
21 ]
22
23 specific_include_rules = {
24 "examples_browser_main_parts\.cc": [
25 "+ui/wm/test"
26 ],
27 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698