| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index c40284d5a6b4f6f3100709a81372a57c903727ee..7d9e4f28b805088a731692905c39f2e557a50bc0 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -85,11 +85,6 @@ vars = {
|
| # and whatever else without interference from each other.
|
| 'nacl_revision': '7965517f3877641df646f0b4823920e24e8ea113',
|
| # Three lines of non-changing comments so that
|
| - # the commit queue can handle CLs rolling dEQP
|
| - # and whatever else without interference from each other.
|
| - 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
|
| - 'deqp_url': 'https://android.googlesource.com/platform/external/deqp',
|
| - # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling freetype-android
|
| # and whatever else without interference from each other.
|
| 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d',
|
| @@ -326,10 +321,6 @@ deps_os = {
|
| # Binaries for nacl sdk.
|
| 'src/third_party/nacl_sdk_binaries':
|
| Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
|
| -
|
| - # ANGLE uses dEQP for GPU testing
|
| - 'src/third_party/deqp/src':
|
| - Var('deqp_url') + '@' + Var('deqp_revision'),
|
| },
|
| 'ios': {
|
| 'src/ios/third_party/earl_grey/src':
|
| @@ -404,10 +395,6 @@ deps_os = {
|
| 'src/third_party/fontconfig/src':
|
| Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
|
|
|
| - # ANGLE uses dEQP for GPU testing
|
| - 'src/third_party/deqp/src':
|
| - Var('deqp_url') + '@' + Var('deqp_revision'),
|
| -
|
| # Graphics buffer allocator for Chrome OS.
|
| 'src/third_party/minigbm/src':
|
| Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '1e229399228ac107e8ae0f73a466e3ea17fe5839',
|
| @@ -853,3 +840,6 @@ hooks = [
|
| 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
|
| },
|
| ]
|
| +
|
| +# ANGLE manages DEPS that it also owns the build files for, such as dEQP.
|
| +recursedeps = [("src/third_party/angle", "DEPS.chromium")]
|
|
|