| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index e9556c87a8b4df509532ffe5d8a60abdbdbc0ddc..e9ab3053ac343a6799ecb367b6f3d524ef5a61cd 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -345,8 +345,8 @@ deps_os = {
|
| Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
|
|
|
| # class-dump utility to generate header files for undocumented SDKs
|
| - 'src/testing/iossim/third_party/class-dump':
|
| - Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c767584240b4dade8b74e6f57b9bdab',
|
| + 'src/third_party/class-dump/src':
|
| + Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '77fb7f0a2953f10501768c7551aad261fa1310b9',
|
|
|
| # Code that's not needed due to not building everything
|
| 'src/chrome/test/data/perf/canvas_bench': None,
|
|
|