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

Side by Side Diff: cc/ipc/BUILD.gn

Issue 2574593003: Fix Windows build warning LNK4217 for blink_platform.dll. (Closed)
Patch Set: gpu/ipc/common:interfaces_blink Created 4 years 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
« no previous file with comments | « no previous file | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 cc_component("ipc") { 9 cc_component("ipc") {
10 output_name = "cc_ipc" 10 output_name = "cc_ipc"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 ] 59 ]
60 60
61 public_deps = [ 61 public_deps = [
62 "//gpu/ipc/common:interfaces", 62 "//gpu/ipc/common:interfaces",
63 "//mojo/common:common_custom_types", 63 "//mojo/common:common_custom_types",
64 "//skia/public/interfaces", 64 "//skia/public/interfaces",
65 "//ui/events/mojo:interfaces", 65 "//ui/events/mojo:interfaces",
66 "//ui/gfx/geometry/mojo", 66 "//ui/gfx/geometry/mojo",
67 "//ui/gfx/mojo", 67 "//ui/gfx/mojo",
68 ] 68 ]
69
70 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
jam 2016/12/14 17:53:39 I don't understand this change and the next file.
71 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
72 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
69 } 73 }
70 74
71 # Interfaces between two privileged services. 75 # Interfaces between two privileged services.
72 mojom("internal_interfaces") { 76 mojom("internal_interfaces") {
73 sources = [ 77 sources = [
74 "display_compositor.mojom", 78 "display_compositor.mojom",
75 ] 79 ]
76 80
77 public_deps = [ 81 public_deps = [
78 ":interfaces", 82 ":interfaces",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "//mojo/common:struct_traits", 128 "//mojo/common:struct_traits",
125 "//skia/public/interfaces:struct_traits", 129 "//skia/public/interfaces:struct_traits",
126 "//ui/events:events_base", 130 "//ui/events:events_base",
127 "//ui/events/mojo:struct_traits", 131 "//ui/events/mojo:struct_traits",
128 "//ui/gfx", 132 "//ui/gfx",
129 "//ui/gfx:selection_bound", 133 "//ui/gfx:selection_bound",
130 "//ui/gfx/geometry/mojo:struct_traits", 134 "//ui/gfx/geometry/mojo:struct_traits",
131 "//ui/gfx/mojo:struct_traits", 135 "//ui/gfx/mojo:struct_traits",
132 ] 136 ]
133 } 137 }
OLDNEW
« no previous file with comments | « no previous file | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698