Skip to content

Commit

Permalink
Merge pull request #9370 from brave/git_repo
Browse files Browse the repository at this point in the history
revert back to full chromium mirror because devtools uses the actual …
  • Loading branch information
bridiver authored and bsclifton committed Apr 22, 2020
1 parent 9f059d7 commit 64df0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand Down

0 comments on commit 64df0c1

Please sign in to comment.