| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "platform/WebURLLoaderClient.h", | 308 "platform/WebURLLoaderClient.h", |
| 309 "platform/WebURLLoaderMockFactory.h", | 309 "platform/WebURLLoaderMockFactory.h", |
| 310 "platform/WebURLRequest.h", | 310 "platform/WebURLRequest.h", |
| 311 "platform/WebURLResponse.h", | 311 "platform/WebURLResponse.h", |
| 312 "platform/WebVector.h", | 312 "platform/WebVector.h", |
| 313 "platform/callback/WebClosure.h", | 313 "platform/callback/WebClosure.h", |
| 314 "platform/linux/WebFallbackFont.h", | 314 "platform/linux/WebFallbackFont.h", |
| 315 "platform/linux/WebFontRenderStyle.h", | 315 "platform/linux/WebFontRenderStyle.h", |
| 316 "platform/linux/WebSandboxSupport.h", | 316 "platform/linux/WebSandboxSupport.h", |
| 317 "platform/mac/WebSandboxSupport.h", | 317 "platform/mac/WebSandboxSupport.h", |
| 318 "platform/modules/app_banner/WebAppBannerClient.h", | |
| 319 "platform/modules/app_banner/WebAppBannerPromptReply.h", | |
| 320 "platform/modules/app_banner/WebAppBannerPromptResult.h", | |
| 321 "platform/modules/background_sync/WebSyncClient.h", | 318 "platform/modules/background_sync/WebSyncClient.h", |
| 322 "platform/modules/background_sync/WebSyncError.h", | 319 "platform/modules/background_sync/WebSyncError.h", |
| 323 "platform/modules/background_sync/WebSyncProvider.h", | 320 "platform/modules/background_sync/WebSyncProvider.h", |
| 324 "platform/modules/background_sync/WebSyncRegistration.h", | 321 "platform/modules/background_sync/WebSyncRegistration.h", |
| 325 "platform/modules/bluetooth/WebBluetooth.h", | 322 "platform/modules/bluetooth/WebBluetooth.h", |
| 326 "platform/modules/bluetooth/WebBluetoothDevice.h", | 323 "platform/modules/bluetooth/WebBluetoothDevice.h", |
| 327 "platform/modules/bluetooth/WebBluetoothError.h", | 324 "platform/modules/bluetooth/WebBluetoothError.h", |
| 328 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", | 325 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", |
| 329 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", | 326 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", |
| 330 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", | 327 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 | 655 |
| 659 # Similarly, the blink variant must be linked with the platform component | 656 # Similarly, the blink variant must be linked with the platform component |
| 660 # since it uses types from it in its typemaps. | 657 # since it uses types from it in its typemaps. |
| 661 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" | 658 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" |
| 662 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" | 659 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
| 663 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" | 660 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
| 664 } | 661 } |
| 665 | 662 |
| 666 mojom("new_wrapper_types_mojo_bindings") { | 663 mojom("new_wrapper_types_mojo_bindings") { |
| 667 sources = [ | 664 sources = [ |
| 665 "platform/modules/app_banner/app_banner.mojom", |
| 668 "platform/modules/mediasession/media_session.mojom", | 666 "platform/modules/mediasession/media_session.mojom", |
| 669 "platform/modules/permissions/permission.mojom", | 667 "platform/modules/permissions/permission.mojom", |
| 670 "platform/modules/permissions/permission_status.mojom", | 668 "platform/modules/permissions/permission_status.mojom", |
| 671 "platform/modules/presentation/presentation.mojom", | 669 "platform/modules/presentation/presentation.mojom", |
| 672 "platform/modules/shapedetection/shapedetection.mojom", | 670 "platform/modules/shapedetection/shapedetection.mojom", |
| 673 "platform/modules/websockets/websocket.mojom", | 671 "platform/modules/websockets/websocket.mojom", |
| 674 "platform/referrer.mojom", | 672 "platform/referrer.mojom", |
| 675 "web/window_features.mojom", | 673 "web/window_features.mojom", |
| 676 ] | 674 ] |
| 677 public_deps = [ | 675 public_deps = [ |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 # relegated to a separate target to avoid duplication between the variants. | 741 # relegated to a separate target to avoid duplication between the variants. |
| 744 source_set("shared_typemap_traits") { | 742 source_set("shared_typemap_traits") { |
| 745 visibility = [ ":*" ] | 743 visibility = [ ":*" ] |
| 746 sources = [ | 744 sources = [ |
| 747 "web/WindowFeaturesStructTraits.cpp", | 745 "web/WindowFeaturesStructTraits.cpp", |
| 748 ] | 746 ] |
| 749 deps = [ | 747 deps = [ |
| 750 ":new_wrapper_types_mojo_bindings_shared__generator", | 748 ":new_wrapper_types_mojo_bindings_shared__generator", |
| 751 ] | 749 ] |
| 752 } | 750 } |
| OLD | NEW |