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

Side by Side Diff: mojo/services/view_manager/DEPS

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… Created 6 years, 3 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 | « mojo/services/view_manager/BUILD.gn ('k') | mojo/services/view_manager/access_policy.h » ('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", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+gpu/command_buffer/service/mailbox_manager.h", 4 "+gpu/command_buffer/service/mailbox_manager.h",
5 "+mojo/aura",
6 "+mojo/cc", 5 "+mojo/cc",
7 "+mojo/geometry", 6 "+mojo/geometry",
8 "+mojo/services", 7 "+mojo/services",
9 "+third_party/skia", 8 "+third_party/skia",
10 "+ui/aura",
11 "+ui/base/cursor/cursor.h", 9 "+ui/base/cursor/cursor.h",
12 "+ui/base/hit_test.h", 10 "+ui/base/hit_test.h",
13 "+ui/compositor", 11 "+ui/compositor",
14 "+ui/events", 12 "+ui/events",
15 "+ui/gfx", 13 "+ui/gfx",
16 "+ui/gl", 14 "+ui/gl",
17 "+webkit/common/gpu", 15 "+webkit/common/gpu",
18 ] 16 ]
19 17
20 specific_include_rules = { 18 specific_include_rules = {
21 "view_manager_unittest.cc": [ 19 "view_manager_unittest.cc": [
22 "+mojo/application_manager/application_manager.h", 20 "+mojo/application_manager/application_manager.h",
23 ], 21 ],
24 } 22 }
OLDNEW
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/services/view_manager/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698