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

Unified Diff: extensions/components/DEPS

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patchfail/rebase Created 6 years, 3 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
Index: extensions/components/DEPS
diff --git a/extensions/components/DEPS b/extensions/components/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..0a33fe40ab1540aa5b07752c4a4cc2fd281ea224
--- /dev/null
+++ b/extensions/components/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # Things in extensions/components can depend on extensions, but not other
+ # extensions/components in a way that could make a cycle in the dependency
+ # graph. Individual components must explicitly declare their dependencies
+ # on other components.
+ "-extensions/components",
+]

Powered by Google App Engine
This is Rietveld 408576698