summaryrefslogtreecommitdiff
path: root/chromium/extensions/renderer/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/extensions/renderer/DEPS')
-rw-r--r--chromium/extensions/renderer/DEPS25
1 files changed, 25 insertions, 0 deletions
diff --git a/chromium/extensions/renderer/DEPS b/chromium/extensions/renderer/DEPS
new file mode 100644
index 00000000000..6d1446295a6
--- /dev/null
+++ b/chromium/extensions/renderer/DEPS
@@ -0,0 +1,25 @@
+include_rules = [
+ "+components/translate/core/language_detection",
+ "+content/public/child",
+ "+content/public/renderer",
+
+ "+gin",
+ "+mojo/edk/js",
+
+ "+third_party/skia/include/core",
+ "+third_party/cld_2/src/public/compact_lang_det.h",
+ "+third_party/cld_2/src/public/encodings.h",
+
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
+
+ "+third_party/wds/src/libwds/public",
+
+ "+tools/json_schema_compiler",
+
+ "-v8",
+ "+v8/include",
+
+ "+storage/common/fileapi",
+]
+