From e430618866c9a3f542b1ec1de2ac59d1bf58bd4f Mon Sep 17 00:00:00 2001 From: bridiver Date: Tue, 21 Apr 2020 18:43:00 -0700 Subject: [PATCH] revert back to full chromium mirror because devtools uses the actual commit ref, not the Change-Id --- lib/config.js | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index f505c8b62bd5..d1cd93288c85 100755 --- a/lib/config.js +++ b/lib/config.js @@ -41,7 +41,7 @@ const Config = function () { this.depotToolsDir = path.join(this.rootDir, 'vendor', 'depot_tools') this.srcDir = path.join(this.rootDir, getNPMConfig(['projects', 'chrome', 'dir'])) this.chromeVersion = this.getProjectVersion('chrome') - this.chromiumRepo = getNPMConfig(['projects', 'chrome', 'repository', 'url']) || 'https://github.com/brave-chromium/chromium-' + this.chromeVersion + '.git' + this.chromiumRepo = getNPMConfig(['projects', 'chrome', 'repository', 'url']) this.braveCoreDir = path.join(this.rootDir, getNPMConfig(['projects', 'brave-core', 'dir'])) this.braveCoreRepo = getNPMConfig(['projects', 'brave-core', 'repository', 'url']) this.buildToolsDir = path.join(this.srcDir, 'build') diff --git a/package.json b/package.json index c9777a0015c6..5309caf6e3b8 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "chrome": { "dir": "src", "tag": "81.0.4044.113", + "repository": { + "url": "https://github.com/chromium/chromium" + }, "custom_deps": { "src/third_party/WebKit/LayoutTests": "%None%", "src/chrome_frame/tools/test/reference_build/chrome": "%None%",