diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:43:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:43:12 +0000 |
commit | 871e50c9769bcd1fb6074e9143a676979d4e3208 (patch) | |
tree | 2251506c71f00ba258d56330225610e2d38f2c16 | |
parent | 4618dcf6bc686e6c5458e89cf626952f83226b84 (diff) | |
download | chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.zip chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.tar.gz chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.tar.bz2 |
Remove app from a bunch of DEPS files.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7218065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91179 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/default_plugin/DEPS | 1 | ||||
-rw-r--r-- | chrome/nacl/DEPS | 1 | ||||
-rw-r--r-- | content/DEPS | 1 | ||||
-rw-r--r-- | gpu/DEPS | 3 | ||||
-rw-r--r-- | media/tools/player_x11/DEPS | 4 | ||||
-rw-r--r-- | ui/DEPS | 7 | ||||
-rw-r--r-- | webkit/plugins/npapi/DEPS | 1 |
7 files changed, 2 insertions, 16 deletions
diff --git a/chrome/default_plugin/DEPS b/chrome/default_plugin/DEPS index 0ba7c46..3fa03c9 100644 --- a/chrome/default_plugin/DEPS +++ b/chrome/default_plugin/DEPS @@ -1,5 +1,4 @@ include_rules = [ - "+app", "+grit", # For generated headers "+libxml", "+webkit/glue", diff --git a/chrome/nacl/DEPS b/chrome/nacl/DEPS index dcb9c32..868eeec 100644 --- a/chrome/nacl/DEPS +++ b/chrome/nacl/DEPS @@ -1,5 +1,4 @@ include_rules = [ - "+app", # TODO(mseaborn): Remove chrome/renderer from this list. This is # here because we need chrome/renderer/renderer_sandbox_support_linux.h # for creating shared memory segments. We should probably move this diff --git a/content/DEPS b/content/DEPS index 6049916..71029d0 100644 --- a/content/DEPS +++ b/content/DEPS @@ -1,7 +1,6 @@ # Do NOT add chrome to the list below. We shouldn't be including files from # src/chrome in src/content. include_rules = [ - "+app", "+crypto", # Until we move most of our testing infrastructure in a way that content can @@ -8,9 +8,6 @@ include_rules = [ "+../GLES2", "+../service", - # For IOSurface and TransportDIB support on OS X, and X11 utilities. - "+app", - # For gfx::PluginWindowHandle "+ui/gfx", ] diff --git a/media/tools/player_x11/DEPS b/media/tools/player_x11/DEPS deleted file mode 100644 index f271478..0000000 --- a/media/tools/player_x11/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - "+app", -] - @@ -1,10 +1,7 @@ include_rules = [ + "+grit/app_locale_settings.h", + "+grit/app_strings.h", "+net", "+skia", "+third_party/mozilla", - - # Temporary until all of src/app is consumed into src/ui - "+app", - "+grit/app_locale_settings.h", - "+grit/app_strings.h", ] diff --git a/webkit/plugins/npapi/DEPS b/webkit/plugins/npapi/DEPS index 3ebbd9e..d702961 100644 --- a/webkit/plugins/npapi/DEPS +++ b/webkit/plugins/npapi/DEPS @@ -1,5 +1,4 @@ include_rules = [ - "+app", # app/win/iat_patch_function.h "+ppapi", # Files in this directory must not depend on the proxy, because the proxy |