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

Unified Diff: ios/consume/public/DEPS

Issue 16023013: Introduce the iOS consumer API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix ordering Created 7 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
Index: ios/consume/public/DEPS
diff --git a/ios/consume/public/DEPS b/ios/consume/public/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fe5cd7d5584b6f207120d4092a750e8da267b6dc
--- /dev/null
+++ b/ios/consume/public/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ # The public interfaces cannot reference Chromium code.
stuartmorgan 2013/05/28 08:43:40 Can you add a comment explaining that this list is
blundell 2013/05/28 09:01:14 Done.
+ "-base",
+ "-build",
+ "-googleurl",
+ "-library_loaders",
+ "-testing",
+ "-third_party/icu/public",
+]

Powered by Google App Engine
This is Rietveld 408576698