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

Unified Diff: DEPS

Issue 2889663002: Modify DEPS file to recurse into V8's DEPS.chromium. (Closed)
Patch Set: Created 3 years, 7 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 | 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 51f85a26d7dff688dfeae8a54e320eda0d6aba24..a29c95bd842a0fde26cf9def1f447738bcc28e43 100644
--- a/DEPS
+++ b/DEPS
@@ -1177,4 +1177,6 @@ recursedeps = [
("src/third_party/angle", "DEPS.chromium"),
# SwiftShader manages DEPS that it also owns the build files for, such as Subzero.
("src/third_party/swiftshader", "DEPS"),
+ # V8 manages DEPS that it also owns the build files for, such as simulator tests.
+ ("src/v8", "DEPS.chromium"),
]
« 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