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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 52f3379b7a73295d8472d3f56424a7205511ee9b..be5766fc255a23e76a8c15f832aa9b71f68bf068 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
+ 'mojo_public_revision': 'da7adf03fa17561fa257306664651fc89a451f41',
'skia_revision': '8cc209111876b7c78b5ec577c9221d8ed5e21024',
'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24',
'base_revision': '9e74307b276b2f9988005c0e97e85ee222586f79',
@@ -40,6 +41,7 @@ vars = {
allowed_hosts = [
'boringssl.googlesource.com',
'chromium.googlesource.com',
+ 'fuchsia.googlesource.com',
'pdfium.googlesource.com',
]
@@ -50,6 +52,9 @@ deps = {
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
+ 'src/mojo/public':
+ 'https://fuchsia.googlesource.com/mojo/public.git' + '@' + Var('mojo_public_revision'),
+
'src/testing/gtest':
Var('chromium_git') + '/external/googletest.git' + '@' + '9855a87157778d39b95eccfb201a9dc90f6d61c6', # from svn revision 746
« 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