| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
| 7 '../build/common.gypi', | 7 '../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 [ 'OS=="mac"', { | 10 [ 'OS=="mac"', { |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 # 'type': 'executable', | 291 # 'type': 'executable', |
| 292 # | 292 # |
| 293 # 'sources': [ | 293 # 'sources': [ |
| 294 # 'src/tools/linux/symupload/sym_upload.cc', | 294 # 'src/tools/linux/symupload/sym_upload.cc', |
| 295 # 'src/common/linux/http_upload.cc', | 295 # 'src/common/linux/http_upload.cc', |
| 296 # ], | 296 # ], |
| 297 # | 297 # |
| 298 # 'include_dirs': [ | 298 # 'include_dirs': [ |
| 299 # 'src', | 299 # 'src', |
| 300 # ], | 300 # ], |
| 301 # 'link_settings': { |
| 302 # 'libraries': [ |
| 303 # '-ldl', |
| 304 # ], |
| 305 # }, |
| 301 # }, | 306 # }, |
| 302 # { | 307 # { |
| 303 # 'target_name': 'dump_syms', | 308 # 'target_name': 'dump_syms', |
| 304 # 'type': 'executable', | 309 # 'type': 'executable', |
| 305 # | 310 # |
| 306 # 'sources': [ | 311 # 'sources': [ |
| 307 # 'src/tools/linux/dump_syms/dump_syms.cc', | 312 # 'src/tools/linux/dump_syms/dump_syms.cc', |
| 308 # 'src/common/linux/dump_symbols.cc', | 313 # 'src/common/linux/dump_symbols.cc', |
| 309 # 'src/common/linux/file_id.cc', | 314 # 'src/common/linux/file_id.cc', |
| 310 # 'src/common/md5.c', | 315 # 'src/common/md5.c', |
| 311 # ], | 316 # ], |
| 312 # | 317 # |
| 313 # 'include_dirs': [ | 318 # 'include_dirs': [ |
| 314 # 'src', | 319 # 'src', |
| 315 # ], | 320 # ], |
| 316 # }, | 321 # }, |
| 317 ], | 322 ], |
| 318 }], | 323 }], |
| 319 ], | 324 ], |
| 320 } | 325 } |
| OLD | NEW |