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

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

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Rebase Created 4 years, 3 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 677 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
678 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 678 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
679 } 679 }
680 680
681 # GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings 681 # GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings
682 mojom("new_wrapper_types_mojo_bindings") { 682 mojom("new_wrapper_types_mojo_bindings") {
683 sources = [ 683 sources = [
684 "platform/modules/permissions/permission.mojom", 684 "platform/modules/permissions/permission.mojom",
685 "platform/modules/permissions/permission_status.mojom", 685 "platform/modules/permissions/permission_status.mojom",
686 "platform/modules/presentation/presentation.mojom", 686 "platform/modules/presentation/presentation.mojom",
687 "platform/modules/websockets/websocket.mojom",
687 ] 688 ]
688
689 public_deps = [ 689 public_deps = [
690 "//url/mojo:url_mojom_gurl",
690 "//url/mojo:url_mojom_origin", 691 "//url/mojo:url_mojom_origin",
691 ] 692 ]
692 693
693 # See comment above. 694 # See comment above.
694 export_class_attribute = "CONTENT_EXPORT" 695 export_class_attribute = "CONTENT_EXPORT"
695 export_define = "CONTENT_IMPLEMENTATION=1" 696 export_define = "CONTENT_IMPLEMENTATION=1"
696 export_header = "content/common/content_export.h" 697 export_header = "content/common/content_export.h"
697 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" 698 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
698 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 699 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
699 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 700 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
(...skipping 15 matching lines...) Expand all
715 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" 716 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
716 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 717 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
717 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 718 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
718 } 719 }
719 720
720 group("generate_mojo_bindings") { 721 group("generate_mojo_bindings") {
721 deps = [ 722 deps = [
722 ":mojo_bindings_blink__generator", 723 ":mojo_bindings_blink__generator",
723 ] 724 ]
724 } 725 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698