OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |