Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Side by Side Diff: DEPS

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'mojo_public_revision': 'da7adf03fa17561fa257306664651fc89a451f41',
22 'skia_revision': '8cc209111876b7c78b5ec577c9221d8ed5e21024', 23 'skia_revision': '8cc209111876b7c78b5ec577c9221d8ed5e21024',
23 'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24', 24 'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24',
24 'base_revision': '9e74307b276b2f9988005c0e97e85ee222586f79', 25 'base_revision': '9e74307b276b2f9988005c0e97e85ee222586f79',
25 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d', 26 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d',
26 'buildtools_revision': '3780bc523aad1d68a5bd00e05c453a80b2ba0b35', 27 'buildtools_revision': '3780bc523aad1d68a5bd00e05c453a80b2ba0b35',
27 'dart_revision': 'ddf35f2d56fb335c72388b05bfdba9391116593b', 28 'dart_revision': 'ddf35f2d56fb335c72388b05bfdba9391116593b',
28 'dart_root_certificates_revision': 'aed07942ce98507d2be28cbd29e879525410c7fc', 29 'dart_root_certificates_revision': 'aed07942ce98507d2be28cbd29e879525410c7fc',
29 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026 a', 30 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026 a',
30 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', 31 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e',
31 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da', 32 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da',
32 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', 33 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3',
33 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2', 34 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2',
34 'tonic_revision': 'f7acabb8fa6c91124486a41194eac3cd421b70d0', 35 'tonic_revision': 'f7acabb8fa6c91124486a41194eac3cd421b70d0',
35 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3', 36 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3',
36 } 37 }
37 38
38 # Only these hosts are allowed for dependencies in this DEPS file. 39 # Only these hosts are allowed for dependencies in this DEPS file.
39 # If you need to add a new host, contact chrome infrastructure team. 40 # If you need to add a new host, contact chrome infrastructure team.
40 allowed_hosts = [ 41 allowed_hosts = [
41 'boringssl.googlesource.com', 42 'boringssl.googlesource.com',
42 'chromium.googlesource.com', 43 'chromium.googlesource.com',
44 'fuchsia.googlesource.com',
43 'pdfium.googlesource.com', 45 'pdfium.googlesource.com',
44 ] 46 ]
45 47
46 deps = { 48 deps = {
47 'src/base': 49 'src/base':
48 Var('chromium_git') + '/external/github.com/domokit/base' + '@' + Var('base_ revision'), 50 Var('chromium_git') + '/external/github.com/domokit/base' + '@' + Var('base_ revision'),
49 51
50 'src/buildtools': 52 'src/buildtools':
51 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 53 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
52 54
55 'src/mojo/public':
56 'https://fuchsia.googlesource.com/mojo/public.git' + '@' + Var('mojo_public_ revision'),
57
53 'src/testing/gtest': 58 'src/testing/gtest':
54 Var('chromium_git') + '/external/googletest.git' + '@' + '9855a87157778d39b9 5eccfb201a9dc90f6d61c6', # from svn revision 746 59 Var('chromium_git') + '/external/googletest.git' + '@' + '9855a87157778d39b9 5eccfb201a9dc90f6d61c6', # from svn revision 746
55 60
56 'src/testing/gmock': 61 'src/testing/gmock':
57 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1 02c9c332ce19a33faf75be', # from svn revision 566 62 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1 02c9c332ce19a33faf75be', # from svn revision 566
58 63
59 'src/third_party/angle': 64 'src/third_party/angle':
60 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), 65 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
61 66
62 'src/third_party/icu': 67 'src/third_party/icu':
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'action': [ 'src/tools/download_from_google_storage.py', 481 'action': [ 'src/tools/download_from_google_storage.py',
477 '--no_resume', 482 '--no_resume',
478 '--quiet', 483 '--quiet',
479 '--platform=darwin', 484 '--platform=darwin',
480 '--no_auth', 485 '--no_auth',
481 '--bucket', 'mojo/mojom_parser/mac64/generators', 486 '--bucket', 'mojo/mojom_parser/mac64/generators',
482 '-d', 'src/mojo/public/tools/bindings/mojom_tool/bin/mac64/gener ators', 487 '-d', 'src/mojo/public/tools/bindings/mojom_tool/bin/mac64/gener ators',
483 ], 488 ],
484 }, 489 },
485 ] 490 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698