OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |