| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'src/testing/gtest': | 52 'src/testing/gtest': |
| 53 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 | 53 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 |
| 54 | 54 |
| 55 'src/testing/gmock': | 55 'src/testing/gmock': |
| 56 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 56 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 57 | 57 |
| 58 'src/third_party/angle': | 58 'src/third_party/angle': |
| 59 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 59 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 60 | 60 |
| 61 'src/third_party/icu': | 61 'src/third_party/icu': |
| 62 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630d
a515b74d889ba2f8d08', | 62 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c3f79166089e5360c09e3
053fce50e6e296c3204', |
| 63 | 63 |
| 64 'src/tools/grit': | 64 'src/tools/grit': |
| 65 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 | 65 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 |
| 66 | 66 |
| 67 'src/v8': | 67 'src/v8': |
| 68 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 68 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 69 | 69 |
| 70 'src/dart': | 70 'src/dart': |
| 71 Var('chromium_git') + '/external/github.com/dart-lang/sdk.git' + '@' + Var('
dart_revision'), | 71 Var('chromium_git') + '/external/github.com/dart-lang/sdk.git' + '@' + Var('
dart_revision'), |
| 72 | 72 |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'name': 'keyboard_native_resources', | 367 'name': 'keyboard_native_resources', |
| 368 'pattern': '', | 368 'pattern': '', |
| 369 'action': [ 'download_from_google_storage', | 369 'action': [ 'download_from_google_storage', |
| 370 '--no_resume', | 370 '--no_resume', |
| 371 '--no_auth', | 371 '--no_auth', |
| 372 '--bucket', 'mojo/keyboard_native', | 372 '--bucket', 'mojo/keyboard_native', |
| 373 '-d', 'src/services/keyboard_native/res', | 373 '-d', 'src/services/keyboard_native/res', |
| 374 ], | 374 ], |
| 375 }, | 375 }, |
| 376 ] | 376 ] |
| OLD | NEW |