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

Unified Diff: mojo/embedder/DEPS

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 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 | « mojo/embedder/BUILD.gn ('k') | mojo/embedder/PRESUBMIT.py » ('j') | 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
deleted file mode 100644
index 1c627b70d37c0152f527e30fe3c74506498777a5..0000000000000000000000000000000000000000
--- a/mojo/embedder/DEPS
+++ /dev/null
@@ -1,11 +0,0 @@
-include_rules = [
- "+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 | « mojo/embedder/BUILD.gn ('k') | mojo/embedder/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698