Chromium Code Reviews| 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": "206024", | 22 "libcxx_revision": "206024", |
| 23 "libcxxabi_revision": "206024", | 23 "libcxxabi_revision": "206024", |
| 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": "173743", | 26 "webkit_revision": "173743", |
| 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": "13150", | 30 "nacl_revision": "13150", |
| 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": "13077", # native_client/DEPS: tools_rev | 33 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev |
| 35 "google_toolbox_for_mac_revision": "662", | 34 "google_toolbox_for_mac_revision": "662", |
| 36 "libaddressinput_revision": "176", | 35 "libaddressinput_revision": "176", |
| 37 "libphonenumber_revision": "621", | 36 "libphonenumber_revision": "621", |
| 38 "libvpx_revision": "268125", | 37 "libvpx_revision": "268125", |
| 39 "lss_revision": "26", | 38 "lss_revision": "26", |
| 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": "264299", | 42 "ffmpeg_revision": "264299", |
| 44 "ffmpeg_hash": "ac4a9f31fe2610bd146857bbd55d7a260003a888", | 43 "ffmpeg_hash": "ac4a9f31fe2610bd146857bbd55d7a260003a888", |
| 45 | 44 |
| 46 "sfntly_revision": "228", | 45 "sfntly_revision": "228", |
| 47 "lighttpd_revision": "33737", | 46 "lighttpd_revision": "33737", |
| 48 "skia_revision": "14592", | 47 "skia_revision": "80116dcf1e1baf9817ae42d0aca51f7eabaa2880", |
| 49 "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa", | |
| 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": "21152", | 52 "v8_revision": "21152", |
| 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": "6085", | 56 "webrtc_revision": "6085", |
| 59 "jsoncpp_revision": "248", | 57 "jsoncpp_revision": "248", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 151 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), | 149 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
| 152 | 150 |
| 153 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": | 151 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
| 154 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + | 152 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
| 155 Var("nacl_revision"), | 153 Var("nacl_revision"), |
| 156 | 154 |
| 157 "src/third_party/sfntly/cpp/src": | 155 "src/third_party/sfntly/cpp/src": |
| 158 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + | 156 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + |
| 159 Var("sfntly_revision"), | 157 Var("sfntly_revision"), |
| 160 | 158 |
| 161 "src/third_party/skia/src": | 159 "src/third_party/skia": |
|
robertphillips
2014/05/09 14:17:27
skia_hash?
robertphillips
2014/05/09 14:18:18
Ignore this - didn't notice the renaming above.
| |
| 162 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), | 160 Var("chromium_git") + "/skia.git@" + Var("skia_revision"), |
| 163 | |
| 164 "src/third_party/skia/gyp": | |
| 165 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | |
| 166 | |
| 167 "src/third_party/skia/include": | |
| 168 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | |
| 169 | 161 |
| 170 "src/third_party/ots": | 162 "src/third_party/ots": |
| 171 (Var("googlecode_url") % "ots") + "/trunk@113", | 163 (Var("googlecode_url") % "ots") + "/trunk@113", |
| 172 | 164 |
| 173 "src/third_party/brotli/src": | 165 "src/third_party/brotli/src": |
| 174 Var("chromium_git") + | 166 Var("chromium_git") + |
| 175 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01", | 167 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01", |
| 176 | 168 |
| 177 "src/tools/page_cycler/acid3": | 169 "src/tools/page_cycler/acid3": |
| 178 "/trunk/deps/page_cycler/acid3@171600", | 170 "/trunk/deps/page_cycler/acid3@171600", |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 755 "-s", "src/build/linux/bin/eu-strip.sha1", | 747 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 756 ], | 748 ], |
| 757 }, | 749 }, |
| 758 { | 750 { |
| 759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 751 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 760 "name": "gyp", | 752 "name": "gyp", |
| 761 "pattern": ".", | 753 "pattern": ".", |
| 762 "action": ["python", "src/build/gyp_chromium"], | 754 "action": ["python", "src/build/gyp_chromium"], |
| 763 }, | 755 }, |
| 764 ] | 756 ] |
| OLD | NEW |