summaryrefslogtreecommitdiffstats
path: root/chromium/tools/gyp/test/android/hello.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/gyp/test/android/hello.gyp')
-rw-r--r--chromium/tools/gyp/test/android/hello.gyp15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/tools/gyp/test/android/hello.gyp b/chromium/tools/gyp/test/android/hello.gyp
new file mode 100644
index 00000000000..da58a2b707f
--- /dev/null
+++ b/chromium/tools/gyp/test/android/hello.gyp
@@ -0,0 +1,15 @@
+# Copyright (c) 2014 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': 'hello',
+ 'type': 'executable',
+ 'sources': [
+ 'hello.c',
+ ],
+ },
+ ],
+}