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 /components/plugins.gypi | |
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 'components/plugins.gypi')
-rw-r--r-- | components/plugins.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins.gypi b/components/plugins.gypi index 7ccd46f..e56ed09 100644 --- a/components/plugins.gypi +++ b/components/plugins.gypi @@ -11,7 +11,7 @@ 'target_name': 'plugins_renderer', 'type': 'static_library', 'dependencies': [ - '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', + '../third_party/re2/re2.gyp:re2', '../gin/gin.gyp:gin', '../skia/skia.gyp:skia', '../third_party/WebKit/public/blink.gyp:blink', |