summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 21:16:59 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 21:16:59 +0000
commit07a8725b211066fca1165828b3c53264838ec98c (patch)
treef2d931d1f46bd84b37945861c110341cb62a0aae /BUILD.gn
parent0e83fe8c8551c7695af31d06f1e369c28a0f46b2 (diff)
downloadchromium_src-07a8725b211066fca1165828b3c53264838ec98c.zip
chromium_src-07a8725b211066fca1165828b3c53264838ec98c.tar.gz
chromium_src-07a8725b211066fca1165828b3c53264838ec98c.tar.bz2
Add GN buildfile for gfx
Adds libjpeg and some global flags for Ozone from the GYP build. Improves error messages for mismatched item types I noticed when writing this patch (changes in builder.cc). BUG= R=bradnelson@google.com Review URL: https://codereview.chromium.org/224633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 673c865..764805d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -44,7 +44,7 @@ group("root") {
"//third_party/zlib",
"//tools/gn",
"//ui/events",
- "//ui/gfx/geometry",
+ "//ui/gfx",
"//url",
]