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

Side by Side Diff: src/v8.gyp

Issue 2324453002: AIX: Disable backtrace API call (Closed)
Patch Set: Addressed comments Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « src/base/debug/stack_trace_posix.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 ]}, 1944 ]},
1945 'sources': [ 1945 'sources': [
1946 'base/debug/stack_trace_posix.cc', 1946 'base/debug/stack_trace_posix.cc',
1947 'base/platform/platform-openbsd.cc', 1947 'base/platform/platform-openbsd.cc',
1948 'base/platform/platform-posix.cc', 1948 'base/platform/platform-posix.cc',
1949 ], 1949 ],
1950 } 1950 }
1951 ], 1951 ],
1952 ['OS=="aix"', { 1952 ['OS=="aix"', {
1953 'sources': [ 1953 'sources': [
1954 'base/debug/stack_trace_posix.cc',
1954 'base/platform/platform-aix.cc', 1955 'base/platform/platform-aix.cc',
1955 'base/platform/platform-posix.cc' 1956 'base/platform/platform-posix.cc'
1956 ]}, 1957 ]},
1957 ], 1958 ],
1958 ['OS=="solaris"', { 1959 ['OS=="solaris"', {
1959 'link_settings': { 1960 'link_settings': {
1960 'libraries': [ 1961 'libraries': [
1961 '-lnsl -lrt', 1962 '-lnsl -lrt',
1962 ]}, 1963 ]},
1963 'sources': [ 1964 'sources': [
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'conditions': [ 2420 'conditions': [
2420 ['want_separate_host_toolset_mkpeephole==1', { 2421 ['want_separate_host_toolset_mkpeephole==1', {
2421 'toolsets': ['host'], 2422 'toolsets': ['host'],
2422 }, { 2423 }, {
2423 'toolsets': ['target'], 2424 'toolsets': ['target'],
2424 }], 2425 }],
2425 ], 2426 ],
2426 }, 2427 },
2427 ], 2428 ],
2428 } 2429 }
OLDNEW
« no previous file with comments | « src/base/debug/stack_trace_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698