summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name/test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name/test.c b/media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name/test.c
new file mode 100644
index 000000000..e28b74d11
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/rules-variables/src/input_name/test.c
@@ -0,0 +1,9 @@
+// Copyright (c) 2011 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.
+
+#include <stdio.h>
+
+void input_name() {
+ printf("input_name\n");
+}