summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_config.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 09:27:25 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 09:27:25 +0000
commitd4e827f87e47a47b93a0c68ad8629820ec6e832b (patch)
treed602f65f491937e84915a1221e87b39167bee0b8 /gpu/gpu_config.gypi
parente20df7ba4595fe32ec0872ba83baf76de0e93b4f (diff)
downloadchromium_src-d4e827f87e47a47b93a0c68ad8629820ec6e832b.zip
chromium_src-d4e827f87e47a47b93a0c68ad8629820ec6e832b.tar.gz
chromium_src-d4e827f87e47a47b93a0c68ad8629820ec6e832b.tar.bz2
Revert 245563 and 245800 which made re2 GN generated.
This change keeps the BUILD file in the new location and does not resort the .gyp files to facilitate relanding. TBR=thakis BUG= Review URL: https://codereview.chromium.org/132693017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_config.gypi')
-rw-r--r--gpu/gpu_config.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu_config.gypi b/gpu/gpu_config.gypi
index c44da74..1e0bfba 100644
--- a/gpu/gpu_config.gypi
+++ b/gpu/gpu_config.gypi
@@ -4,7 +4,7 @@
{
'dependencies': [
- '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
+ '../third_party/re2/re2.gyp:re2',
'../base/base.gyp:base',
'../ui/gl/gl.gyp:gl',
],