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

Side by Side Diff: mojo/services/public/cpp/view_manager/lib/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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+mojo/converters/geometry",
2 "+mojo/geometry", 3 "+mojo/geometry",
3 "+ui/gfx", 4 "+ui/gfx",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 "view_manager_test_suite.cc": [ 8 "view_manager_test_suite.cc": [
8 "+mojo/services/native_viewport/native_viewport.h", 9 "+mojo/services/native_viewport/native_viewport.h",
9 "+ui/gl", 10 "+ui/gl",
10 ], 11 ],
11 } 12 }
OLDNEW
« no previous file with comments | « mojo/services/public/cpp/view_manager/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698