diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-01 12:16:59 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-01 12:16:59 +0000 |
commit | b5e4aba0eb9c13742b4ef4ac475987c4845b7f61 (patch) | |
tree | e21e2e3ae433da667edcbcc4cdf8066e32260930 /gpu | |
parent | edf3a85313d79045c004444e9176618a1db416fe (diff) | |
download | chromium_src-b5e4aba0eb9c13742b4ef4ac475987c4845b7f61.zip chromium_src-b5e4aba0eb9c13742b4ef4ac475987c4845b7f61.tar.gz chromium_src-b5e4aba0eb9c13742b4ef4ac475987c4845b7f61.tar.bz2 |
gn fixes for ui/gl and mac
With this the ui/gl target compiles on mac and fails to link with some skia
thingy.
R=brettw@chromium.org
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/303273009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn index 9ace123..2a35056 100644 --- a/gpu/config/BUILD.gn +++ b/gpu/config/BUILD.gn @@ -64,6 +64,8 @@ source_set("config") { "//build/config/linux:libpci", "//third_party/libXNVCtrl", ] + } else { + sources -= [ "gpu_info_collector_x11.cc" ] } } |