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

Side by Side Diff: mojo/public/cpp/application/DEPS

Issue 433513005: Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose servic… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+mojo/public/cpp/bindings", 2 "+mojo/public/cpp/bindings",
3 "+mojo/public/cpp/environment",
3 "+mojo/public/interfaces/application", 4 "+mojo/public/interfaces/application",
5 "+mojo/public/interfaces/service_provider",
4 ] 6 ]
5 7
6 specific_include_rules = { 8 specific_include_rules = {
7 r"(mojo_main_chromium.cc|" 9 r"(mojo_main_chromium.cc|"
8 r"application_impl_chromium.cc)": [ 10 r"application_impl_chromium.cc)": [
9 "+base", 11 "+base",
10 "+mojo/public/cpp" 12 "+mojo/public/cpp"
11 ], 13 ],
12 r"(mojo_main_standalone.cc|" 14 r"(mojo_main_standalone.cc|"
13 r"application_impl_standalone.cc)": [ 15 r"application_impl_standalone.cc)": [
14 "+mojo/public/cpp" 16 "+mojo/public/cpp"
15 ], 17 ],
16 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698