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

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

Issue 315223004: Moves view_manager files to view_manager directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm sample_view_manager.app again Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/context_factory_impl.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 "+mojo/aura", 3 "+mojo/aura",
4 "+mojo/cc",
3 "+mojo/geometry", 5 "+mojo/geometry",
4 "+mojo/services", 6 "+mojo/services",
5 "+third_party/skia", 7 "+third_party/skia",
6 "+ui/aura", 8 "+ui/aura",
7 "+ui/base/cursor/cursor.h", 9 "+ui/base/cursor/cursor.h",
8 "+ui/base/hit_test.h", 10 "+ui/base/hit_test.h",
11 "+ui/compositor",
9 "+ui/events", 12 "+ui/events",
10 "+ui/gfx", 13 "+ui/gfx",
11 "+ui/gl", 14 "+ui/gl",
15 "+webkit/common/gpu",
12 ] 16 ]
13 17
14 specific_include_rules = { 18 specific_include_rules = {
15 "view_manager_connection_unittest.cc": [ 19 "view_manager_connection_unittest.cc": [
16 "+mojo/service_manager/service_manager.h", 20 "+mojo/service_manager/service_manager.h",
17 ], 21 ],
18 } 22 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/context_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698