summaryrefslogtreecommitdiffstats
path: root/gpu/DEPS
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 03:25:39 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 03:25:39 +0000
commitebffba5eb56c2bd7760cefbb67305d75571fcc0f (patch)
tree0bcd661c10b74c8352a1dde01cb68678d0e90b17 /gpu/DEPS
parentfe394f3488fbbdce06e7b40b2703696ef0b6dd1e (diff)
downloadchromium_src-ebffba5eb56c2bd7760cefbb67305d75571fcc0f.zip
chromium_src-ebffba5eb56c2bd7760cefbb67305d75571fcc0f.tar.gz
chromium_src-ebffba5eb56c2bd7760cefbb67305d75571fcc0f.tar.bz2
Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo.
It didn't work when the hashed variable was at the very end of the string. I have changed it to use regular expressions to find the hashed variable names instead. BUG=174511 Review URL: https://chromiumcodereview.appspot.com/12225032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/DEPS')
-rw-r--r--gpu/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/DEPS b/gpu/DEPS
index 42fcce5..580cf63 100644
--- a/gpu/DEPS
+++ b/gpu/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+native_client/src/include",
"+third_party/angle",
"+third_party/amd",
+ "+third_party/re2",
"+third_party/smhasher",
"+../../gpu_export.h",
"+../command_buffer",