summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp')
-rw-r--r--src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp b/src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp
new file mode 100644
index 0000000..9003fb1
--- /dev/null
+++ b/src/3rdparty/webkit/Source/ThirdParty/gyp/test/cflags/cflags.gyp
@@ -0,0 +1,16 @@
+# Copyright (c) 2010 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': 'cflags',
+ 'type': 'executable',
+ 'opt': '-Os',
+ 'sources': [
+ 'cflags.c',
+ ],
+ },
+ ],
+}