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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2173073003: Move WebInputEvent into public/platform from public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build failure with android Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 blink_headers_values = exec_script("//build/gypi_to_gn.py", 9 blink_headers_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("blink_headers.gypi") ], 10 [ rebase_path("blink_headers.gypi") ],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 defines = [ "DEBUG_DEVTOOLS=1" ] 80 defines = [ "DEBUG_DEVTOOLS=1" ]
81 } 81 }
82 } 82 }
83 83
84 if (is_android) { 84 if (is_android) {
85 # GYP version: WebKit/public/blink_headers.gyp:web_input_event_java 85 # GYP version: WebKit/public/blink_headers.gyp:web_input_event_java
86 # GYP version: WebKit/public/blink_headers.gyp:web_text_input_type 86 # GYP version: WebKit/public/blink_headers.gyp:web_text_input_type
87 java_cpp_enum("blink_headers_java_enums_srcjar") { 87 java_cpp_enum("blink_headers_java_enums_srcjar") {
88 sources = [ 88 sources = [
89 "./platform/WebDisplayMode.h", 89 "./platform/WebDisplayMode.h",
90 "./web/WebInputEvent.h", 90 "./platform/WebInputEvent.h",
91 "./web/WebTextInputType.h", 91 "./web/WebTextInputType.h",
92 ] 92 ]
93 } 93 }
94 94
95 # GYP version: WebKit/public/blink_headers.gyp:blink_headers_java 95 # GYP version: WebKit/public/blink_headers.gyp:blink_headers_java
96 android_library("blink_headers_java") { 96 android_library("blink_headers_java") {
97 srcjar_deps = [ ":blink_headers_java_enums_srcjar" ] 97 srcjar_deps = [ ":blink_headers_java_enums_srcjar" ]
98 } 98 }
99 } 99 }
100 100
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 ] 193 ]
194 194
195 use_new_wrapper_types = false 195 use_new_wrapper_types = false
196 } 196 }
197 197
198 group("generate_mojo_bindings") { 198 group("generate_mojo_bindings") {
199 deps = [ 199 deps = [
200 ":mojo_bindings_blink__generator", 200 ":mojo_bindings_blink__generator",
201 ] 201 ]
202 } 202 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp ('k') | third_party/WebKit/public/blink_headers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698