summaryrefslogtreecommitdiff
path: root/tools/gyp/test/msvs/shared_output/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/msvs/shared_output/common.gypi')
-rw-r--r--tools/gyp/test/msvs/shared_output/common.gypi17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/gyp/test/msvs/shared_output/common.gypi b/tools/gyp/test/msvs/shared_output/common.gypi
deleted file mode 100644
index c6fa341d68..0000000000
--- a/tools/gyp/test/msvs/shared_output/common.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'target_defaults': {
- 'default_configuration': 'Baz',
- 'configurations': {
- 'Baz': {
- 'msvs_configuration_attributes': {
- 'OutputDirectory': '<(DEPTH)/foo',
- 'IntermediateDirectory': '$(OutDir)/bar',
- },
- },
- },
- },
-}