diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 18:26:43 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 18:26:43 +0000 |
commit | c8868c8b778fb3700e2c05c4868492a6c30ff70d (patch) | |
tree | 272a87bebec57191e9c5f3a8679df12759268aab /third_party/libaddressinput/libaddressinput.gyp | |
parent | 55ad8c14c31df30801d8422e81b78322f95c0526 (diff) | |
download | chromium_src-c8868c8b778fb3700e2c05c4868492a6c30ff70d.zip chromium_src-c8868c8b778fb3700e2c05c4868492a6c30ff70d.tar.gz chromium_src-c8868c8b778fb3700e2c05c4868492a6c30ff70d.tar.bz2 |
Convert the re2 GYP targets to be generated by GN.
BUG=288991
R=bradnelson@google.com
Reland of r245254
Review URL: https://codereview.chromium.org/141053003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libaddressinput/libaddressinput.gyp')
-rw-r--r-- | third_party/libaddressinput/libaddressinput.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp index 0788cf10..3df2a0d 100644 --- a/third_party/libaddressinput/libaddressinput.gyp +++ b/third_party/libaddressinput/libaddressinput.gyp @@ -100,7 +100,7 @@ 'dependencies': [ 'libaddressinput_strings', '<(DEPTH)/base/base.gyp:base', - '<(DEPTH)/third_party/re2/re2.gyp:re2', + '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2', ], 'direct_dependent_settings': { 'include_dirs': [ |