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

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

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 | « pylib/gyp/input.py ('k') | test/variables/empty/empty.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/variables/empty/empty.gyp
diff --git a/test/errors/error_command.gyp b/test/variables/empty/empty.gyp
similarity index 66%
copy from test/errors/error_command.gyp
copy to test/variables/empty/empty.gyp
index 1736fc9882bd3184843af6a303b934c0b9cb5bad..207be06fe710ed504a9f62a46c85de05ac8d0712 100644
--- a/test/errors/error_command.gyp
+++ b/test/variables/empty/empty.gyp
@@ -3,10 +3,11 @@
# found in the LICENSE file.
{
+ 'includes': ['empty.gypi'],
'targets': [
{
- 'target_name': 'foo',
- 'type': '<!(["python", "-c", "import sys; sys.exit(3)"])',
+ 'target_name': 'empty',
+ 'type': 'none',
},
- ]
+ ],
}
« no previous file with comments | « pylib/gyp/input.py ('k') | test/variables/empty/empty.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698