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

Unified Diff: mojo/embedder/DEPS

Issue 283633002: Mojo: Tighten up mojo/embedder/DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/DEPS
diff --git a/mojo/embedder/DEPS b/mojo/embedder/DEPS
index 902a75f07d43a53423c864c938d2e9d666159792..1c627b70d37c0152f527e30fe3c74506498777a5 100644
--- a/mojo/embedder/DEPS
+++ b/mojo/embedder/DEPS
@@ -1,3 +1,11 @@
include_rules = [
- "+mojo/system",
+ "+mojo/system/system_impl_export.h",
]
+
+specific_include_rules = {
+ # Implementation files may freely access mojo/system, but we don't want to
+ # leak implementation details through the headers.
+ ".*\.cc": [
+ "+mojo/system",
+ ]
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698