diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 09:27:25 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 09:27:25 +0000 |
commit | d4e827f87e47a47b93a0c68ad8629820ec6e832b (patch) | |
tree | d602f65f491937e84915a1221e87b39167bee0b8 /third_party/libaddressinput | |
parent | e20df7ba4595fe32ec0872ba83baf76de0e93b4f (diff) | |
download | chromium_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 'third_party/libaddressinput')
-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 f3f84da..898d0e7 100644 --- a/third_party/libaddressinput/libaddressinput.gyp +++ b/third_party/libaddressinput/libaddressinput.gyp @@ -99,7 +99,7 @@ ], 'dependencies': [ 'libaddressinput_strings', - '<(DEPTH)/<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', + '<(DEPTH)/third_party/re2/re2.gyp:re2', '<(DEPTH)/base/base.gyp:base', ], 'direct_dependent_settings': { |