summaryrefslogtreecommitdiffstats
path: root/components/plugins.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 18:15:08 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 18:15:08 +0000
commit9dca84a2df64acb82d896ddd3c93b2903198f1c0 (patch)
tree8449780f2e722db70637ab3192a64c46d1ee51ad /components/plugins.gypi
parent00b2947e4e7fbda1f6afa76a8a52aadcebc6a4ed (diff)
downloadchromium_src-9dca84a2df64acb82d896ddd3c93b2903198f1c0.zip
chromium_src-9dca84a2df64acb82d896ddd3c93b2903198f1c0.tar.gz
chromium_src-9dca84a2df64acb82d896ddd3c93b2903198f1c0.tar.bz2
Convert the re2 GYP targets to be generated by GN.
BUG=288991 R=bradnelson@google.com Review URL: https://codereview.chromium.org/68853015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/plugins.gypi')
-rw-r--r--components/plugins.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins.gypi b/components/plugins.gypi
index e7b00ec..8679f06 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -13,7 +13,7 @@
'dependencies': [
'../gin/gin.gyp:gin',
'../skia/skia.gyp:skia',
- '../third_party/re2/re2.gyp:re2',
+ '../out/gn_gyp/third_party/re2/re2.gyp:re2',
'../third_party/WebKit/public/blink.gyp:blink',
'../v8/tools/gyp/v8.gyp:v8',
],