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

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

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build Created 4 years, 2 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 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 if (debug_devtools) { 69 if (debug_devtools) {
70 defines = [ "DEBUG_DEVTOOLS=1" ] 70 defines = [ "DEBUG_DEVTOOLS=1" ]
71 } 71 }
72 } 72 }
73 73
74 if (is_android) { 74 if (is_android) {
75 java_cpp_enum("blink_headers_java_enums_srcjar") { 75 java_cpp_enum("blink_headers_java_enums_srcjar") {
76 sources = [ 76 sources = [
77 "./platform/WebDisplayMode.h", 77 "./platform/WebDisplayMode.h",
78 "./platform/WebInputEvent.h", 78 "./platform/WebInputEvent.h",
79 "./web/WebTextInputType.h", 79 "./platform/WebTextInputType.h",
80 ] 80 ]
81 } 81 }
82 82
83 android_library("blink_headers_java") { 83 android_library("blink_headers_java") {
84 deps = [ 84 deps = [
85 "//third_party/android_tools:android_support_annotations_java", 85 "//third_party/android_tools:android_support_annotations_java",
86 ] 86 ]
87 srcjar_deps = [ ":blink_headers_java_enums_srcjar" ] 87 srcjar_deps = [ ":blink_headers_java_enums_srcjar" ]
88 } 88 }
89 } 89 }
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "platform/WebSpeechSynthesizer.h", 288 "platform/WebSpeechSynthesizer.h",
289 "platform/WebSpeechSynthesizerClient.h", 289 "platform/WebSpeechSynthesizerClient.h",
290 "platform/WebStorageArea.h", 290 "platform/WebStorageArea.h",
291 "platform/WebStorageNamespace.h", 291 "platform/WebStorageNamespace.h",
292 "platform/WebStorageQuotaCallbacks.h", 292 "platform/WebStorageQuotaCallbacks.h",
293 "platform/WebStorageQuotaError.h", 293 "platform/WebStorageQuotaError.h",
294 "platform/WebStorageQuotaType.h", 294 "platform/WebStorageQuotaType.h",
295 "platform/WebString.h", 295 "platform/WebString.h",
296 "platform/WebSuspendableTask.h", 296 "platform/WebSuspendableTask.h",
297 "platform/WebTaskRunner.h", 297 "platform/WebTaskRunner.h",
298 "platform/WebTextInputInfo.h",
299 "platform/WebTextInputType.h",
298 "platform/WebTextRun.h", 300 "platform/WebTextRun.h",
299 "platform/WebThemeEngine.h", 301 "platform/WebThemeEngine.h",
300 "platform/WebThread.h", 302 "platform/WebThread.h",
301 "platform/WebThreadSafeData.h", 303 "platform/WebThreadSafeData.h",
302 "platform/WebTimeRange.h", 304 "platform/WebTimeRange.h",
303 "platform/WebTopControlsState.h", 305 "platform/WebTopControlsState.h",
304 "platform/WebTouchPoint.h", 306 "platform/WebTouchPoint.h",
305 "platform/WebTraceLocation.h", 307 "platform/WebTraceLocation.h",
306 "platform/WebURL.h", 308 "platform/WebURL.h",
307 "platform/WebURLError.h", 309 "platform/WebURLError.h",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "web/WebSpeechRecognizer.h", 548 "web/WebSpeechRecognizer.h",
547 "web/WebSpeechRecognizerClient.h", 549 "web/WebSpeechRecognizerClient.h",
548 "web/WebSpellCheckClient.h", 550 "web/WebSpellCheckClient.h",
549 "web/WebStorageEventDispatcher.h", 551 "web/WebStorageEventDispatcher.h",
550 "web/WebSurroundingText.h", 552 "web/WebSurroundingText.h",
551 "web/WebTestingSupport.h", 553 "web/WebTestingSupport.h",
552 "web/WebTextCheckingCompletion.h", 554 "web/WebTextCheckingCompletion.h",
553 "web/WebTextCheckingResult.h", 555 "web/WebTextCheckingResult.h",
554 "web/WebTextDecorationType.h", 556 "web/WebTextDecorationType.h",
555 "web/WebTextDirection.h", 557 "web/WebTextDirection.h",
556 "web/WebTextInputInfo.h",
557 "web/WebTextInputType.h",
558 "web/WebTouchAction.h", 558 "web/WebTouchAction.h",
559 "web/WebTreeScopeType.h", 559 "web/WebTreeScopeType.h",
560 "web/WebURLLoaderOptions.h", 560 "web/WebURLLoaderOptions.h",
561 "web/WebUserGestureIndicator.h", 561 "web/WebUserGestureIndicator.h",
562 "web/WebUserGestureToken.h", 562 "web/WebUserGestureToken.h",
563 "web/WebUserMediaClient.h", 563 "web/WebUserMediaClient.h",
564 "web/WebUserMediaRequest.h", 564 "web/WebUserMediaRequest.h",
565 "web/WebView.h", 565 "web/WebView.h",
566 "web/WebViewClient.h", 566 "web/WebViewClient.h",
567 "web/WebWidget.h", 567 "web/WebWidget.h",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 # relegated to a separate target to avoid duplication between the variants. 745 # relegated to a separate target to avoid duplication between the variants.
746 source_set("shared_typemap_traits") { 746 source_set("shared_typemap_traits") {
747 visibility = [ ":*" ] 747 visibility = [ ":*" ]
748 sources = [ 748 sources = [
749 "web/WindowFeaturesStructTraits.cpp", 749 "web/WindowFeaturesStructTraits.cpp",
750 ] 750 ]
751 deps = [ 751 deps = [
752 ":new_wrapper_types_mojo_bindings_shared__generator", 752 ":new_wrapper_types_mojo_bindings_shared__generator",
753 ] 753 ]
754 } 754 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebTextInputInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698