/src/3rdparty/webkit/Source/ThirdParty/gyp/test/configurations/invalid/target_name.gyp
https://bitbucket.org/ultra_iter/qt-vtl · Unknown · 18 lines · 17 code · 1 blank · 0 comment · 0 complexity · 73ec5b8a9c365378ed73e595071056ed MD5 · raw file
- # Copyright (c) 2010 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.
- {
- 'targets': [
- {
- 'target_name': 'configurations',
- 'type': 'none',
- 'configurations': {
- 'Debug': {
- 'target_name': [
- ],
- },
- }
- },
- ],
- }