summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 17:52:54 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 17:52:54 +0000
commitf82ef0669069492f863bdbc4bf225c95bcc662a8 (patch)
tree40c9d67a3078f1b511d8aa7f0299a92fadf1807a /content
parent8b3f0f025452b3d5a79e7942045574f84040b3c5 (diff)
downloadchromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.zip
chromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.tar.gz
chromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.tar.bz2
Don't make checkdeps ignore includes to directories that are brought in via deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex)
Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/DEPS6
-rw-r--r--content/browser/DEPS1
-rw-r--r--content/common/DEPS1
-rw-r--r--content/renderer/DEPS1
4 files changed, 8 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index 6c72faf..450d146 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -36,13 +36,17 @@ include_rules = [
"-tools",
# Allow inclusion of third-party code:
+ "+third_party/angle",
+ "+third_party/flac",
"+third_party/gpsd",
"+third_party/mozilla",
"+third_party/npapi/bindings",
+ "+third_party/skia",
"+third_party/sqlite",
"+third_party/tcmalloc",
"+third_party/khronos",
- # Allow inclusion of WebKit API files.
+ "+third_party/webrtc",
+ "+third_party/WebKit/Source/Platform/chromium",
"+third_party/WebKit/Source/WebKit/chromium",
# Aura is analogous to Win32 or a Gtk, so it is allowed.
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 92446b0..d937ab9 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -8,6 +8,7 @@ include_rules = [
# Other libraries.
"+third_party/iaccessible2",
"+third_party/isimpledom",
+ "+third_party/speex",
# DO NOT ADD ANY CHROME INCLUDES HERE!!!
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
diff --git a/content/common/DEPS b/content/common/DEPS
index cc5cd70..ec46498 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"+media/base",
+ "+seccompsandbox",
]
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index dff8978..7ad2f05 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+content/public/renderer",
"+jingle/glue",
"+media", # For audio input/output and audio/video decoding.
+ "+third_party/libjingle",
"+third_party/mach_override",
"+third_party/tcmalloc",
"+v8/include",