From 87ac14d06ffa85716b684f13df2a0b279898b0b3 Mon Sep 17 00:00:00 2001 From: "chrome-admin@google.com" Date: Wed, 10 Jul 2013 13:15:05 +0000 Subject: Update .DEPS.git git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210829 0039d316-1c4b-4281-b951-d872f2087c98 --- .DEPS.git | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) (limited to '.DEPS.git') diff --git a/.DEPS.git b/.DEPS.git index b3cf577..c51cb30 100644 --- a/.DEPS.git +++ b/.DEPS.git @@ -389,7 +389,9 @@ hooks = [ '--keep' ], 'pattern': - '.' + '.', + 'name': + 'nacltools' }, { 'action': @@ -399,7 +401,9 @@ hooks = [ '--linux-only' ], 'pattern': - '.' + '.', + 'name': + 'sysroot' }, { 'action': @@ -410,7 +414,9 @@ hooks = [ '--arch=amd64' ], 'pattern': - '.' + '.', + 'name': + 'sysroot' }, { 'action': @@ -421,7 +427,9 @@ hooks = [ '--arch=i386' ], 'pattern': - '.' + '.', + 'name': + 'sysroot' }, { 'action': @@ -431,7 +439,9 @@ hooks = [ '--mac-only' ], 'pattern': - '.' + '.', + 'name': + 'clang' }, { 'action': @@ -441,7 +451,9 @@ hooks = [ '--win-only' ], 'pattern': - '.' + '.', + 'name': + 'cygwin' }, { 'action': @@ -452,7 +464,9 @@ hooks = [ 'src/build/util/LASTCHANGE' ], 'pattern': - '.' + '.', + 'name': + 'lastchange' }, { 'action': @@ -465,7 +479,9 @@ hooks = [ 'src/build/util/LASTCHANGE.blink' ], 'pattern': - '.' + '.', + 'name': + 'lastchange' }, { 'action': @@ -474,7 +490,9 @@ hooks = [ 'src/build/gyp_chromium' ], 'pattern': - '.' + '.', + 'name': + 'gyp' }, { 'action': @@ -483,6 +501,8 @@ hooks = [ 'src/build/landmines.py' ], 'pattern': - '.' + '.', + 'name': + 'landmines' } ] -- cgit v1.1