| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'win/scoped_handle.h', | 313 'win/scoped_handle.h', |
| 314 'win/scoped_hdc.h', | 314 'win/scoped_hdc.h', |
| 315 'win/scoped_hglobal.h', | 315 'win/scoped_hglobal.h', |
| 316 'win/scoped_variant.cc', | 316 'win/scoped_variant.cc', |
| 317 'win/scoped_variant.h', | 317 'win/scoped_variant.h', |
| 318 'win/windows_version.cc', | 318 'win/windows_version.cc', |
| 319 'win/windows_version.h', | 319 'win/windows_version.h', |
| 320 'win_util.cc', | 320 'win_util.cc', |
| 321 'win_util.h', | 321 'win_util.h', |
| 322 'worker_pool.h', | 322 'worker_pool.h', |
| 323 'worker_pool_job.cc', |
| 324 'worker_pool_job.h', |
| 323 'worker_pool_posix.cc', | 325 'worker_pool_posix.cc', |
| 324 'worker_pool_posix.h', | 326 'worker_pool_posix.h', |
| 325 'worker_pool_win.cc', | 327 'worker_pool_win.cc', |
| 326 'nix/xdg_util.h', | 328 'nix/xdg_util.h', |
| 327 'nix/xdg_util.cc', | 329 'nix/xdg_util.cc', |
| 328 ], | 330 ], |
| 329 'include_dirs': [ | 331 'include_dirs': [ |
| 330 '..', | 332 '..', |
| 331 ], | 333 ], |
| 332 # These warnings are needed for the files in third_party\dmg_fp. | 334 # These warnings are needed for the files in third_party\dmg_fp. |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 'third_party/xdg_mime/xdgmimemagic.c', | 744 'third_party/xdg_mime/xdgmimemagic.c', |
| 743 'third_party/xdg_mime/xdgmimemagic.h', | 745 'third_party/xdg_mime/xdgmimemagic.h', |
| 744 'third_party/xdg_mime/xdgmimeparent.c', | 746 'third_party/xdg_mime/xdgmimeparent.c', |
| 745 'third_party/xdg_mime/xdgmimeparent.h', | 747 'third_party/xdg_mime/xdgmimeparent.h', |
| 746 ], | 748 ], |
| 747 }, | 749 }, |
| 748 ], | 750 ], |
| 749 }], | 751 }], |
| 750 ], | 752 ], |
| 751 } | 753 } |
| OLD | NEW |