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

Unified Diff: DEPS

Issue 3003433002: [infra] Remove dependency on gyp (Closed)
Patch Set: Remove another dead script Created 3 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 | « no previous file | build/vs_toolchain.py » ('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 79911ed5dab8c966bcdd52ae3ad59248a6de6744..4b70db96606267d7d9165f87d36bc0755906d659 100644
--- a/DEPS
+++ b/DEPS
@@ -33,7 +33,6 @@ vars = {
# "github_dartlang": "https://github.com/dart-lang/%s.git",
"co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d",
- "gyp_rev": "@4801a5331ae62da9769a327f11c4213d32fb0dad",
# Revisions of GN related dependencies. This should match the revision
# pulled by Flutter.
@@ -140,10 +139,6 @@ vars = {
}
deps = {
- # Stuff needed for GYP to run.
- Var("dart_root") + "/third_party/gyp":
- Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
-
# Stuff needed for GN build.
Var("dart_root") + "/buildtools":
Var("fuchsia_git") + "/buildtools" + Var("buildtools_revision"),
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698