Chromium Code Reviews| 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 # |
| 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
| 12 # gclient sync | 12 # gclient sync |
| 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change |
| 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
| 15 # updated by a bot when you modify this one. | 15 # updated by a bot when you modify this one. |
| 16 # | 16 # |
| 17 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
| 18 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
| 19 | 19 |
| 20 vars = { | 20 vars = { |
| 21 # Use this googlecode_url variable only if there is an internal mirror for it. | 21 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 22 # If you do not know, use the full path while defining your new deps entry. | 22 # If you do not know, use the full path while defining your new deps entry. |
| 23 'nss_revision': 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196', | |
|
wtc
2014/08/25 22:17:23
The comment before this line describes the googlec
szager1
2014/08/25 22:21:21
Done.
| |
| 23 'googlecode_url': 'http://%s.googlecode.com/svn', | 24 'googlecode_url': 'http://%s.googlecode.com/svn', |
| 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', | 25 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', |
| 25 'llvm_url': 'http://src.chromium.org/llvm-project', | 26 'llvm_url': 'http://src.chromium.org/llvm-project', |
| 26 'llvm_git': 'https://llvm.googlesource.com', | 27 'llvm_git': 'https://llvm.googlesource.com', |
| 27 'libcxx_revision': 'e785ef19637f88c5e3e9926fabd8a64cd7eac49d', | 28 'libcxx_revision': 'e785ef19637f88c5e3e9926fabd8a64cd7eac49d', |
| 28 'libcxxabi_revision': '062ba40d41870a04e0aefb64f8122e91aa824147', | 29 'libcxxabi_revision': '062ba40d41870a04e0aefb64f8122e91aa824147', |
| 29 'webkit_trunk': 'http://src.chromium.org/blink/trunk', | 30 'webkit_trunk': 'http://src.chromium.org/blink/trunk', |
| 30 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', | 31 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', |
| 31 'webkit_revision': 'f0e57d49d0f3a0e43e0db29852ef9779a98505bd', | 32 'webkit_revision': 'f0e57d49d0f3a0e43e0db29852ef9779a98505bd', |
| 32 'chromium_git': 'https://chromium.googlesource.com', | 33 'chromium_git': 'https://chromium.googlesource.com', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 # the commit queue can handle CLs rolling PDFIum | 69 # the commit queue can handle CLs rolling PDFIum |
| 69 # and whatever else without interference from each other. | 70 # and whatever else without interference from each other. |
| 70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', | 71 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', |
| 71 # Three lines of non-changing comments so that | 72 # Three lines of non-changing comments so that |
| 72 # the commit queue can handle CLs rolling openmax_dl | 73 # the commit queue can handle CLs rolling openmax_dl |
| 73 # and whatever else without interference from each other. | 74 # and whatever else without interference from each other. |
| 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', | 75 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', |
| 75 # Three lines of non-changing comments so that | 76 # Three lines of non-changing comments so that |
| 76 # the commit queue can handle CLs rolling BoringSSL | 77 # the commit queue can handle CLs rolling BoringSSL |
| 77 # and whatever else without interference from each other. | 78 # and whatever else without interference from each other. |
| 78 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', | 79 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', |
|
wtc
2014/08/25 22:17:23
Please add nss_revision here, with the three lines
szager1
2014/08/25 22:21:21
Done.
| |
| 79 } | 80 } |
| 80 | 81 |
| 81 deps = { | 82 deps = { |
| 82 'src/breakpad/src': | 83 'src/breakpad/src': |
| 83 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83 65f5b78577ffcc237300a970db9813', # from svn revision 1359 | 84 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83 65f5b78577ffcc237300a970db9813', # from svn revision 1359 |
| 84 | 85 |
| 85 'src/buildtools': | 86 'src/buildtools': |
| 86 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), | 87 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), |
| 87 | 88 |
| 88 'src/sdch/open-vcdiff': | 89 'src/sdch/open-vcdiff': |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 314 | 315 |
| 315 'src/third_party/lighttpd': | 316 'src/third_party/lighttpd': |
| 316 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', | 317 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', |
| 317 | 318 |
| 318 # Parses Windows PE/COFF executable format. | 319 # Parses Windows PE/COFF executable format. |
| 319 'src/third_party/pefile': | 320 'src/third_party/pefile': |
| 320 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6 3c15585dc3b5c3f92f1', | 321 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6 3c15585dc3b5c3f92f1', |
| 321 | 322 |
| 322 # NSS, for SSLClientSocketNSS. | 323 # NSS, for SSLClientSocketNSS. |
| 323 'src/third_party/nss': | 324 'src/third_party/nss': |
| 324 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 325 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 325 | 326 |
| 326 'src/third_party/swig/win': | 327 'src/third_party/swig/win': |
| 327 Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba51854 1adf5c839811efb35630a31031', | 328 Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba51854 1adf5c839811efb35630a31031', |
| 328 | 329 |
| 329 # GNU binutils assembler for x86-32. | 330 # GNU binutils assembler for x86-32. |
| 330 'src/third_party/gnu_binutils': | 331 'src/third_party/gnu_binutils': |
| 331 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', | 332 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
| 332 # GNU binutils assembler for x86-64. | 333 # GNU binutils assembler for x86-64. |
| 333 'src/third_party/mingw-w64/mingw/bin': | 334 'src/third_party/mingw-w64/mingw/bin': |
| 334 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin .git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', | 335 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin .git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
| 335 | 336 |
| 336 # Dependencies used by libjpeg-turbo | 337 # Dependencies used by libjpeg-turbo |
| 337 'src/third_party/yasm/binaries': | 338 'src/third_party/yasm/binaries': |
| 338 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881', | 339 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881', |
| 339 | 340 |
| 340 # Binaries for nacl sdk. | 341 # Binaries for nacl sdk. |
| 341 'src/third_party/nacl_sdk_binaries': | 342 'src/third_party/nacl_sdk_binaries': |
| 342 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', | 343 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', |
| 343 }, | 344 }, |
| 344 'ios': { | 345 'ios': { |
| 345 'src/third_party/google_toolbox_for_mac/src': | 346 'src/third_party/google_toolbox_for_mac/src': |
| 346 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', | 347 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', |
| 347 | 348 |
| 348 'src/third_party/nss': | 349 'src/third_party/nss': |
| 349 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 350 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 350 | 351 |
| 351 # class-dump utility to generate header files for undocumented SDKs | 352 # class-dump utility to generate header files for undocumented SDKs |
| 352 'src/testing/iossim/third_party/class-dump': | 353 'src/testing/iossim/third_party/class-dump': |
| 353 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', | 354 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', |
| 354 | 355 |
| 355 # Code that's not needed due to not building everything | 356 # Code that's not needed due to not building everything |
| 356 'src/build/util/support': None, | 357 'src/build/util/support': None, |
| 357 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non e, | 358 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non e, |
| 358 'src/chrome/test/data/perf/canvas_bench': None, | 359 'src/chrome/test/data/perf/canvas_bench': None, |
| 359 'src/chrome/test/data/perf/frame_rate/content': None, | 360 'src/chrome/test/data/perf/frame_rate/content': None, |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 403 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7 e50d4cbcb122378d8a07499f', | 404 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7 e50d4cbcb122378d8a07499f', |
| 404 | 405 |
| 405 'src/third_party/lighttpd': | 406 'src/third_party/lighttpd': |
| 406 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', | 407 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', |
| 407 | 408 |
| 408 'src/third_party/swig/mac': | 409 'src/third_party/swig/mac': |
| 409 Var('chromium_git') + '/chromium/deps/swig/mac.git' + '@' + '1b182eef16df2b 506f1d710b34df65d55c1ac44e', | 410 Var('chromium_git') + '/chromium/deps/swig/mac.git' + '@' + '1b182eef16df2b 506f1d710b34df65d55c1ac44e', |
| 410 | 411 |
| 411 # NSS, for SSLClientSocketNSS. | 412 # NSS, for SSLClientSocketNSS. |
| 412 'src/third_party/nss': | 413 'src/third_party/nss': |
| 413 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 414 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 414 | 415 |
| 415 'src/chrome/installer/mac/third_party/xz/xz': | 416 'src/chrome/installer/mac/third_party/xz/xz': |
| 416 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', | 417 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', |
| 417 }, | 418 }, |
| 418 'unix': { | 419 'unix': { |
| 419 # Linux, really. | 420 # Linux, really. |
| 420 'src/chrome/tools/test/reference_build/chrome_linux': | 421 'src/chrome/tools/test/reference_build/chrome_linux': |
| 421 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36', | 422 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36', |
| 422 | 423 |
| 423 'src/third_party/xdg-utils': | 424 'src/third_party/xdg-utils': |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 772 # migration completes (let's say Sep 1 2014). | 773 # migration completes (let's say Sep 1 2014). |
| 773 'name': 'check_git_config', | 774 'name': 'check_git_config', |
| 774 'pattern': '.', | 775 'pattern': '.', |
| 775 'action': [ | 776 'action': [ |
| 776 'python', | 777 'python', |
| 777 'src/tools/check_git_config.py', | 778 'src/tools/check_git_config.py', |
| 778 '--running-as-hook', | 779 '--running-as-hook', |
| 779 ], | 780 ], |
| 780 }, | 781 }, |
| 781 ] | 782 ] |
| OLD | NEW |