| 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 13 matching lines...) Expand all Loading... |
| 24 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 24 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
| 25 "llvm_url": "http://src.chromium.org/llvm-project", | 25 "llvm_url": "http://src.chromium.org/llvm-project", |
| 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": "174291", | 31 "webkit_revision": "174291", |
| 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 "skia_git": "https://skia.googlesource.com", | 35 "skia_git": "https://skia.googlesource.com", |
| 35 "swig_revision": "230490", | 36 "swig_revision": "230490", |
| 36 "nacl_revision": "13181", | 37 "nacl_revision": "13181", |
| 37 # 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 |
| 38 # to update other nacl_*_revision's. | 39 # to update other nacl_*_revision's. |
| 39 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev | 40 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev |
| 40 "google_toolbox_for_mac_revision": "662", | 41 "google_toolbox_for_mac_revision": "662", |
| 41 "libaddressinput_revision": "176", | 42 "libaddressinput_revision": "176", |
| 42 "libphonenumber_revision": "621", | 43 "libphonenumber_revision": "621", |
| 43 "libvpx_revision": "269083", | 44 "libvpx_revision": "269083", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 66 # and whatever else without interference from each other. | 67 # and whatever else without interference from each other. |
| 67 "openssl_revision": "269063", | 68 "openssl_revision": "269063", |
| 68 # Three lines of non-changing comments so that | 69 # Three lines of non-changing comments so that |
| 69 # the commit queue can handle CLs rolling ANGLE | 70 # the commit queue can handle CLs rolling ANGLE |
| 70 # and whatever else without interference from each other. | 71 # and whatever else without interference from each other. |
| 71 "angle_revision": "28bcf4ffeb49322fa019e2778c1fdd20f61d9ea6", | 72 "angle_revision": "28bcf4ffeb49322fa019e2778c1fdd20f61d9ea6", |
| 72 # Three lines of non-changing comments so that | 73 # Three lines of non-changing comments so that |
| 73 # the commit queue can handle CLs rolling build tools | 74 # the commit queue can handle CLs rolling build tools |
| 74 # and whatever else without interference from each other. | 75 # and whatever else without interference from each other. |
| 75 "buildtools_revision": "8349035e86305fc9e4fd871610821336120a4bad", | 76 "buildtools_revision": "8349035e86305fc9e4fd871610821336120a4bad", |
| 77 # Three lines of non-changing comments so that |
| 78 # the commit queue can handle CLs rolling PDFIum |
| 79 # and whatever else without interference from each other. |
| 80 "pdfium_revision": "5110c4743751145c4ae1934cd1d83bc6c55bb43f", |
| 76 } | 81 } |
| 77 | 82 |
| 78 deps = { | 83 deps = { |
| 79 "src/breakpad/src": | 84 "src/breakpad/src": |
| 80 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1331", | 85 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1331", |
| 81 | 86 |
| 82 "src/buildtools": | 87 "src/buildtools": |
| 83 Var("chromium_git") + "/chromium/buildtools.git@" + | 88 Var("chromium_git") + "/chromium/buildtools.git@" + |
| 84 Var("buildtools_revision"), | 89 Var("buildtools_revision"), |
| 85 | 90 |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "src/chrome/browser/resources/pdf/html_office": | 315 "src/chrome/browser/resources/pdf/html_office": |
| 311 Var("chromium_git") + | 316 Var("chromium_git") + |
| 312 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", | 317 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", |
| 313 | 318 |
| 314 "src/third_party/libwebm/source": | 319 "src/third_party/libwebm/source": |
| 315 Var("chromium_git") + | 320 Var("chromium_git") + |
| 316 "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd", | 321 "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd", |
| 317 | 322 |
| 318 "src/third_party/openssl": | 323 "src/third_party/openssl": |
| 319 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 324 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
| 325 |
| 326 "src/third_party/pdfium": |
| 327 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), |
| 320 } | 328 } |
| 321 | 329 |
| 322 | 330 |
| 323 deps_os = { | 331 deps_os = { |
| 324 "win": { | 332 "win": { |
| 325 "src/chrome/tools/test/reference_build/chrome_win": | 333 "src/chrome/tools/test/reference_build/chrome_win": |
| 326 "/trunk/deps/reference_builds/chrome_win@254637", | 334 "/trunk/deps/reference_builds/chrome_win@254637", |
| 327 | 335 |
| 328 "src/third_party/cygwin": | 336 "src/third_party/cygwin": |
| 329 "/trunk/deps/third_party/cygwin@231940", | 337 "/trunk/deps/third_party/cygwin@231940", |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 "-s", "src/build/linux/bin/eu-strip.sha1", | 775 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 768 ], | 776 ], |
| 769 }, | 777 }, |
| 770 { | 778 { |
| 771 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 779 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 772 "name": "gyp", | 780 "name": "gyp", |
| 773 "pattern": ".", | 781 "pattern": ".", |
| 774 "action": ["python", "src/build/gyp_chromium"], | 782 "action": ["python", "src/build/gyp_chromium"], |
| 775 }, | 783 }, |
| 776 ] | 784 ] |
| OLD | NEW |