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

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

Issue 423613002: Mojo: split up service_provider.mojom (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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+mojo/public/cpp/bindings", 2 "+mojo/public/cpp/bindings",
3 "+mojo/public/interfaces/service_provider", 3 "+mojo/public/interfaces/application",
4 ] 4 ]
5 5
6 specific_include_rules = { 6 specific_include_rules = {
7 "mojo_main_chromium.cc": [ 7 "mojo_main_chromium.cc": [
8 "+base", 8 "+base",
9 "+mojo/public/cpp" 9 "+mojo/public/cpp"
10 ], 10 ],
11 "mojo_main_standalone.cc": [ 11 "mojo_main_standalone.cc": [
12 "+mojo/public/cpp" 12 "+mojo/public/cpp"
13 ], 13 ],
14 } 14 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/application/BUILD.gn ('k') | mojo/public/cpp/application/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698