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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'v8_branch': 'trunk', | 45 'v8_branch': 'trunk', |
46 'v8_revision': '6474a1cfee1cdad45de5cc96960085e1c7daf11c', # from svn revision
23377 | 46 'v8_revision': '6474a1cfee1cdad45de5cc96960085e1c7daf11c', # from svn revision
23377 |
47 # Three lines of non-changing comments so that | 47 # Three lines of non-changing comments so that |
48 # the commit queue can handle CLs rolling WebRTC | 48 # the commit queue can handle CLs rolling WebRTC |
49 # and V8 without interference from each other. | 49 # and V8 without interference from each other. |
50 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
51 # the commit queue can handle CLs rolling swarming_client | 51 # the commit queue can handle CLs rolling swarming_client |
52 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
53 'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41', | 53 'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41', |
54 # Three lines of non-changing comments so that | 54 # Three lines of non-changing comments so that |
55 # the commit queue can handle CLs rolling openssl | |
56 # and whatever else without interference from each other. | |
57 'openssl_revision': 'c9613e3123ff035683f45163af142817b38d03b6', | |
58 # Three lines of non-changing comments so that | |
59 # the commit queue can handle CLs rolling ANGLE | 55 # the commit queue can handle CLs rolling ANGLE |
60 # and whatever else without interference from each other. | 56 # and whatever else without interference from each other. |
61 'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54', | 57 'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54', |
62 # Three lines of non-changing comments so that | 58 # Three lines of non-changing comments so that |
63 # the commit queue can handle CLs rolling build tools | 59 # the commit queue can handle CLs rolling build tools |
64 # and whatever else without interference from each other. | 60 # and whatever else without interference from each other. |
65 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', | 61 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', |
66 # Three lines of non-changing comments so that | 62 # Three lines of non-changing comments so that |
67 # the commit queue can handle CLs rolling PDFIum | 63 # the commit queue can handle CLs rolling PDFIum |
68 # and whatever else without interference from each other. | 64 # and whatever else without interference from each other. |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 | 285 |
290 'src/third_party/cld_2/src': | 286 'src/third_party/cld_2/src': |
291 Var('chromium_git') + '/external/cld2.git' + '@' + 'bb5c092e8c02dcc2319c5056
aff2182199d51c2f', | 287 Var('chromium_git') + '/external/cld2.git' + '@' + 'bb5c092e8c02dcc2319c5056
aff2182199d51c2f', |
292 | 288 |
293 'src/chrome/browser/resources/pdf/html_office': | 289 'src/chrome/browser/resources/pdf/html_office': |
294 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f
65e0578529490d44d412032c3d7359', | 290 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f
65e0578529490d44d412032c3d7359', |
295 | 291 |
296 'src/third_party/libwebm/source': | 292 'src/third_party/libwebm/source': |
297 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c
955615535ce62e', | 293 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c
955615535ce62e', |
298 | 294 |
299 'src/third_party/openssl': | |
300 Var('chromium_git') + '/chromium/deps/openssl.git' + '@' + Var('openssl_revi
sion'), | |
301 | |
302 'src/third_party/pdfium': | 295 'src/third_party/pdfium': |
303 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 296 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
304 | 297 |
305 'src/third_party/boringssl/src': | 298 'src/third_party/boringssl/src': |
306 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 299 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
307 } | 300 } |
308 | 301 |
309 | 302 |
310 deps_os = { | 303 deps_os = { |
311 'win': { | 304 'win': { |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 # corresponding .py files have already been deleted. | 792 # corresponding .py files have already been deleted. |
800 'name': 'remove_stale_pyc_files', | 793 'name': 'remove_stale_pyc_files', |
801 'pattern': 'src/tools/.*\\.py', | 794 'pattern': 'src/tools/.*\\.py', |
802 'action': [ | 795 'action': [ |
803 'python', | 796 'python', |
804 'src/tools/remove_stale_pyc_files.py', | 797 'src/tools/remove_stale_pyc_files.py', |
805 'src/tools', | 798 'src/tools', |
806 ], | 799 ], |
807 }, | 800 }, |
808 ] | 801 ] |
OLD | NEW |