Skip to content

Commit 7e93604

Browse files
author
Henrik Kjellander
committed
Sync gflags into the right location.
The DEPS entry for gflags added in https://codereview.chromium.org/1413723002/ assumed the Chromium/WebRTC checkout layout with 'src' as the top-directory name. That doesn't work for libyuv, since the top-directory is named 'libyuv'. BUG=libyuv:507 Review URL: https://codereview.chromium.org/1410673004 .
1 parent 94312b6 commit 7e93604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vars = {
1313
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
1414
# https; the latter can cause problems for users behind proxies.
1515
deps = {
16-
'src/third_party/gflags/src':
16+
Var('root_dir') + '/third_party/gflags/src':
1717
Var('chromium_git') + '/external/gflags/src@e7390f9185c75f8d902c05ed7d20bb94eb914d0c', # from svn revision 82
1818
}
1919

0 commit comments

Comments
 (0)