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

Unified Diff: DEPS

Issue 2477533002: DEPS in Skia from their actual googlesource host (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « no previous file | no next file » | 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 bfb66f9cc4292749c649f8ab9946cfe205a2ed68..5e3b0c0acb9c5e341ad6aeb88847cbfd60fb484c 100644
--- a/DEPS
+++ b/DEPS
@@ -32,6 +32,7 @@ vars = {
'swiftshader_git': 'https://swiftshader.googlesource.com',
'pdfium_git': 'https://pdfium.googlesource.com',
'boringssl_git': 'https://boringssl.googlesource.com',
+ 'skia_git': 'https://skia.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling sfntly
# and whatever else without interference from each other.
@@ -105,10 +106,11 @@ vars = {
# Only these hosts are allowed for dependencies in this DEPS file.
# If you need to add a new host, contact chrome infrastracture team.
allowed_hosts = [
- 'chromium.googlesource.com',
+ 'android.googlesource.com',
'boringssl.googlesource.com',
+ 'chromium.googlesource.com',
'pdfium.googlesource.com',
- 'android.googlesource.com',
+ 'skia.googlesource.com',
'swiftshader.googlesource.com',
]
@@ -171,7 +173,7 @@ deps = {
Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
'src/third_party/skia':
- Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
+ Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
'src/tools/page_cycler/acid3':
Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698