-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add devtools-frontend as a git submodule
We set the submodule to initial ea2a4adced5c03647c350c8d4a2aa82419c02dde which corresponds to 614e655 in the old devtools branch ChromeDevTools/devtools-frontend@ea2a4ad 614e655
- Loading branch information
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
solutions = [ | ||
{ | ||
"name": "devtools-frontend", | ||
"url": "https://github.com/binaryage/devtools-frontend.git", | ||
"deps_file": "DEPS", | ||
"managed": False, | ||
"custom_deps": {}, | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "devtools-frontend"] | ||
path = devtools-frontend | ||
url = https://github.com/binaryage/devtools-frontend.git |
Submodule devtools-frontend
added at
ea2a4a