| 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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'src/third_party/fontconfig/src': | 464 'src/third_party/fontconfig/src': |
| 465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
| 466 }, | 466 }, |
| 467 'android': { | 467 'android': { |
| 468 'src/third_party/android_protobuf/src': | 468 'src/third_party/android_protobuf/src': |
| 469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', | 469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', |
| 470 | 470 |
| 471 # Whenever you roll this please also change frameworks/webview in | 471 # Whenever you roll this please also change frameworks/webview in |
| 472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi
on. | 472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi
on. |
| 473 'src/third_party/android_webview_glue/src': | 473 'src/third_party/android_webview_glue/src': |
| 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '8dc9a9d
1217f84a7f9b0554f22a826394eabc856', | 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '60e4952
d02f2bfa3f0705043b792c01f79ffbfa6', |
| 475 | 475 |
| 476 'src/third_party/android_tools': | 476 'src/third_party/android_tools': |
| 477 Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68ad
c9c69181b3a43cd58', | 477 Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68ad
c9c69181b3a43cd58', |
| 478 | 478 |
| 479 'src/third_party/aosp': | 479 'src/third_party/aosp': |
| 480 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba
1e92b42a073ffcfcfbf28c', | 480 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba
1e92b42a073ffcfcfbf28c', |
| 481 | 481 |
| 482 'src/third_party/apache-mime4j': | 482 'src/third_party/apache-mime4j': |
| 483 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 483 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
| 484 | 484 |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 # corresponding .py files have already been deleted. | 800 # corresponding .py files have already been deleted. |
| 801 'name': 'remove_stale_pyc_files', | 801 'name': 'remove_stale_pyc_files', |
| 802 'pattern': 'src/tools/.*\\.py', | 802 'pattern': 'src/tools/.*\\.py', |
| 803 'action': [ | 803 'action': [ |
| 804 'python', | 804 'python', |
| 805 'src/tools/remove_stale_pyc_files.py', | 805 'src/tools/remove_stale_pyc_files.py', |
| 806 'src/tools', | 806 'src/tools', |
| 807 ], | 807 ], |
| 808 }, | 808 }, |
| 809 ] | 809 ] |
| OLD | NEW |