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

Unified Diff: DEPS

Issue 41263003: Fix GN command-line quoting on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 74849c65479c11fe0d3d8778a456ce432844c5cf..b90cc89b4424dbeb30edc1cd5149648ea4dd3512 100644
--- a/DEPS
+++ b/DEPS
@@ -633,7 +633,7 @@ hooks = [
"name": "gn_linux",
"pattern": "\\.sha1$",
"action": [ "download_from_google_storage",
- "--platform=\"linux*\"",
+ "--platform=linux*",
"--directory",
"--bucket", "chromium-gn",
"src/tools/gn/bin/linux",
« 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