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
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
include_rules = [
|
||||
"+app",
|
||||
"+grit", # For generated headers
|
||||
"+libxml",
|
||||
"+webkit/glue",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
3
gpu/DEPS
3
gpu/DEPS
@ -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",
|
||||
]
|
||||
|
@ -1,4 +0,0 @@
|
||||
include_rules = [
|
||||
"+app",
|
||||
]
|
||||
|
7
ui/DEPS
7
ui/DEPS
@ -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",
|
||||
]
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user