diff options
author | timloh <timloh@chromium.org> | 2015-01-18 21:19:57 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-19 05:20:52 +0000 |
commit | 6019325be9a7a4195368d8d4362047e1a4381541 (patch) | |
tree | 54d74c786f86110ac984ece8c75d19176ec43e67 /ui/wm | |
parent | 70ef14ff7ab6cf4df11b727941003fd5b47e9581 (diff) | |
download | chromium_src-6019325be9a7a4195368d8d4362047e1a4381541.zip chromium_src-6019325be9a7a4195368d8d4362047e1a4381541.tar.gz chromium_src-6019325be9a7a4195368d8d4362047e1a4381541.tar.bz2 |
Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchset #10 id:180001 of https://codereview.chromium.org/854753002/)
Reason for revert:
Breaks compile on chromium.webkit/Linux Tests (dbg) and probably also chromium.lkgr/ASAN Debug
http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests%20%28dbg%29?numbuilds=50
http://build.chromium.org/p/chromium.lkgr/builders/ASAN%20Debug
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}
>
> Committed: https://crrev.com/fdaea4c9e63c845db9c009d236205e7ed4fcb663
> Cr-Commit-Position: refs/heads/master@{#312032}
TBR=jamesr@chromium.org,piman@chromium.org,dalecurtis@chromium.org,machenbach@chromium.org,thakis@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=371125
Review URL: https://codereview.chromium.org/835223006
Cr-Commit-Position: refs/heads/master@{#312068}
Diffstat (limited to 'ui/wm')
-rw-r--r-- | ui/wm/wm.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp index 7336922..fa71587 100644 --- a/ui/wm/wm.gyp +++ b/ui/wm/wm.gyp @@ -95,13 +95,6 @@ 'core/wm_state.h', 'wm_export.h', ], - 'conditions': [ - ['use_x11==1', { - 'dependencies': [ - '../../build/linux/system.gyp:x11', - ], - }], - ], }, { # GN version: //ui/wm:test_support |