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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Replacing the angry copyright with the shorter one. 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 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "web/WebHeap.h", 482 "web/WebHeap.h",
483 "web/WebHelperPlugin.h", 483 "web/WebHelperPlugin.h",
484 "web/WebHistoryCommitType.h", 484 "web/WebHistoryCommitType.h",
485 "web/WebHistoryItem.h", 485 "web/WebHistoryItem.h",
486 "web/WebHitTestResult.h", 486 "web/WebHitTestResult.h",
487 "web/WebIconURL.h", 487 "web/WebIconURL.h",
488 "web/WebImageCache.h", 488 "web/WebImageCache.h",
489 "web/WebImageDecoder.h", 489 "web/WebImageDecoder.h",
490 "web/WebInputElement.h", 490 "web/WebInputElement.h",
491 "web/WebInputEvent.h", 491 "web/WebInputEvent.h",
492 "web/WebInputMethodController.h",
492 "web/WebKit.h", 493 "web/WebKit.h",
493 "web/WebLabelElement.h", 494 "web/WebLabelElement.h",
494 "web/WebLeakDetector.h", 495 "web/WebLeakDetector.h",
495 "web/WebLocalFrame.h", 496 "web/WebLocalFrame.h",
496 "web/WebMeaningfulLayout.h", 497 "web/WebMeaningfulLayout.h",
497 "web/WebMediaDeviceChangeObserver.h", 498 "web/WebMediaDeviceChangeObserver.h",
498 "web/WebMediaDevicesRequest.h", 499 "web/WebMediaDevicesRequest.h",
499 "web/WebMediaPlayerAction.h", 500 "web/WebMediaPlayerAction.h",
500 "web/WebMediaStreamRegistry.h", 501 "web/WebMediaStreamRegistry.h",
501 "web/WebMenuItemInfo.h", 502 "web/WebMenuItemInfo.h",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 741 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
741 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 742 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
742 } 743 }
743 744
744 group("generate_mojo_bindings") { 745 group("generate_mojo_bindings") {
745 deps = [ 746 deps = [
746 ":mojo_bindings_blink__generator", 747 ":mojo_bindings_blink__generator",
747 ":offscreen_canvas_mojo_bindings_blink__generator", 748 ":offscreen_canvas_mojo_bindings_blink__generator",
748 ] 749 ]
749 } 750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698