OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
8 # gclient runhooks | 8 # gclient runhooks |
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
11 # | 11 # |
12 # When adding a new dependency, please update the top-level .gitignore file | 12 # When adding a new dependency, please update the top-level .gitignore file |
13 # to list the dependency's destination directory. | 13 # to list the dependency's destination directory. |
14 | 14 |
15 vars = { | 15 vars = { |
16 # Use this googlecode_url variable only if there is an internal mirror for it. | 16 # Use this googlecode_url variable only if there is an internal mirror for it. |
17 # If you do not know, use the full path while defining your new deps entry. | 17 # If you do not know, use the full path while defining your new deps entry. |
18 "googlecode_url": "http://%s.googlecode.com/svn", | 18 "googlecode_url": "http://%s.googlecode.com/svn", |
19 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 19 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
20 "llvm_url": "http://src.chromium.org/llvm-project", | 20 "llvm_url": "http://src.chromium.org/llvm-project", |
21 "llvm_git": "https://llvm.googlesource.com", | 21 "llvm_git": "https://llvm.googlesource.com", |
22 "libcxx_revision": "197314", | 22 "libcxx_revision": "197314", |
23 "libcxxabi_revision": "197063", | 23 "libcxxabi_revision": "197063", |
24 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 24 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
25 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 25 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
26 "webkit_revision": "168829", | 26 "webkit_revision": "168829", |
27 "chromium_git": "https://chromium.googlesource.com", | 27 "chromium_git": "https://chromium.googlesource.com", |
28 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 28 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
29 "skia_git": "https://skia.googlesource.com", | |
30 "swig_revision": "230490", | 29 "swig_revision": "230490", |
31 "nacl_revision": "12835", | 30 "nacl_revision": "12835", |
32 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 31 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
33 # to update other nacl_*_revision's. | 32 # to update other nacl_*_revision's. |
34 "nacl_tools_revision": "12760", # native_client/DEPS: tools_rev | 33 "nacl_tools_revision": "12760", # native_client/DEPS: tools_rev |
35 "google_toolbox_for_mac_revision": "626", | 34 "google_toolbox_for_mac_revision": "626", |
36 "libaddressinput_revision": "176", | 35 "libaddressinput_revision": "176", |
37 "libphonenumber_revision": "621", | 36 "libphonenumber_revision": "621", |
38 "libvpx_revision": "255831", | 37 "libvpx_revision": "255831", |
39 "lss_revision": "24", | 38 "lss_revision": "24", |
40 | 39 |
41 # These two FFmpeg variables must be updated together. One is used for SVN | 40 # These two FFmpeg variables must be updated together. One is used for SVN |
42 # checkouts and the other for Git checkouts. | 41 # checkouts and the other for Git checkouts. |
43 "ffmpeg_revision": "255431", | 42 "ffmpeg_revision": "255431", |
44 "ffmpeg_hash": "681ca6bfed239ad2e1a6a3c8a586839c6dbd3e87", | 43 "ffmpeg_hash": "681ca6bfed239ad2e1a6a3c8a586839c6dbd3e87", |
45 | 44 |
46 "sfntly_revision": "228", | 45 "sfntly_revision": "228", |
47 "lighttpd_revision": "33737", | 46 "lighttpd_revision": "33737", |
48 "skia_revision": "13701", | |
49 "skia_hash": "7fc2228795537a6202a4c25e63eada30dbcaf698", | 47 "skia_hash": "7fc2228795537a6202a4c25e63eada30dbcaf698", |
50 # Three lines of non-changing comments so that | 48 # Three lines of non-changing comments so that |
51 # the commit queue can handle CLs rolling Skia | 49 # the commit queue can handle CLs rolling Skia |
52 # and V8 without interference from each other. | 50 # and V8 without interference from each other. |
53 "v8_branch": "trunk", | 51 "v8_branch": "trunk", |
54 "v8_revision": "19696", | 52 "v8_revision": "19696", |
55 # Three lines of non-changing comments so that | 53 # Three lines of non-changing comments so that |
56 # the commit queue can handle CLs rolling WebRTC | 54 # the commit queue can handle CLs rolling WebRTC |
57 # and V8 without interference from each other. | 55 # and V8 without interference from each other. |
58 "webrtc_revision": "5645", | 56 "webrtc_revision": "5645", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), | 146 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
149 | 147 |
150 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": | 148 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
151 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + | 149 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
152 Var("nacl_revision"), | 150 Var("nacl_revision"), |
153 | 151 |
154 "src/third_party/sfntly/cpp/src": | 152 "src/third_party/sfntly/cpp/src": |
155 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + | 153 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + |
156 Var("sfntly_revision"), | 154 Var("sfntly_revision"), |
157 | 155 |
158 "src/third_party/skia/src": | 156 "src/third_party/skia": |
159 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), | 157 Var("chromium_git") + "/skia.git@" + Var("skia_hash"), |
160 | |
161 "src/third_party/skia/gyp": | |
162 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | |
163 | |
164 "src/third_party/skia/include": | |
165 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | |
166 | 158 |
167 "src/third_party/ots": | 159 "src/third_party/ots": |
168 (Var("googlecode_url") % "ots") + "/trunk@110", | 160 (Var("googlecode_url") % "ots") + "/trunk@110", |
169 | 161 |
170 "src/third_party/brotli/src": | 162 "src/third_party/brotli/src": |
171 Var("chromium_git") + | 163 Var("chromium_git") + |
172 "/external/font-compression-reference.git@7f848593bd2ec83f4537b6d494a5bf55b9
bd4456", | 164 "/external/font-compression-reference.git@7f848593bd2ec83f4537b6d494a5bf55b9
bd4456", |
173 | 165 |
174 "src/tools/page_cycler/acid3": | 166 "src/tools/page_cycler/acid3": |
175 "/trunk/deps/page_cycler/acid3@171600", | 167 "/trunk/deps/page_cycler/acid3@171600", |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 "-s", "src/build/linux/bin/eu-strip.sha1", | 749 "-s", "src/build/linux/bin/eu-strip.sha1", |
758 ], | 750 ], |
759 }, | 751 }, |
760 { | 752 { |
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 753 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
762 "name": "gyp", | 754 "name": "gyp", |
763 "pattern": ".", | 755 "pattern": ".", |
764 "action": ["python", "src/build/gyp_chromium"], | 756 "action": ["python", "src/build/gyp_chromium"], |
765 }, | 757 }, |
766 ] | 758 ] |
OLD | NEW |