summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/blink_headers.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/blink_headers.gyp')
-rw-r--r--chromium/third_party/WebKit/public/blink_headers.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/public/blink_headers.gyp b/chromium/third_party/WebKit/public/blink_headers.gyp
new file mode 100644
index 00000000000..b0aecff6156
--- /dev/null
+++ b/chromium/third_party/WebKit/public/blink_headers.gyp
@@ -0,0 +1,18 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ # Depend on this target to use public blink API headers for things
+ # like enums and public structures without actually linking against any Blink
+ # libraries.
+ 'target_name': 'blink_headers',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '..' ],
+ },
+ },
+ ]
+}
+