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

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

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/main.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", 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/application",
5 "+mojo/cc", 6 "+mojo/cc",
6 "+mojo/geometry", 7 "+mojo/geometry",
7 "+mojo/services", 8 "+mojo/services",
8 "+third_party/skia", 9 "+third_party/skia",
9 "+ui/base/cursor/cursor.h", 10 "+ui/base/cursor/cursor.h",
10 "+ui/base/hit_test.h", 11 "+ui/base/hit_test.h",
11 "+ui/compositor", 12 "+ui/compositor",
12 "+ui/events", 13 "+ui/events",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/gl", 15 "+ui/gl",
15 "+webkit/common/gpu", 16 "+webkit/common/gpu",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 "view_manager_unittest.cc": [ 20 "view_manager_unittest.cc": [
20 "+mojo/application_manager/application_manager.h", 21 "+mojo/application_manager/application_manager.h",
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/services/view_manager/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698