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 /ui/gfx | |
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 'ui/gfx')
-rw-r--r-- | ui/gfx/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn index 294704b..798644f 100644 --- a/ui/gfx/BUILD.gn +++ b/ui/gfx/BUILD.gn @@ -73,7 +73,7 @@ component("gfx") { "color_analysis.h", "color_profile.cc", "color_profile.h", - "color_profile_mac.cc", + "color_profile_mac.mm", "color_profile_win.cc", "color_utils.cc", "color_utils.h", |