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 /gpu/command_buffer_service.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 'gpu/command_buffer_service.gypi')
-rw-r--r-- | gpu/command_buffer_service.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index 4d4b74e..6d5b3fd 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -12,7 +12,7 @@ ], }, 'dependencies': [ - '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', + '../third_party/re2/re2.gyp:re2', '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../crypto/crypto.gyp:crypto', |