Index: test/win/linker_flags/default-libs.gyp |
diff --git a/test/win/linker_flags/default-libs.gyp b/test/win/linker_flags/default-libs.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b0afec5be81430e9d77ba14405ec32f7cc085baa |
--- /dev/null |
+++ b/test/win/linker_flags/default-libs.gyp |
@@ -0,0 +1,16 @@ |
+# 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. |
+ |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'test_default', |
+ 'product_name': 'test_default', |
+ 'type': 'executable', |
+ 'sources': [ |
+ 'default_libs.cc' |
+ ] |
+ }, |
+ ] |
+} |