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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'USE_SYMBOLIZE', | 139 'USE_SYMBOLIZE', |
140 ], | 140 ], |
141 'sources!': [ | 141 'sources!': [ |
142 'debug/stack_trace_posix.cc', | 142 'debug/stack_trace_posix.cc', |
143 ], | 143 ], |
144 }], | 144 }], |
145 ['OS == "android" and _toolset == "target" and android_build_type == 0',
{ | 145 ['OS == "android" and _toolset == "target" and android_build_type == 0',
{ |
146 'dependencies': [ | 146 'dependencies': [ |
147 'base_java', | 147 'base_java', |
148 ], | 148 ], |
149 'export_dependent_settings': [ | |
150 'base_java', | |
151 ], | |
152 }], | 149 }], |
153 ['os_bsd==1', { | 150 ['os_bsd==1', { |
154 'include_dirs': [ | 151 'include_dirs': [ |
155 '/usr/local/include', | 152 '/usr/local/include', |
156 ], | 153 ], |
157 'link_settings': { | 154 'link_settings': { |
158 'libraries': [ | 155 'libraries': [ |
159 '-L/usr/local/lib -lexecinfo', | 156 '-L/usr/local/lib -lexecinfo', |
160 ], | 157 ], |
161 }, | 158 }, |
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 '--result', '<@(_outputs)', | 1056 '--result', '<@(_outputs)', |
1060 '--isolate', 'base_unittests.isolate', | 1057 '--isolate', 'base_unittests.isolate', |
1061 ], | 1058 ], |
1062 }, | 1059 }, |
1063 ], | 1060 ], |
1064 }, | 1061 }, |
1065 ], | 1062 ], |
1066 }], | 1063 }], |
1067 ], | 1064 ], |
1068 } | 1065 } |
OLD | NEW |