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 # |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
| 66 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', | 66 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', |
| 67 # Three lines of non-changing comments so that | 67 # Three lines of non-changing comments so that |
| 68 # the commit queue can handle CLs rolling PDFIum | 68 # the commit queue can handle CLs rolling PDFIum |
| 69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
| 70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', | 70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', |
| 71 # Three lines of non-changing comments so that | 71 # Three lines of non-changing comments so that |
| 72 # the commit queue can handle CLs rolling openmax_dl | 72 # the commit queue can handle CLs rolling openmax_dl |
| 73 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
| 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', | 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', |
| 75 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', | |
|
wtc
2014/08/25 22:27:46
IMPORTANT: please add back these three comment lin
| |
| 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 nss |
| 77 # and whatever else without interference from each other. | 78 # and whatever else without interference from each other. |
| 78 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', | 79 'nss_revision': 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196', |
| 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 30 matching lines...) Expand all Loading... | |
| 390 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, | 391 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, |
| 391 'src/third_party/yasm/source/patched-yasm': None, | 392 'src/third_party/yasm/source/patched-yasm': None, |
| 392 'src/tools/page_cycler/acid3': None, | 393 'src/tools/page_cycler/acid3': None, |
| 393 'src/v8': None, | 394 'src/v8': None, |
| 394 }, | 395 }, |
| 395 'mac': { | 396 'mac': { |
| 396 'src/chrome/tools/test/reference_build/chrome_mac': | 397 'src/chrome/tools/test/reference_build/chrome_mac': |
| 397 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + ' 8dc181329e7c5255f83b4b85dc2f71498a237955', | 398 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + ' 8dc181329e7c5255f83b4b85dc2f71498a237955', |
| 398 | 399 |
| 399 'src/third_party/google_toolbox_for_mac/src': | 400 'src/third_party/google_toolbox_for_mac/src': |
| 400 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', | 401 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', |
|
Nico
2014/08/25 22:38:34
this
| |
| 401 | 402 |
| 402 'src/third_party/pdfsqueeze': | 403 'src/third_party/pdfsqueeze': |
| 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', |
|
Nico
2014/08/25 22:38:34
this
| |
| 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': |
| 424 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', | 425 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', |
| 425 | 426 |
| 426 'src/third_party/swig/linux': | 427 'src/third_party/swig/linux': |
| 427 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', | 428 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', |
| 428 | 429 |
| 429 'src/third_party/lss': | 430 'src/third_party/lss': |
| 430 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + '9 52107fa7cea0daaabead28c0e92d579bee517eb', | 431 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + '9 52107fa7cea0daaabead28c0e92d579bee517eb', |
|
Nico
2014/08/25 22:38:34
this
| |
| 431 | 432 |
| 432 # For Linux and Chromium OS. | 433 # For Linux and Chromium OS. |
| 433 'src/third_party/cros_system_api': | 434 'src/third_party/cros_system_api': |
| 434 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e59913 eb5a1562e23256b0527fb709be967bedc9', | 435 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e59913 eb5a1562e23256b0527fb709be967bedc9', |
| 435 | 436 |
| 436 # Note that this is different from Android's freetype repo. | 437 # Note that this is different from Android's freetype repo. |
| 437 'src/third_party/freetype2/src': | 438 'src/third_party/freetype2/src': |
| 438 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178', | 439 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178', |
| 439 | 440 |
| 440 # Build tools for Chrome OS. | 441 # Build tools for Chrome OS. |
| (...skipping 331 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 |