diff options
author | thestig <thestig@chromium.org> | 2015-01-17 00:16:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-17 08:17:00 +0000 |
commit | c160801498b80b35d85758f254f24e337f27d265 (patch) | |
tree | 64795db49dd6f392fd1ac6cd5e4a68b9494af7d4 /third_party | |
parent | 4e784909e564b2a6be52c749b05728caef388ecc (diff) | |
download | chromium_src-c160801498b80b35d85758f254f24e337f27d265.zip chromium_src-c160801498b80b35d85758f254f24e337f27d265.tar.gz chromium_src-c160801498b80b35d85758f254f24e337f27d265.tar.bz2 |
Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchset #9 id:160001 of https://codereview.chromium.org/854753002/)
Reason for revert:
Broke Ozone:
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Builder/builds/10001
gyp: Dependency '/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/build/linux/system.gyp:x11#target' not found while trying to load target /b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/content/content_shell_and_tests.gyp:test_netscape_plugin#target
Original issue's description:
> linux/gyp: Find missing symbols at build time, not runtime.
>
> Limited to very few cases for now (non-chromeos, non-android,
> non-official, component builds only).
>
> BUG=371125
> TBR=piman,dalecurtis
>
> Committed: https://crrev.com/faffc1a04d17dd977ff9eb335c0c67b3b86dad5e
> Cr-Commit-Position: refs/heads/master@{#312020}
TBR=jamesr@chromium.org,piman@chromium.org,dalecurtis@chromium.org,thakis@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=371125
Review URL: https://codereview.chromium.org/851313004
Cr-Commit-Position: refs/heads/master@{#312028}
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/mesa/mesa.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index bf2afcd..3db0d4c 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -682,15 +682,6 @@ 'KEYWORD2=GLAPIENTRY', ], }], - ['OS=="linux"', { - 'link_settings': { - 'libraries': [ - '-ldl', - '-lm', - '-lstdc++', - ], - }, - }], ], 'include_dirs': [ 'src/src/mapi', |