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

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

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/services/surfaces/DEPS ('k') | ui/aura/bench/DEPS » ('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 "+mojo/aura", 4 "+mojo/aura",
4 "+mojo/cc", 5 "+mojo/cc",
5 "+mojo/geometry", 6 "+mojo/geometry",
6 "+mojo/services", 7 "+mojo/services",
7 "+third_party/skia", 8 "+third_party/skia",
8 "+ui/aura", 9 "+ui/aura",
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/surfaces/DEPS ('k') | ui/aura/bench/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698