diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 20:36:55 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 20:36:55 +0000 |
commit | 5b445fa5371b1b25363f70a0aaa4bb5ba09f40ab (patch) | |
tree | bcc89fabde1007565cb7b8d4be475859b31d3f53 /chrome | |
parent | 12d47e55b7b6ef47a7cda87d5ccfb9d11fbc4075 (diff) | |
download | chromium_src-5b445fa5371b1b25363f70a0aaa4bb5ba09f40ab.zip chromium_src-5b445fa5371b1b25363f70a0aaa4bb5ba09f40ab.tar.gz chromium_src-5b445fa5371b1b25363f70a0aaa4bb5ba09f40ab.tar.bz2 |
DEPS cleanup.
Review URL: http://codereview.chromium.org/118317
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/DEPS | 2 | ||||
-rw-r--r-- | chrome/browser/DEPS | 1 | ||||
-rw-r--r-- | chrome/common/gfx/DEPS | 7 | ||||
-rw-r--r-- | chrome/renderer/DEPS | 4 | ||||
-rw-r--r-- | chrome/test/perf/DEPS | 3 | ||||
-rw-r--r-- | chrome/tools/DEPS | 1 |
6 files changed, 1 insertions, 17 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS index 4b3b7c1..ef4974d 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -2,8 +2,6 @@ include_rules = [ "+breakpad", "+chrome/browser", "+chrome/installer", - "+chrome/personalization", "+sandbox", - "+skia/include/corecg", "+tools/memory_watcher", ] diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 4e0fb74..90a473f 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -3,7 +3,6 @@ include_rules = [ "+chrome/app/locales", "+chrome/installer", "+chrome/personalization", - "+chrome/tools", "+chrome/tools/profiles", # For history unit tests. "+chrome/views", "+grit", # For generated headers diff --git a/chrome/common/gfx/DEPS b/chrome/common/gfx/DEPS deleted file mode 100644 index 6f96b3f..0000000 --- a/chrome/common/gfx/DEPS +++ /dev/null @@ -1,7 +0,0 @@ -include_rules = [ - "+skia/include", - "+skia/ext", - - # FIXME - refactor code and remove these dependencies - "+chrome/views", -]; diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index 098bbaa..cb1f386 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -1,6 +1,5 @@ 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/audio", @@ -14,9 +13,8 @@ include_rules = [ "+webkit/glue", "+webkit/glue/plugins", "+v8/include", - + # FIXME - refactor code and remove these dependencies "+chrome/browser/net", - "+chrome/views", ] diff --git a/chrome/test/perf/DEPS b/chrome/test/perf/DEPS deleted file mode 100644 index d29562f..0000000 --- a/chrome/test/perf/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - "+webkit/third_party/WebCore/platform", # For URL parsing perf test. -] diff --git a/chrome/tools/DEPS b/chrome/tools/DEPS index 376e9fc..08de473 100644 --- a/chrome/tools/DEPS +++ b/chrome/tools/DEPS @@ -1,5 +1,4 @@ include_rules = [ "+chrome/browser/history", "+chrome/third_party/hunspell/google", - "+skia/ext", ] |