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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Explicitly asking for TextInputState updates Created 4 years, 1 month 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "web/WebHeap.h", 477 "web/WebHeap.h",
478 "web/WebHelperPlugin.h", 478 "web/WebHelperPlugin.h",
479 "web/WebHistoryCommitType.h", 479 "web/WebHistoryCommitType.h",
480 "web/WebHistoryItem.h", 480 "web/WebHistoryItem.h",
481 "web/WebHitTestResult.h", 481 "web/WebHitTestResult.h",
482 "web/WebIconURL.h", 482 "web/WebIconURL.h",
483 "web/WebImageCache.h", 483 "web/WebImageCache.h",
484 "web/WebImageDecoder.h", 484 "web/WebImageDecoder.h",
485 "web/WebInputElement.h", 485 "web/WebInputElement.h",
486 "web/WebInputEvent.h", 486 "web/WebInputEvent.h",
487 "web/WebInputMethodController.h",
487 "web/WebKit.h", 488 "web/WebKit.h",
488 "web/WebLabelElement.h", 489 "web/WebLabelElement.h",
489 "web/WebLeakDetector.h", 490 "web/WebLeakDetector.h",
490 "web/WebLocalFrame.h", 491 "web/WebLocalFrame.h",
491 "web/WebMeaningfulLayout.h", 492 "web/WebMeaningfulLayout.h",
492 "web/WebMediaDeviceChangeObserver.h", 493 "web/WebMediaDeviceChangeObserver.h",
493 "web/WebMediaDevicesRequest.h", 494 "web/WebMediaDevicesRequest.h",
494 "web/WebMediaPlayerAction.h", 495 "web/WebMediaPlayerAction.h",
495 "web/WebMediaStreamRegistry.h", 496 "web/WebMediaStreamRegistry.h",
496 "web/WebMemoryStatistics.h", 497 "web/WebMemoryStatistics.h",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 # relegated to a separate target to avoid duplication between the variants. 747 # relegated to a separate target to avoid duplication between the variants.
747 source_set("shared_typemap_traits") { 748 source_set("shared_typemap_traits") {
748 visibility = [ ":*" ] 749 visibility = [ ":*" ]
749 sources = [ 750 sources = [
750 "web/WindowFeaturesStructTraits.cpp", 751 "web/WindowFeaturesStructTraits.cpp",
751 ] 752 ]
752 deps = [ 753 deps = [
753 ":new_wrapper_types_mojo_bindings_shared__generator", 754 ":new_wrapper_types_mojo_bindings_shared__generator",
754 ] 755 ]
755 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698