summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/DEPS1
-rw-r--r--chrome/renderer/DEPS1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index 3fd1671..b041492 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+chrome/plugin", # For checking whether we're a plugin process.
+ "+grit", # For generated headers
"+libxml",
"+sandbox/src",
"+skia/include",
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 1bcb0a6..23643c8d 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+chrome/app", # The plugins use the theme library to get the sad plugin bitmap.
"+chrome/personalization",
"+chrome/plugin",
+ "+grit", # For generated headers
"+media/base", # For HTML5 media rendering.
"+sandbox/src",
"+skia/ext",