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

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

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Fix Win clang compile Created 4 years, 2 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 318 "platform/modules/app_banner/WebAppBannerPromptResult.h",
321 "platform/modules/background_sync/WebSyncClient.h", 319 "platform/modules/background_sync/WebSyncClient.h",
322 "platform/modules/background_sync/WebSyncError.h", 320 "platform/modules/background_sync/WebSyncError.h",
323 "platform/modules/background_sync/WebSyncProvider.h", 321 "platform/modules/background_sync/WebSyncProvider.h",
324 "platform/modules/background_sync/WebSyncRegistration.h", 322 "platform/modules/background_sync/WebSyncRegistration.h",
325 "platform/modules/bluetooth/WebBluetooth.h", 323 "platform/modules/bluetooth/WebBluetooth.h",
326 "platform/modules/bluetooth/WebBluetoothDevice.h", 324 "platform/modules/bluetooth/WebBluetoothDevice.h",
327 "platform/modules/bluetooth/WebBluetoothError.h", 325 "platform/modules/bluetooth/WebBluetoothError.h",
328 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", 326 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
329 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", 327 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 outputs = [ 622 outputs = [
625 "grit/blink_image_resources.h", 623 "grit/blink_image_resources.h",
626 "blink_image_resources_100_percent.pak", 624 "blink_image_resources_100_percent.pak",
627 "blink_image_resources_200_percent.pak", 625 "blink_image_resources_200_percent.pak",
628 ] 626 ]
629 } 627 }
630 628
631 mojom("mojo_bindings") { 629 mojom("mojo_bindings") {
632 sources = [ 630 sources = [
633 "platform/mime_registry.mojom", 631 "platform/mime_registry.mojom",
632 "platform/modules/app_banner/app_banner.mojom",
Sam McNally 2016/10/06 07:17:44 Add your mojom to "new_wrapper_types_mojo_bindings
dominickn 2016/10/06 22:58:12 Done.
634 "platform/modules/background_sync/background_sync.mojom", 633 "platform/modules/background_sync/background_sync.mojom",
635 "platform/modules/bluetooth/web_bluetooth.mojom", 634 "platform/modules/bluetooth/web_bluetooth.mojom",
636 "platform/modules/broadcastchannel/broadcast_channel.mojom", 635 "platform/modules/broadcastchannel/broadcast_channel.mojom",
637 "platform/modules/budget_service/budget_service.mojom", 636 "platform/modules/budget_service/budget_service.mojom",
638 "platform/modules/hyphenation/hyphenation.mojom", 637 "platform/modules/hyphenation/hyphenation.mojom",
639 "platform/modules/notifications/notification.mojom", 638 "platform/modules/notifications/notification.mojom",
640 "platform/modules/notifications/notification_service.mojom", 639 "platform/modules/notifications/notification_service.mojom",
641 "platform/modules/serviceworker/service_worker_event_status.mojom", 640 "platform/modules/serviceworker/service_worker_event_status.mojom",
642 "platform/modules/wake_lock/wake_lock_service.mojom", 641 "platform/modules/wake_lock/wake_lock_service.mojom",
643 ] 642 ]
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 # relegated to a separate target to avoid duplication between the variants. 741 # relegated to a separate target to avoid duplication between the variants.
743 source_set("shared_typemap_traits") { 742 source_set("shared_typemap_traits") {
744 visibility = [ ":*" ] 743 visibility = [ ":*" ]
745 sources = [ 744 sources = [
746 "web/WindowFeaturesStructTraits.cpp", 745 "web/WindowFeaturesStructTraits.cpp",
747 ] 746 ]
748 deps = [ 747 deps = [
749 ":new_wrapper_types_mojo_bindings_shared__generator", 748 ":new_wrapper_types_mojo_bindings_shared__generator",
750 ] 749 ]
751 } 750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698