summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 19:55:29 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 19:55:29 +0000
commit7867196e5e9623794e547571364f6b77e146d462 (patch)
treef6028236975624786efbe36fd8bb4a5ca895cecf /BUILD.gn
parent11672a8f7120432564b7d9902cedf389b2edf6b1 (diff)
downloadchromium_src-7867196e5e9623794e547571364f6b77e146d462.zip
chromium_src-7867196e5e9623794e547571364f6b77e146d462.tar.gz
chromium_src-7867196e5e9623794e547571364f6b77e146d462.tar.bz2
Add Skia to the GN build.
This makes the GN build of Skia compile and adds it to the GN build. Previously, the configuration of the GN Skia tried to match the confusing array of skia targets. This new version dispenses with that and just adds all files (except SSE ones) to one target. I'm not even sure if it's necessary to split out the SSE ones, but it seems nice since that target will get more complicated when we add Arm and MIPS support. I audited the defines again and added some to the main build config that had been added to the GYP build recently. This improves some operator error messages that I found confusing when I had errors in my file. BUG= R=djsollen@google.com, scottmg@chromium.org Review URL: https://codereview.chromium.org/214883005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 224dedb..00197e6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,6 +35,7 @@ group("root") {
"//third_party/freetype2",
#"//third_party/icu:icudata",
#"//third_party/leveldatabase",
+ "//skia",
"//third_party/libpng",
"//third_party/libusb",
"//third_party/re2",