Skip to content

Commit

Permalink
fix DEPS.git
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Oct 20, 2014
1 parent 889560d commit ebcb1dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .DEPS.git
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ vars = {
'git_url':
'https://chromium.googlesource.com',
'webkit_rev':
'@origin/nw11',
'@origin/nw',
'angle_revision':
'bc75f36b04c8bab99bcecf8cdca16ecee3ac58ee'
}

deps = {
'src/breakpad/src':
'https://github.com/rogerwang/breakpad.git@origin/nw11',
'https://github.com/rogerwang/breakpad.git@origin/nw',
'src/buildtools':
Var('git_url') + '/chromium/buildtools.git@48edf30c463fc41fb9fb0926f8466b473cb177fa',
'src/chrome/browser/resources/pdf/html_office':
Expand Down Expand Up @@ -156,11 +156,11 @@ deps = {
'src/tools/swarming_client':
Var('git_url') + '/external/swarming.client.git@bbf1fcca7932d92cca9d7dab46ea271a7f6d61fb',
'src/v8':
'https://github.com/rogerwang/v8.git@origin/nw11',
'https://github.com/rogerwang/v8.git@origin/nw',
'src/third_party/node':
'https://github.com/rogerwang/node.git@origin/nw11',
'https://github.com/rogerwang/node.git@origin/nw',
'src/content/nw':
'https://github.com/rogerwang/node-webkit.git@origin/nw11',
'https://github.com/rogerwang/node-webkit.git@origin/master',
}

deps_os = {
Expand Down

0 comments on commit ebcb1dc

Please sign in to comment.