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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "http://mozc.googlecode.com/svn/trunk@18", | 89 "http://mozc.googlecode.com/svn/trunk@18", |
90 | 90 |
91 # IBus dummy input method that represents XKB layouts+variants | 91 # IBus dummy input method that represents XKB layouts+variants |
92 _third_party_base + "ibus-xkb-layouts/files": "/ibus-xkb-layouts.git", | 92 _third_party_base + "ibus-xkb-layouts/files": "/ibus-xkb-layouts.git", |
93 | 93 |
94 # Character selection library for Traditional Chinese | 94 # Character selection library for Traditional Chinese |
95 _third_party_base + "libchewing/files": "/libchewing.git", | 95 _third_party_base + "libchewing/files": "/libchewing.git", |
96 | 96 |
97 # google-breakpad | 97 # google-breakpad |
98 _third_party_base + "google-breakpad/files": | 98 _third_party_base + "google-breakpad/files": |
99 "http://google-breakpad.googlecode.com/svn/trunk@400", | 99 "http://google-breakpad.googlecode.com/svn/trunk@598", |
100 | 100 |
101 # pam-dev | 101 # pam-dev |
102 _third_party_base + "pam-dev": "/pam-dev.git", | 102 _third_party_base + "pam-dev": "/pam-dev.git", |
103 | 103 |
104 # shflags 1.0.3 | 104 # shflags 1.0.3 |
105 _third_party_base + "shflags/files": | 105 _third_party_base + "shflags/files": |
106 "http://shflags.googlecode.com/svn/tags/1.0.3@137", | 106 "http://shflags.googlecode.com/svn/tags/1.0.3@137", |
107 | 107 |
108 # shunit2 2.1.5 | 108 # shunit2 2.1.5 |
109 _third_party_base + "shunit2/files": | 109 _third_party_base + "shunit2/files": |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 | 189 |
190 # grub2 source | 190 # grub2 source |
191 _third_party_base + "grub2": "/grub2.git", | 191 _third_party_base + "grub2": "/grub2.git", |
192 | 192 |
193 # DBus C++ bindings. Gitosis won't let us name the repo dbus-c++ | 193 # DBus C++ bindings. Gitosis won't let us name the repo dbus-c++ |
194 _third_party_base + "dbus-c++": "/dbus-cplusplus.git", | 194 _third_party_base + "dbus-c++": "/dbus-cplusplus.git", |
195 | 195 |
196 # gyp | 196 # gyp |
197 _third_party_base + "gyp/files": "http://gyp.googlecode.com/svn/trunk@824", | 197 _third_party_base + "gyp/files": "http://gyp.googlecode.com/svn/trunk@824", |
198 } | 198 } |
OLD | NEW |