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

Unified Diff: DEPS

Issue 65083002: Remove extra quoting from the Linux GN platform filter. (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 e5029944279fb0e9b3aa7e5c4efa6f16e33bec62..96e6cbcc7aca36fc9c1d973ef4886415fa2037ef 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