diff options
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', |