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

Unified Diff: components/infobars/DEPS

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 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 | « components/infobars.gypi ('k') | components/infobars/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/DEPS
diff --git a/components/infobars/DEPS b/components/infobars/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4f66f6c519e5f0966ac7618b1154b21a3aa21a52
--- /dev/null
+++ b/components/infobars/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # Infobars is a layered component; subdirectories must explicitly introduce
+ # the ability to use the content layer as appropriate.
+ "-content",
+
+ "+ui",
+ "+third_party/skia"
+]
« no previous file with comments | « components/infobars.gypi ('k') | components/infobars/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698