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

Unified Diff: ios/consumer/public/DEPS

Issue 16023013: Introduce the iOS consumer API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review 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
« no previous file with comments | « ios/consumer/ios_consumer.gyp ('k') | ios/consumer/public/base/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/consumer/public/DEPS
diff --git a/ios/consumer/public/DEPS b/ios/consumer/public/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b9ffa717bce84d78091d9b867c1cf2f3f07456bf
--- /dev/null
+++ b/ios/consumer/public/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ # The public interfaces cannot reference Chromium code, so all allowances
+ # that the top-level DEPS file introduces are removed here. This list should
+ # be kept in sync with src/DEPS.
darin (slow to review) 2013/05/28 21:29:04 note for the future: it seems like it'd be handy
+ "-base",
+ "-build",
+ "-googleurl",
+ "-library_loaders",
+ "-testing",
+ "-third_party/icu/public",
+]
« no previous file with comments | « ios/consumer/ios_consumer.gyp ('k') | ios/consumer/public/base/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698