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

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

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the directory and component structures and target names. Created 6 years, 2 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/connection_manager.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/application",
6 "+mojo/cc", 6 "+mojo/cc",
7 "+mojo/converters/geometry",
8 "+mojo/converters/input_events",
9 "+mojo/converters/surfaces",
7 "+mojo/geometry", 10 "+mojo/geometry",
8 "+mojo/services", 11 "+mojo/services",
9 "+third_party/skia", 12 "+third_party/skia",
10 "+ui/base/cursor/cursor.h", 13 "+ui/base/cursor/cursor.h",
11 "+ui/base/hit_test.h", 14 "+ui/base/hit_test.h",
12 "+ui/compositor", 15 "+ui/compositor",
13 "+ui/events", 16 "+ui/events",
14 "+ui/gfx", 17 "+ui/gfx",
15 "+ui/gl", 18 "+ui/gl",
16 "+webkit/common/gpu", 19 "+webkit/common/gpu",
17 ] 20 ]
18 21
19 specific_include_rules = { 22 specific_include_rules = {
20 "view_manager_unittest.cc": [ 23 "view_manager_unittest.cc": [
21 "+mojo/application_manager/application_manager.h", 24 "+mojo/application_manager/application_manager.h",
22 ], 25 ],
23 } 26 }
OLDNEW
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/services/view_manager/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698