| 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 'chromium_git': 'https://chromium.googlesource.com', | 21 'chromium_git': 'https://chromium.googlesource.com', |
| 22 'skia_revision': 'db284c52e62e8d16708e2065495a3b693b238771', | 22 'skia_revision': 'db284c52e62e8d16708e2065495a3b693b238771', |
| 23 'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24', | 23 'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24', |
| 24 'base_revision': '6c89618151eb0e23d330778e6d6ea16fc6105010', |
| 24 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d', | 25 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d', |
| 25 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', | 26 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', |
| 26 'dart_revision': '109e9e2c2d6ce5da597b670396571300360a3e0f', | 27 'dart_revision': '109e9e2c2d6ce5da597b670396571300360a3e0f', |
| 27 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', | 28 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', |
| 28 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026
a', | 29 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026
a', |
| 29 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', | 30 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', |
| 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 31 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 32 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
| 32 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2', | 33 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2', |
| 33 } | 34 } |
| 34 | 35 |
| 35 # Only these hosts are allowed for dependencies in this DEPS file. | 36 # Only these hosts are allowed for dependencies in this DEPS file. |
| 36 # If you need to add a new host, contact chrome infrastructure team. | 37 # If you need to add a new host, contact chrome infrastructure team. |
| 37 allowed_hosts = [ | 38 allowed_hosts = [ |
| 38 'boringssl.googlesource.com', | 39 'boringssl.googlesource.com', |
| 39 'chromium.googlesource.com', | 40 'chromium.googlesource.com', |
| 40 'pdfium.googlesource.com', | 41 'pdfium.googlesource.com', |
| 41 ] | 42 ] |
| 42 | 43 |
| 43 deps = { | 44 deps = { |
| 45 'src/base': |
| 46 Var('chromium_git') + '/external/github.com/domokit/base' + '@' + Var('base_
revision'), |
| 47 |
| 44 'src/buildtools': | 48 'src/buildtools': |
| 45 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 49 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), |
| 46 | 50 |
| 47 'src/testing/gtest': | 51 'src/testing/gtest': |
| 48 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 | 52 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 |
| 49 | 53 |
| 50 'src/testing/gmock': | 54 'src/testing/gmock': |
| 51 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 55 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 52 | 56 |
| 53 'src/third_party/angle': | 57 'src/third_party/angle': |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'action': [ 'src/tools/download_from_google_storage.py', | 416 'action': [ 'src/tools/download_from_google_storage.py', |
| 413 '--no_resume', | 417 '--no_resume', |
| 414 '--quiet', | 418 '--quiet', |
| 415 '--platform=darwin', | 419 '--platform=darwin', |
| 416 '--no_auth', | 420 '--no_auth', |
| 417 '--bucket', 'mojo/mojom_parser/mac64', | 421 '--bucket', 'mojo/mojom_parser/mac64', |
| 418 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', | 422 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', |
| 419 ], | 423 ], |
| 420 }, | 424 }, |
| 421 ] | 425 ] |
| OLD | NEW |