| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 | 2 |
| 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
| 4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
| 5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
| 6 | 6 |
| 7 # NOTES | 7 # NOTES |
| 8 # | 8 # |
| 9 # This file must exist both in trunk and trunk/src, since some users sync | 9 # This file must exist both in trunk and trunk/src, since some users sync |
| 10 # trunk and some sync src. (In the end, src will win, since src-internal will | 10 # trunk and some sync src. (In the end, src will win, since src-internal will |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 # gflags 1.1 | 65 # gflags 1.1 |
| 66 _third_party_base + "gflags/files": | 66 _third_party_base + "gflags/files": |
| 67 "http://google-gflags.googlecode.com/svn/trunk@31", | 67 "http://google-gflags.googlecode.com/svn/trunk@31", |
| 68 | 68 |
| 69 # google-breakpad | 69 # google-breakpad |
| 70 _third_party_base + "google-breakpad/files": | 70 _third_party_base + "google-breakpad/files": |
| 71 "http://google-breakpad.googlecode.com/svn/trunk@400", | 71 "http://google-breakpad.googlecode.com/svn/trunk@400", |
| 72 | 72 |
| 73 # gtest 1.3.0 | 73 # gtest 1.3.0 |
| 74 _third_party_base + "gtest/files": | 74 _third_party_base + "gtest/files": |
| 75 "http://googletest.googlecode.com/svn/trunk@209", | 75 "http://googletest.googlecode.com/svn/trunk@327", |
| 76 |
| 77 # googlemock 1.4 |
| 78 _third_party_base + "gmock/files": |
| 79 "http://googlemock.googlecode.com/svn/trunk@221", |
| 76 | 80 |
| 77 # gtk+2.0 - branch at 2.18.3, need to fix our clone somehow. | 81 # gtk+2.0 - branch at 2.18.3, need to fix our clone somehow. |
| 78 _third_party_base + "gtk+2.0": "/gtkplus2.0.git", | 82 _third_party_base + "gtk+2.0": "/gtkplus2.0.git", |
| 79 | 83 |
| 80 # hostap | 84 # hostap |
| 81 _third_party_base + "wpa_supplicant/hostap.git": "/hostap.git", | 85 _third_party_base + "wpa_supplicant/hostap.git": "/hostap.git", |
| 82 | 86 |
| 83 # pam-dev | 87 # pam-dev |
| 84 _third_party_base + "pam-dev": "/pam-dev.git", | 88 _third_party_base + "pam-dev": "/pam-dev.git", |
| 85 | 89 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 | 155 |
| 152 # vim | 156 # vim |
| 153 _third_party_base + "vim": "/vim.git", | 157 _third_party_base + "vim": "/vim.git", |
| 154 | 158 |
| 155 # dhcpcd | 159 # dhcpcd |
| 156 _third_party_base + "dhcpcd/dhcpcd": "/dhcpcd.git", | 160 _third_party_base + "dhcpcd/dhcpcd": "/dhcpcd.git", |
| 157 | 161 |
| 158 # dhcpcd-dbus | 162 # dhcpcd-dbus |
| 159 _third_party_base + "dhcpcd/dhcpcd-dbus": "/dhcpcd-dbus.git", | 163 _third_party_base + "dhcpcd/dhcpcd-dbus": "/dhcpcd-dbus.git", |
| 160 } | 164 } |
| OLD | NEW |