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

Side by Side Diff: ui/views/DEPS

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview Created 4 years, 1 month 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/views_test_suite.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 "+skia/ext", 2 "+skia/ext",
3 "+third_party/iaccessible2", 3 "+third_party/iaccessible2",
4 "+third_party/skia", 4 "+third_party/skia",
5 "+ui/accessibility", 5 "+ui/accessibility",
6 "+ui/aura", 6 "+ui/aura",
7 "+ui/base", 7 "+ui/base",
8 "+ui/compositor", 8 "+ui/compositor",
9 "+ui/display", 9 "+ui/display",
10 "+ui/events", 10 "+ui/events",
(...skipping 10 matching lines...) Expand all
21 "-testing/gmock", 21 "-testing/gmock",
22 ] 22 ]
23 23
24 specific_include_rules = { 24 specific_include_rules = {
25 "examples_browser_main_parts\.cc": [ 25 "examples_browser_main_parts\.cc": [
26 "+ui/wm/test" 26 "+ui/wm/test"
27 ], 27 ],
28 "view_unittest\.cc": [ 28 "view_unittest\.cc": [
29 "+cc/playback" 29 "+cc/playback"
30 ], 30 ],
31 "views_test_suite\.cc": [
32 "+gpu/ipc/service",
33 ]
31 } 34 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/views_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698