diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:32:49 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:32:49 +0000 |
commit | 453a8ad3d1906540436ed7fd7f2a949cf2613718 (patch) | |
tree | 26235666682fb97a12307973a1bf09281331c9e2 /build | |
parent | d7373c0aac4bdce807ca616e7a18ae68a66bee55 (diff) | |
download | chromium_src-453a8ad3d1906540436ed7fd7f2a949cf2613718.zip chromium_src-453a8ad3d1906540436ed7fd7f2a949cf2613718.tar.gz chromium_src-453a8ad3d1906540436ed7fd7f2a949cf2613718.tar.bz2 |
ozone: Work around gestures linkage issue with jsoncpp
The gestures library links jsoncpp, which we link statically. Turn off
fatal-warnings while we sort this out.
BUG=351168
TEST=build --board link_freon
TBR=rjkroege
Review URL: https://codereview.chromium.org/292513003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index ee9400b..6ab9f69 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3176,7 +3176,7 @@ }, }], # TODO(jochen): Enable this on chromeos on arm. http://crbug.com/356580 - ['os_posix==1 and disable_fatal_linker_warnings==0 and (chromeos==0 or target_arch!="arm")', { + ['os_posix==1 and disable_fatal_linker_warnings==0 and use_evdev_gestures==0 and (chromeos==0 or target_arch!="arm")', { 'target_defaults': { 'ldflags': [ '-Wl,--fatal-warnings', |