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

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

Issue 339403003: Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « mojo/public/c/environment/logger.h ('k') | mojo/public/cpp/bindings/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Require explicit dependencies in each directory. 2 # Require explicit dependencies in each directory.
3 "-mojo/public", 3 "-mojo/public",
4 # But everyone can depend on the C and C++ system headers. 4 # But everyone can depend on the C and C++ system headers.
5 "+mojo/public/c/system", 5 "+mojo/public/c/system",
6 "+mojo/public/cpp/system", 6 "+mojo/public/cpp/system",
7 # Ditto for the C environment headers (but not the C++ environment, since it
8 # has dependencies of its own).
9 "+mojo/public/c/environment",
7 ] 10 ]
8 11
9 specific_include_rules = { 12 specific_include_rules = {
10 r".*_(unit|perf)test\.cc": [ 13 r".*_(unit|perf)test\.cc": [
11 "+testing", 14 "+testing",
12 "+mojo/public/cpp/test_support", 15 "+mojo/public/cpp/test_support",
13 "+mojo/public/cpp/utility", 16 "+mojo/public/cpp/utility",
14 ], 17 ],
15 } 18 }
OLDNEW
« no previous file with comments | « mojo/public/c/environment/logger.h ('k') | mojo/public/cpp/bindings/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698