summaryrefslogtreecommitdiffstats
path: root/ui/gfx/geometry/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 19:34:34 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 19:34:34 +0000
commitd26d8dd799ea9575bdd43829446af8548ff23a94 (patch)
treeb1658c9a3fe7b640494e191d8cd56bb557cb1f76 /ui/gfx/geometry/BUILD.gn
parent2354994eae6a4099f5cc03cf18513b29d219e9e2 (diff)
downloadchromium_src-d26d8dd799ea9575bdd43829446af8548ff23a94.zip
chromium_src-d26d8dd799ea9575bdd43829446af8548ff23a94.tar.gz
chromium_src-d26d8dd799ea9575bdd43829446af8548ff23a94.tar.bz2
GN build: GPU work, Windows compile, "check" errors
Fix the "gn check" header errors. Remove the extra "gles2_utils" target which "gn check" flags as an error. This target is actually inseparable from "command_buffer_common" but exists this way to prevent cycles in GYP files (but not GYP targets). GN doesn't have this problem, so I merged them. Moved the GPU targets out into build files closer to their files (gpu/command_buffer/client and .../common). This leaves a BUILD.gn file in gpu/ with a comment listing the forwarding locations, since that's where people will look for a BUILD.gn file first. Delete the duplicate gfx_unittests target, leave a comment for where it is in case somebody does a search for that name. Make webp compile on Windows Make ui/gfx compile on Windows. There were some duplicate symbols for ozone. I changed some of the filtering around to do += instead of exclusion. I think in these cases it's easier to follow and maintain. BUG= R=piman@chromium.org, urvang@google.com Review URL: https://codereview.chromium.org/288033016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/geometry/BUILD.gn')
-rw-r--r--ui/gfx/geometry/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/geometry/BUILD.gn b/ui/gfx/geometry/BUILD.gn
index 9492ced..b7c877a 100644
--- a/ui/gfx/geometry/BUILD.gn
+++ b/ui/gfx/geometry/BUILD.gn
@@ -4,6 +4,7 @@
component("geometry") {
sources = [
+ "../gfx_export.h",
"box_f.cc",
"box_f.h",
"cubic_bezier.h",