summaryrefslogtreecommitdiffstats
path: root/content/gpu/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-18 19:10:38 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-18 19:10:38 +0000
commit71e99ae1dfb04b4a432d00570638f82f36888323 (patch)
treea70efbecb6b2b09df401946927a54ad495e0098c /content/gpu/DEPS
parentc2297a2fed5b6d33a3fdb6adbfb7dfb7caba7aed (diff)
downloadchromium_src-71e99ae1dfb04b4a432d00570638f82f36888323.zip
chromium_src-71e99ae1dfb04b4a432d00570638f82f36888323.tar.gz
chromium_src-71e99ae1dfb04b4a432d00570638f82f36888323.tar.bz2
Enforce no more includes through DEPS. I also added DEPS checking for gpu/plugin/worker directories as well.
I've moved the breakpad specific code out of content\renderer\renderer_main.cc into chrome\renderer\chrome_render_process_observer.cc. I've also moved the rest of the process-specific initialization from chrome_content_renderer_client.cc there as well, so that all the chrome renderer process init code is one place (some of it existed before chrome_render_process_observer.cc was created). Review URL: http://codereview.chromium.org/6884001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu/DEPS')
-rw-r--r--content/gpu/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gpu/DEPS b/content/gpu/DEPS
index 66112a0..11b3d3d 100644
--- a/content/gpu/DEPS
+++ b/content/gpu/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "-chrome",
"+chrome/app",
"+gpu/command_buffer",
"+libEGL",