Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1517)

Unified Diff: plugin/plugin.gyp

Issue 2354001: Sync to latest breakpad which doesn't have deps on libglog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/plugin.gyp
===================================================================
--- plugin/plugin.gyp (revision 48452)
+++ plugin/plugin.gyp (working copy)
@@ -302,15 +302,6 @@
'<!@(pkg-config --libs-only-l xt)',
],
'conditions' : [
- ['target_arch=="ia32"',
- { # Used by breakpad
- # TODO(zhurunz) Remove the deps on libglog.a
- 'libraries': [
- '-Lbreakpad/src/third_party/linux/lib/glog',
- '-lglog',
- ],
- },
- ],
['plugin_rpath != ""',
{
'ldflags': [
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698