Chromium Code Reviews| 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. |
| +] |