diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 19:10:38 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 19:10:38 +0000 |
commit | 71e99ae1dfb04b4a432d00570638f82f36888323 (patch) | |
tree | a70efbecb6b2b09df401946927a54ad495e0098c /content/worker/DEPS | |
parent | c2297a2fed5b6d33a3fdb6adbfb7dfb7caba7aed (diff) | |
download | chromium_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/worker/DEPS')
-rw-r--r-- | content/worker/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/worker/DEPS b/content/worker/DEPS index 69dde6e..f8eb1d0 100644 --- a/content/worker/DEPS +++ b/content/worker/DEPS @@ -1,5 +1,7 @@ include_rules = [
+ "-chrome",
"+chrome/app", # For UI test
+ "+chrome/test", # For UI test
"+content/browser/worker_host", # For UI test.
"+sandbox/src",
"+webkit/appcache",
|