summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 02:59:45 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 02:59:45 +0000
commitb30e34b8a6b78b5088a6256563cdbb6f9676d3e8 (patch)
tree11dbd119cc9c2593fde3dd1322a8a4579ab52f99
parent6836fffaf8a0e82b0debbe5c7dbc2a48e7767e12 (diff)
downloadchromium_src-b30e34b8a6b78b5088a6256563cdbb6f9676d3e8.zip
chromium_src-b30e34b8a6b78b5088a6256563cdbb6f9676d3e8.tar.gz
chromium_src-b30e34b8a6b78b5088a6256563cdbb6f9676d3e8.tar.bz2
Clamp down various chrome/ DEPS files
R=thakis@chromium.org Review URL: https://codereview.chromium.org/52023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233201 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/DEPS2
-rw-r--r--chrome/nacl/DEPS1
-rw-r--r--chrome/plugin/DEPS2
-rw-r--r--chrome/service/DEPS2
-rw-r--r--chrome/service/cloud_print/DEPS2
-rw-r--r--chrome/test/DEPS2
-rw-r--r--chrome/tools/DEPS4
-rw-r--r--chrome/utility/DEPS3
-rw-r--r--chrome/utility/importer/DEPS2
9 files changed, 6 insertions, 14 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index 4d39b78..46b9d46 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- "+apps",
"+breakpad",
"+chrome/browser",
"+chrome/installer",
@@ -14,7 +13,6 @@ include_rules = [
"+components/startup_metric_utils",
"+content/public/app",
"+content/public/browser/browser_main_runner.h",
- "+content/public/browser/render_process_host.h",
"+grit", # For generated headers
"+native_client/src/trusted/service_runtime/osx",
"+policy", # For generated headers and source
diff --git a/chrome/nacl/DEPS b/chrome/nacl/DEPS
index c819506..36363dd 100644
--- a/chrome/nacl/DEPS
+++ b/chrome/nacl/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- "+chrome/app/breakpad_win.h",
"+chrome/app/chrome_breakpad_client.h",
"+components/breakpad",
"+components/nacl",
diff --git a/chrome/plugin/DEPS b/chrome/plugin/DEPS
index b5c727f..5f0b1b3 100644
--- a/chrome/plugin/DEPS
+++ b/chrome/plugin/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+content/public/plugin",
"+grit",
- "+media",
+ "+media/base",
]
diff --git a/chrome/service/DEPS b/chrome/service/DEPS
index bad5500..be16d49 100644
--- a/chrome/service/DEPS
+++ b/chrome/service/DEPS
@@ -1,6 +1,4 @@
include_rules = [
- "+google_apis",
# For generated headers.
"+grit",
- "+sandbox/win/src/sandbox_types.h",
]
diff --git a/chrome/service/cloud_print/DEPS b/chrome/service/cloud_print/DEPS
index 52393c8..92356e3 100644
--- a/chrome/service/cloud_print/DEPS
+++ b/chrome/service/cloud_print/DEPS
@@ -1,4 +1,6 @@
include_rules = [
+ "+google_apis",
+
# sync notifier depends on the common jingle notifier classes.
"+jingle/notifier",
]
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index 595b0db..5d3b3a9 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -15,9 +15,7 @@ include_rules = [
"+content/public",
"+grit", # For generated headers
- "+media/audio",
"+media/base",
- "+sandbox/win/src",
"+sandbox/win/tests",
"+webkit/glue",
"+win8/test",
diff --git a/chrome/tools/DEPS b/chrome/tools/DEPS
index adf68b9..e149a1e 100644
--- a/chrome/tools/DEPS
+++ b/chrome/tools/DEPS
@@ -1,9 +1,5 @@
include_rules = [
"+chrome/browser",
- "+chrome/third_party/hunspell/google",
- "+chrome/utility/local_discovery",
- "+content/browser",
- "+content/public/browser",
"+components/breakpad",
"+third_party/re2",
]
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS
index 8cfb1c0..5035078 100644
--- a/chrome/utility/DEPS
+++ b/chrome/utility/DEPS
@@ -6,6 +6,5 @@ include_rules = [
# For generated headers.
"+grit",
- "+skia/ext",
- "+media",
+ "+media/base",
]
diff --git a/chrome/utility/importer/DEPS b/chrome/utility/importer/DEPS
index 4b97148..9beafeb 100644
--- a/chrome/utility/importer/DEPS
+++ b/chrome/utility/importer/DEPS
@@ -1,4 +1,6 @@
include_rules = [
# For PasswordForm.
"+components/autofill/core/common",
+
+ "+skia/ext",
]