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

Side by Side Diff: third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS

Issue 861683003: Move services code brought in from Mojo to live under //third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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/services/window_manager/public", 2 "+mojo/services/window_manager/public",
3 3
4 # TODO(blundell): Eliminate these dependencies. crbug.com/451403 4 # TODO(blundell): Eliminate these dependencies. crbug.com/451403
5 "!base/callback.h", 5 "!base/callback.h",
6 "!base/memory/scoped_vector.h", 6 "!base/memory/scoped_vector.h",
7 "!base/memory/weak_ptr.h", 7 "!base/memory/weak_ptr.h",
8 "!base/message_loop/message_loop.h", 8 "!base/message_loop/message_loop.h",
9 "!base/stl_util.h", 9 "!base/stl_util.h",
10 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698