Chromium Code Reviews| Index: cc/ipc/BUILD.gn |
| diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn |
| index b193c9f5643ce012bac02a4198e6294d6c16adab..adba2fb0430c3fc11cb9b43de1edada4d3eec30d 100644 |
| --- a/cc/ipc/BUILD.gn |
| +++ b/cc/ipc/BUILD.gn |
| @@ -66,6 +66,10 @@ mojom("interfaces") { |
| "//ui/gfx/geometry/mojo", |
| "//ui/gfx/mojo", |
| ] |
| + |
| + export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" |
|
jam
2016/12/14 17:53:39
I don't understand this change and the next file.
|
| + export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
| + export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
| } |
| # Interfaces between two privileged services. |