| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'win/scoped_handle.h', | 315 'win/scoped_handle.h', |
| 316 'win/scoped_hdc.h', | 316 'win/scoped_hdc.h', |
| 317 'win/scoped_hglobal.h', | 317 'win/scoped_hglobal.h', |
| 318 'win/scoped_variant.cc', | 318 'win/scoped_variant.cc', |
| 319 'win/scoped_variant.h', | 319 'win/scoped_variant.h', |
| 320 'win/windows_version.cc', | 320 'win/windows_version.cc', |
| 321 'win/windows_version.h', | 321 'win/windows_version.h', |
| 322 'win_util.cc', | 322 'win_util.cc', |
| 323 'win_util.h', | 323 'win_util.h', |
| 324 'worker_pool.h', | 324 'worker_pool.h', |
| 325 'worker_pool_job.cc', |
| 326 'worker_pool_job.h', |
| 325 'worker_pool_linux.cc', | 327 'worker_pool_linux.cc', |
| 326 'worker_pool_linux.h', | 328 'worker_pool_linux.h', |
| 327 'worker_pool_mac.h', | 329 'worker_pool_mac.h', |
| 328 'worker_pool_mac.mm', | 330 'worker_pool_mac.mm', |
| 329 'worker_pool_win.cc', | 331 'worker_pool_win.cc', |
| 330 'nix/xdg_util.h', | 332 'nix/xdg_util.h', |
| 331 'nix/xdg_util.cc', | 333 'nix/xdg_util.cc', |
| 332 ], | 334 ], |
| 333 'include_dirs': [ | 335 'include_dirs': [ |
| 334 '..', | 336 '..', |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'third_party/xdg_mime/xdgmimemagic.c', | 755 'third_party/xdg_mime/xdgmimemagic.c', |
| 754 'third_party/xdg_mime/xdgmimemagic.h', | 756 'third_party/xdg_mime/xdgmimemagic.h', |
| 755 'third_party/xdg_mime/xdgmimeparent.c', | 757 'third_party/xdg_mime/xdgmimeparent.c', |
| 756 'third_party/xdg_mime/xdgmimeparent.h', | 758 'third_party/xdg_mime/xdgmimeparent.h', |
| 757 ], | 759 ], |
| 758 }, | 760 }, |
| 759 ], | 761 ], |
| 760 }], | 762 }], |
| 761 ], | 763 ], |
| 762 } | 764 } |
| OLD | NEW |