diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 04:40:23 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 04:40:23 +0000 |
commit | 4492db768d3c3504b5e88df88fb1df8f3e7eecfa (patch) | |
tree | 38481898ed7fbb71d5e9993ecc920d056b8ddeb7 /base/third_party/xdg_mime | |
parent | 64d617ec7c502ea5ce5ec8f6f97580000541a854 (diff) | |
download | chromium_src-4492db768d3c3504b5e88df88fb1df8f3e7eecfa.zip chromium_src-4492db768d3c3504b5e88df88fb1df8f3e7eecfa.tar.gz chromium_src-4492db768d3c3504b5e88df88fb1df8f3e7eecfa.tar.bz2 |
Update skia and ui GN builds
Change some targets to source sets. These are small ones that are currently depended on by other source sets. This avoids some duplicate symbols.
duplicated.
Fix some conditions around the touch_device in ui/base.
Lots of Skia build fixes. It turns out our skia library does not use the "util" target, and some of the files in "util" reference functions that it seems are never defined in any file. This removes the ones in our list that weren't in skia_library.gypi to make accessibility_unittests link.
Update gesture recogniser file lists.
BUG=377890
TBR=scottmg
Review URL: https://codereview.chromium.org/305993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/xdg_mime')
-rw-r--r-- | base/third_party/xdg_mime/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/xdg_mime/BUILD.gn b/base/third_party/xdg_mime/BUILD.gn index 8abbbde..3e51e33 100644 --- a/base/third_party/xdg_mime/BUILD.gn +++ b/base/third_party/xdg_mime/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -static_library("xdg_mime") { +source_set("xdg_mime") { visibility = "//base/*" sources = [ "xdgmime.c", |