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

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

Issue 774473003: Move view_manager service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
OLDNEW
(Empty)
1 include_rules = [
2 "+cc",
3 "-cc/blink",
4 "+mojo/application",
5 "+mojo/cc",
6 "+mojo/converters/geometry",
7 "+mojo/converters/input_events",
8 "+mojo/converters/surfaces",
9 "+mojo/geometry",
10 "+mojo/services",
11 "+ui/gfx",
12 ]
13
14 specific_include_rules = {
15 "view_manager_unittest.cc": [
16 "+mojo/application_manager/application_manager.h",
17 ],
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698