summaryrefslogtreecommitdiffstats
path: root/ash/DEPS
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 20:05:00 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 20:05:00 +0000
commitd7b5cc74aad6ae9f5f8425a9dba0c6f3b7a4e058 (patch)
tree80ed4f402a2df66036b1c46a80ff29d77dd2fa64 /ash/DEPS
parent863b582d75c8f9acf404751d7e709803df1f7bb9 (diff)
downloadchromium_src-d7b5cc74aad6ae9f5f8425a9dba0c6f3b7a4e058.zip
chromium_src-d7b5cc74aad6ae9f5f8425a9dba0c6f3b7a4e058.tar.gz
chromium_src-d7b5cc74aad6ae9f5f8425a9dba0c6f3b7a4e058.tar.bz2
Move GPU device/driver info related code from content to gpu.
Try to reland r201380 with build fix. This has been suggested by gman, and agreed by kbr and jam, for the following reasons: 1) These are gpu related code, and are independent of content / browser, so putting them under gpu/ is the right thing to do conceptually. 2) This enables us to set up tests in various places with the correct blacklisting/driver_bug_workarounds information. Otherwise, for the moment, gpu/ has no visibility into content/ side, so we have to duplicate the driver_bug_workarounds code and hardwire them for testing purpose. This is going to cause a lot of bugs in the future, as we have the two pieces of code for the same thing (one for chrome and one for testing) and people will easily forget to update one or the other. As for this patch, I didn't change the logic, and try to minimize the refactoring. All improvements enabled by this relocation will be done in follow-up CLs. BUG=230477 TEST=tree TBR=apatrick@chromium.org, joi@chromium.org, kbr@chromium.org, piman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15745014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/DEPS')
-rw-r--r--ash/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/DEPS b/ash/DEPS
index 29f9c96..21b61fb 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+cc/debug",
"+chromeos",
"+content/public",
+ "+gpu/config",
"+grit/ash_resources.h",
"+grit/ash_strings.h",
"+grit/ash_wallpaper_resources.h",