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

Unified Diff: test/variables/empty/empty.gypi

Issue 1364373004: Fix infinite loop on empty variable name. (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Created 5 years, 3 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 | « test/variables/empty/empty.gyp ('k') | test/variables/empty/gyptest-empty.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/variables/empty/empty.gypi
diff --git a/test/msvs/rules_stdout_stderr/rule_stdout.py b/test/variables/empty/empty.gypi
similarity index 74%
copy from test/msvs/rules_stdout_stderr/rule_stdout.py
copy to test/variables/empty/empty.gypi
index 2b58d2a374ea5801662d57808ed5b798e6b044a4..e95031fca59b6c18f0e1de74251b4bacffd487e0 100644
--- a/test/msvs/rules_stdout_stderr/rule_stdout.py
+++ b/test/variables/empty/empty.gypi
@@ -1,6 +1,9 @@
-#!/usr/bin/env python
# Copyright (c) 2015 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-print "This will go to stdout"
+{
+ 'variables': {
+ '': '',
+ },
+}
« no previous file with comments | « test/variables/empty/empty.gyp ('k') | test/variables/empty/gyptest-empty.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698