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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |