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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 "web/WebLabelElement.h", | 484 "web/WebLabelElement.h", |
485 "web/WebLeakDetector.h", | 485 "web/WebLeakDetector.h", |
486 "web/WebLocalFrame.h", | 486 "web/WebLocalFrame.h", |
487 "web/WebMeaningfulLayout.h", | 487 "web/WebMeaningfulLayout.h", |
488 "web/WebMediaDeviceChangeObserver.h", | 488 "web/WebMediaDeviceChangeObserver.h", |
489 "web/WebMediaDevicesRequest.h", | 489 "web/WebMediaDevicesRequest.h", |
490 "web/WebMediaPlayerAction.h", | 490 "web/WebMediaPlayerAction.h", |
491 "web/WebMediaStreamRegistry.h", | 491 "web/WebMediaStreamRegistry.h", |
492 "web/WebMenuItemInfo.h", | 492 "web/WebMenuItemInfo.h", |
493 "web/WebMetaElement.h", | 493 "web/WebMetaElement.h", |
| 494 "web/WebMojoBindings.h", |
494 "web/WebNavigationPolicy.h", | 495 "web/WebNavigationPolicy.h", |
495 "web/WebNavigationType.h", | 496 "web/WebNavigationType.h", |
496 "web/WebNavigatorContentUtilsClient.h", | 497 "web/WebNavigatorContentUtilsClient.h", |
497 "web/WebNetworkStateNotifier.h", | 498 "web/WebNetworkStateNotifier.h", |
498 "web/WebNode.h", | 499 "web/WebNode.h", |
499 "web/WebOptionElement.h", | 500 "web/WebOptionElement.h", |
500 "web/WebPagePopup.h", | 501 "web/WebPagePopup.h", |
501 "web/WebPepperSocket.h", | 502 "web/WebPepperSocket.h", |
502 "web/WebPepperSocketClient.h", | 503 "web/WebPepperSocketClient.h", |
503 "web/WebPerformance.h", | 504 "web/WebPerformance.h", |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 # relegated to a separate target to avoid duplication between the variants. | 744 # relegated to a separate target to avoid duplication between the variants. |
744 source_set("shared_typemap_traits") { | 745 source_set("shared_typemap_traits") { |
745 visibility = [ ":*" ] | 746 visibility = [ ":*" ] |
746 sources = [ | 747 sources = [ |
747 "web/WindowFeaturesStructTraits.cpp", | 748 "web/WindowFeaturesStructTraits.cpp", |
748 ] | 749 ] |
749 deps = [ | 750 deps = [ |
750 ":new_wrapper_types_mojo_bindings_shared__generator", | 751 ":new_wrapper_types_mojo_bindings_shared__generator", |
751 ] | 752 ] |
752 } | 753 } |
OLD | NEW |