Commit 28be6900 authored by Mustafa Çamurcu's avatar Mustafa Çamurcu Committed by Commit Bot

simple fix for ozone w/ headless

Ozone BUILD.gn files for each platform have this line in them except headless.
Now it has it too. Still no head.

It was causing double definition of some symbols when building for windows.

Bug:

Change-Id: I3455ab67848f05c0b3596a53cf6f6279bf078f0c
Reviewed-on: https://chromium-review.googlesource.com/963227Reviewed-by: default avatarRobert Kroeger <rjkroege@chromium.org>
Commit-Queue: Mustafa Çamurcu <camurcu@google.com>
Cr-Commit-Position: refs/heads/master@{#543432}
parent b728070c
...@@ -20,6 +20,8 @@ source_set("headless") { ...@@ -20,6 +20,8 @@ source_set("headless") {
"ozone_platform_headless.h", "ozone_platform_headless.h",
] ]
defines = [ "OZONE_IMPLEMENTATION" ]
deps = [ deps = [
"//base", "//base",
"//skia", "//skia",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment