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 -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of "src"). | 9 # .gclient file (the parent of "src"). |
10 # | 10 # |
(...skipping 15 matching lines...) Expand all Loading... |
26 "llvm_git": "https://llvm.googlesource.com", | 26 "llvm_git": "https://llvm.googlesource.com", |
27 "libcxx_revision": "206024", | 27 "libcxx_revision": "206024", |
28 "libcxxabi_revision": "206024", | 28 "libcxxabi_revision": "206024", |
29 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 29 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
30 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 30 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
31 "webkit_revision": "176937", | 31 "webkit_revision": "176937", |
32 "chromium_git": "https://chromium.googlesource.com", | 32 "chromium_git": "https://chromium.googlesource.com", |
33 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 33 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
34 "pdfium_git": "https://pdfium.googlesource.com", | 34 "pdfium_git": "https://pdfium.googlesource.com", |
35 "skia_git": "https://skia.googlesource.com", | 35 "skia_git": "https://skia.googlesource.com", |
| 36 "boringssl_git": "https://boringssl.googlesource.com", |
36 "swig_revision": "230490", | 37 "swig_revision": "230490", |
37 "nacl_revision": "13398", | 38 "nacl_revision": "13398", |
38 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 39 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
39 # to update other nacl_*_revision's. | 40 # to update other nacl_*_revision's. |
40 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev | 41 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev |
41 "google_toolbox_for_mac_revision": "662", | 42 "google_toolbox_for_mac_revision": "662", |
42 "libaddressinput_revision": "297", | 43 "libaddressinput_revision": "297", |
43 "libphonenumber_revision": "621", | 44 "libphonenumber_revision": "621", |
44 "libvpx_revision": "279590", | 45 "libvpx_revision": "279590", |
45 "lss_revision": "26", | 46 "lss_revision": "26", |
(...skipping 28 matching lines...) Expand all Loading... |
74 # and whatever else without interference from each other. | 75 # and whatever else without interference from each other. |
75 "buildtools_revision": "a072c5b27726c359a1e86b43ef5589194179a121", | 76 "buildtools_revision": "a072c5b27726c359a1e86b43ef5589194179a121", |
76 # Three lines of non-changing comments so that | 77 # Three lines of non-changing comments so that |
77 # the commit queue can handle CLs rolling PDFIum | 78 # the commit queue can handle CLs rolling PDFIum |
78 # and whatever else without interference from each other. | 79 # and whatever else without interference from each other. |
79 "pdfium_revision": "9e16edd0ffb834e87da76fe6b0fe4aef39312685", | 80 "pdfium_revision": "9e16edd0ffb834e87da76fe6b0fe4aef39312685", |
80 # Three lines of non-changing comments so that | 81 # Three lines of non-changing comments so that |
81 # the commit queue can handle CLs rolling openmax_dl | 82 # the commit queue can handle CLs rolling openmax_dl |
82 # and whatever else without interference from each other. | 83 # and whatever else without interference from each other. |
83 "openmax_dl_revision": "6483", | 84 "openmax_dl_revision": "6483", |
| 85 # Three lines of non-changing comments so that |
| 86 # the commit queue can handle CLs rolling BoringSSL |
| 87 # and whatever else without interference from each other. |
| 88 "boringssl_revision": "facc6ff39e129984d6b03cb16716f449cdacbbdb", |
84 } | 89 } |
85 | 90 |
86 deps = { | 91 deps = { |
87 "src/breakpad/src": | 92 "src/breakpad/src": |
88 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1338", | 93 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1338", |
89 | 94 |
90 "src/buildtools": | 95 "src/buildtools": |
91 Var("chromium_git") + "/chromium/buildtools.git@" + | 96 Var("chromium_git") + "/chromium/buildtools.git@" + |
92 Var("buildtools_revision"), | 97 Var("buildtools_revision"), |
93 | 98 |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 | 320 |
316 "src/third_party/libwebm/source": | 321 "src/third_party/libwebm/source": |
317 Var("chromium_git") + | 322 Var("chromium_git") + |
318 "/webm/libwebm.git@8be63972fdd7ae8c041778f8ba674ade903395c9", | 323 "/webm/libwebm.git@8be63972fdd7ae8c041778f8ba674ade903395c9", |
319 | 324 |
320 "src/third_party/openssl": | 325 "src/third_party/openssl": |
321 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 326 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
322 | 327 |
323 "src/third_party/pdfium": | 328 "src/third_party/pdfium": |
324 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), | 329 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), |
| 330 |
| 331 "src/third_party/boringssl/src": |
| 332 Var("boringssl_git") + "/boringssl.git@" + Var("boringssl_revision"), |
325 } | 333 } |
326 | 334 |
327 | 335 |
328 deps_os = { | 336 deps_os = { |
329 "win": { | 337 "win": { |
330 "src/chrome/tools/test/reference_build/chrome_win": | 338 "src/chrome/tools/test/reference_build/chrome_win": |
331 "/trunk/deps/reference_builds/chrome_win@273882", | 339 "/trunk/deps/reference_builds/chrome_win@273882", |
332 | 340 |
333 "src/third_party/cygwin": | 341 "src/third_party/cygwin": |
334 "/trunk/deps/third_party/cygwin@231940", | 342 "/trunk/deps/third_party/cygwin@231940", |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 "src/third_party/apache-win32", | 844 "src/third_party/apache-win32", |
837 ], | 845 ], |
838 }, | 846 }, |
839 { | 847 { |
840 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 848 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
841 "name": "gyp", | 849 "name": "gyp", |
842 "pattern": ".", | 850 "pattern": ".", |
843 "action": ["python", "src/build/gyp_chromium"], | 851 "action": ["python", "src/build/gyp_chromium"], |
844 }, | 852 }, |
845 ] | 853 ] |
OLD | NEW |