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

Unified Diff: breakpad/breakpad_tools.gypi

Issue 402773003: Remove things from breakpad_tools.gypi that are set by build/common.gypi or implicitly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_tools.gypi
diff --git a/breakpad/breakpad_tools.gypi b/breakpad/breakpad_tools.gypi
index cce770fa5e7d63902c83e994ff449a90fb33c6fa..48dc050950f531d3f89bf0bd70613da542e752d6 100644
--- a/breakpad/breakpad_tools.gypi
+++ b/breakpad/breakpad_tools.gypi
@@ -4,27 +4,8 @@
{
'conditions': [
- ['OS=="linux" or OS=="android"', {
- 'variables': {
- 'host_arch': '<!pymod_do_main(detect_host_arch)',
- },
- 'conditions': [
- ['host_arch=="x86_64"', {
- 'cflags!': ['-m32', '-march=pentium4', '-msse2', '-mfpmath=sse'],
- 'ldflags!': ['-m32'],
- 'cflags': ['-O2'],
- 'include_dirs!': ['/usr/include32'],
- 'conditions': [
- ['target_arch=="ia32" and sysroot!=""', {
- 'cflags!': ['--sysroot=<(sysroot)'],
- }],
- ],
- }],
- ],
- }],
['OS=="android"', {
'toolsets': ['host'],
- 'defines': ['__ANDROID__'],
}],
['clang==1', {
'cflags': ['-Wno-tautological-constant-out-of-range-compare'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698