From 9966325b7197accb38248ebf48983bf0d06c525b Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 18 Apr 2011 05:00:10 +0000 Subject: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I also added DEPS checking for gpu/plugin/worker directories as well. I moved the Chrome specific browser tests to the chrome directory, and removed render_widget_unittest since it didn't seem to be testing much (there are tests that test it much more fully). I had to move bindings_policy.h, which ideally would be split into separate pieces so that the content layer only has to know about the content bindings. Given that it's basically an enum, I moved the whole file now since it's used in a lot of places, and the value of turning on DEPS checking is really high. Review URL: http://codereview.chromium.org/6874038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81924 0039d316-1c4b-4281-b951-d872f2087c98 --- content/gpu/gpu_child_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/gpu/gpu_child_thread.cc') diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc index af52c53..1a04e1b 100644 --- a/content/gpu/gpu_child_thread.cc +++ b/content/gpu/gpu_child_thread.cc @@ -11,9 +11,9 @@ #include "base/command_line.h" #include "base/threading/worker_pool.h" #include "build/build_config.h" -#include "chrome/common/chrome_switches.h" #include "content/common/child_process.h" #include "content/common/content_client.h" +#include "content/common/content_switches.h" #include "content/common/gpu_messages.h" #include "content/gpu/gpu_info_collector.h" #include "content/gpu/gpu_watchdog_thread.h" -- cgit v1.1