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

Side by Side Diff: ui/views/DEPS

Issue 2667753006: Make new target for vector icon structs to replace ui/gfx/vector_icons/ (Closed)
Patch Set: fix deps Created 3 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
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/bubble/bubble_frame_view.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 "+cc/paint", 2 "+cc/paint",
3 "+services/ui/public/interfaces", 3 "+services/ui/public/interfaces",
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/test/gl_surface_test_support.h", # To initialize GL for tests. 14 "+ui/gl/test/gl_surface_test_support.h", # To initialize GL for tests.
15 "+ui/native_theme", 15 "+ui/native_theme",
16 "+ui/ozone/public", 16 "+ui/ozone/public",
17 "+ui/resources/grit/ui_resources.h", 17 "+ui/resources/grit/ui_resources.h",
18 "+ui/strings/grit/ui_strings.h", 18 "+ui/strings/grit/ui_strings.h",
19 "+ui/touch_selection", 19 "+ui/touch_selection",
20 "+ui/vector_icons",
20 "+ui/wm/core", 21 "+ui/wm/core",
21 "+ui/wm/public", 22 "+ui/wm/public",
22 23
23 "-testing/gmock", 24 "-testing/gmock",
24 ] 25 ]
25 26
26 specific_include_rules = { 27 specific_include_rules = {
27 "examples_browser_main_parts\.cc": [ 28 "examples_browser_main_parts\.cc": [
28 "+ui/wm/test" 29 "+ui/wm/test"
29 ], 30 ],
30 "view_unittest\.cc": [ 31 "view_unittest\.cc": [
31 "+cc/playback" 32 "+cc/playback"
32 ], 33 ],
33 "views_test_suite\.cc": [ 34 "views_test_suite\.cc": [
34 "+gpu/ipc/service", 35 "+gpu/ipc/service",
35 ] 36 ]
36 } 37 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698