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

Unified Diff: content/browser/fileapi/DEPS

Issue 253753007: Move all remaining fileapi and quota unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/fileapi/DEPS
diff --git a/content/browser/fileapi/DEPS b/content/browser/fileapi/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..cc93c819354d79d3b613708f65314cbc3ddcacee
--- /dev/null
+++ b/content/browser/fileapi/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+third_party/leveldatabase/src/include/leveldb",
+
+ # TODO(pilgrim) jsbell says this smells funny
+ "+third_party/leveldatabase/src/db/filename.h",
+
+ # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
jam 2014/04/28 19:31:06 nit: no need to have this be repeated in all deps
+ # See https://sites.google.com/a/chromium.org/dev/developers/content-module
+ # for more information.
+]

Powered by Google App Engine
This is Rietveld 408576698