Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(889)

Unified Diff: third_party/WebKit/public/blink_headers.gyp

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/blink_devtools.gyp ('k') | third_party/WebKit/public/blink_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink_headers.gyp
diff --git a/third_party/WebKit/public/blink_headers.gyp b/third_party/WebKit/public/blink_headers.gyp
deleted file mode 100644
index 96f615f60a507b73d4dd75cf0d96d40fb9e79cc7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/public/blink_headers.gyp
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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': [
- '..',
- '<(SHARED_INTERMEDIATE_DIR)/third_party/WebKit',
- ],
- },
- 'includes': [ 'blink_headers.gypi' ],
- 'sources': ['<@(blink_public_sources)'],
- },
- ],
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- # gn version: //third_party/WebKit/public:blink_headers_java_enums_srcjar
- 'target_name': 'web_input_event_java',
- 'type': 'none',
- 'variables': {
- 'source_file': 'platform/WebInputEvent.h',
- },
- 'includes': [ '../../../build/android/java_cpp_enum.gypi' ],
- },
- {
- # gn version: //third_party/WebKit/public:blink_headers_java_enums_srcjar
- 'target_name': 'web_text_input_type',
- 'type': 'none',
- 'variables': {
- 'source_file': 'web/WebTextInputType.h',
- },
- 'includes': [ '../../../build/android/java_cpp_enum.gypi' ],
- },
- {
- # gn version: //third_party/WebKit/public:blink_headers_java_enums_srcjar
- 'target_name': 'web_display_mode',
- 'type': 'none',
- 'variables': {
- 'source_file': 'platform/WebDisplayMode.h',
- },
- 'includes': [ '../../../build/android/java_cpp_enum.gypi' ],
- },
- {
- # gn version: //third_party/WebKit/public:blink_headers_java
- 'target_name': 'blink_headers_java',
- 'type': 'none',
- 'dependencies': [
- 'web_input_event_java',
- 'web_text_input_type',
- 'web_display_mode',
- ],
- 'variables': {
- 'java_in_dir': '../../../build/android/empty',
- },
- 'includes': [ '../../../build/java.gypi' ],
- },
- ],
- }],
- ],
-}
-
« no previous file with comments | « third_party/WebKit/public/blink_devtools.gyp ('k') | third_party/WebKit/public/blink_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698