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