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

Side by Side Diff: base/base.gyp

Issue 10702142: Use common stack trace code in Android port (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/debug/stack_trace_android.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 ], 132 ],
133 'link_settings': { 133 'link_settings': {
134 'libraries': [ 134 'libraries': [
135 '-llog', 135 '-llog',
136 ], 136 ],
137 }, 137 },
138 'defines': [ 138 'defines': [
139 'USE_SYMBOLIZE', 139 'USE_SYMBOLIZE',
140 ], 140 ],
141 'sources!': [ 141 'sources!': [
142 'debug/stack_trace.cc',
143 'debug/stack_trace_posix.cc', 142 'debug/stack_trace_posix.cc',
144 ], 143 ],
145 }], 144 }],
146 ['os_bsd==1', { 145 ['os_bsd==1', {
147 'include_dirs': [ 146 'include_dirs': [
148 '/usr/local/include', 147 '/usr/local/include',
149 ], 148 ],
150 'link_settings': { 149 'link_settings': {
151 'libraries': [ 150 'libraries': [
152 '-L/usr/local/lib -lexecinfo', 151 '-L/usr/local/lib -lexecinfo',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'test_suite_name': 'base_unittests', 1021 'test_suite_name': 'base_unittests',
1023 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1022 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1024 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1023 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1025 }, 1024 },
1026 'includes': [ '../build/apk_test.gypi' ], 1025 'includes': [ '../build/apk_test.gypi' ],
1027 }, 1026 },
1028 ], 1027 ],
1029 }], 1028 }],
1030 ], 1029 ],
1031 } 1030 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/stack_trace_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698