OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'win/scoped_gdi_object.h', | 324 'win/scoped_gdi_object.h', |
325 'win/scoped_handle.h', | 325 'win/scoped_handle.h', |
326 'win/scoped_hdc.h', | 326 'win/scoped_hdc.h', |
327 'win/scoped_hglobal.h', | 327 'win/scoped_hglobal.h', |
328 'win/scoped_variant.cc', | 328 'win/scoped_variant.cc', |
329 'win/scoped_variant.h', | 329 'win/scoped_variant.h', |
330 'win/win_util.cc', | 330 'win/win_util.cc', |
331 'win/win_util.h', | 331 'win/win_util.h', |
332 'win/windows_version.cc', | 332 'win/windows_version.cc', |
333 'win/windows_version.h', | 333 'win/windows_version.h', |
| 334 'win/wrapped_window_proc.cc', |
| 335 'win/wrapped_window_proc.h', |
334 'nix/xdg_util.h', | 336 'nix/xdg_util.h', |
335 'nix/xdg_util.cc', | 337 'nix/xdg_util.cc', |
336 ], | 338 ], |
337 'include_dirs': [ | 339 'include_dirs': [ |
338 '..', | 340 '..', |
339 ], | 341 ], |
340 # These warnings are needed for the files in third_party\dmg_fp. | 342 # These warnings are needed for the files in third_party\dmg_fp. |
341 'msvs_disabled_warnings': [ | 343 'msvs_disabled_warnings': [ |
342 4244, 4554, 4018, 4102, | 344 4244, 4554, 4018, 4102, |
343 ], | 345 ], |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'third_party/xdg_mime/xdgmimemagic.c', | 749 'third_party/xdg_mime/xdgmimemagic.c', |
748 'third_party/xdg_mime/xdgmimemagic.h', | 750 'third_party/xdg_mime/xdgmimemagic.h', |
749 'third_party/xdg_mime/xdgmimeparent.c', | 751 'third_party/xdg_mime/xdgmimeparent.c', |
750 'third_party/xdg_mime/xdgmimeparent.h', | 752 'third_party/xdg_mime/xdgmimeparent.h', |
751 ], | 753 ], |
752 }, | 754 }, |
753 ], | 755 ], |
754 }], | 756 }], |
755 ], | 757 ], |
756 } | 758 } |
OLD | NEW |