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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1182 '/usr/gnu/include/libelf', | 1182 '/usr/gnu/include/libelf', |
1183 ], | 1183 ], |
1184 },], | 1184 },], |
1185 ], | 1185 ], |
1186 'cflags': [ | 1186 'cflags': [ |
1187 '-Wno-sign-compare', | 1187 '-Wno-sign-compare', |
1188 ], | 1188 ], |
1189 'cflags!': [ | 1189 'cflags!': [ |
1190 '-Wextra', | 1190 '-Wextra', |
1191 ], | 1191 ], |
| 1192 'defines': [ |
| 1193 'GLOG_BUILD_CONFIG_INCLUDE="build/build_config.h"', |
| 1194 ], |
1192 'sources': [ | 1195 'sources': [ |
1193 'third_party/symbolize/config.h', | 1196 'third_party/symbolize/config.h', |
1194 'third_party/symbolize/demangle.cc', | 1197 'third_party/symbolize/demangle.cc', |
1195 'third_party/symbolize/demangle.h', | 1198 'third_party/symbolize/demangle.h', |
1196 'third_party/symbolize/glog/logging.h', | 1199 'third_party/symbolize/glog/logging.h', |
1197 'third_party/symbolize/glog/raw_logging.h', | 1200 'third_party/symbolize/glog/raw_logging.h', |
1198 'third_party/symbolize/symbolize.cc', | 1201 'third_party/symbolize/symbolize.cc', |
1199 'third_party/symbolize/symbolize.h', | 1202 'third_party/symbolize/symbolize.h', |
1200 'third_party/symbolize/utilities.h', | 1203 'third_party/symbolize/utilities.h', |
1201 ], | 1204 ], |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1445 'base_unittests.isolate', | 1448 'base_unittests.isolate', |
1446 ], | 1449 ], |
1447 'sources': [ | 1450 'sources': [ |
1448 'base_unittests.isolate', | 1451 'base_unittests.isolate', |
1449 ], | 1452 ], |
1450 }, | 1453 }, |
1451 ], | 1454 ], |
1452 }], | 1455 }], |
1453 ], | 1456 ], |
1454 } | 1457 } |
OLD | NEW |