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

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

Issue 901843003: Update mojo sdk to rev 8d45c89c30b230843c5bd6dd0693a555750946c0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Partial revert of https://codereview.chromium.org/899993002/ 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
(Empty)
1 include_rules = [
2 # Require explicit dependencies in each directory.
3 "-mojo/public",
4 # But everyone can depend on the C and C++ system headers.
5 "+mojo/public/c/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",
10 ]
11
12 specific_include_rules = {
13 r".*_(unit|perf)test\.cc": [
14 "+testing",
15 "+mojo/public/cpp/test_support",
16 "+mojo/public/cpp/utility",
17 ],
18 }
OLDNEW
« no previous file with comments | « third_party/mojo/src/mojo/public/c/system/types.h ('k') | third_party/mojo/src/mojo/public/cpp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698