/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

  1. # Copyright (c) 2010 Google Inc. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. {
  5. 'targets': [
  6. {
  7. 'target_name': 'configurations',
  8. 'type': 'none',
  9. 'configurations': {
  10. 'Debug': {
  11. 'target_name': [
  12. ],
  13. },
  14. }
  15. },
  16. ],
  17. }