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 '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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'win/resource_util.h', | 397 'win/resource_util.h', |
398 'win/sampling_profiler.cc', | 398 'win/sampling_profiler.cc', |
399 'win/sampling_profiler.h', | 399 'win/sampling_profiler.h', |
400 'win/scoped_bstr.cc', | 400 'win/scoped_bstr.cc', |
401 'win/scoped_bstr.h', | 401 'win/scoped_bstr.h', |
402 'win/scoped_co_mem.h', | 402 'win/scoped_co_mem.h', |
403 'win/scoped_com_initializer.h', | 403 'win/scoped_com_initializer.h', |
404 'win/scoped_comptr.h', | 404 'win/scoped_comptr.h', |
405 'win/scoped_gdi_object.h', | 405 'win/scoped_gdi_object.h', |
406 'win/scoped_handle.h', | 406 'win/scoped_handle.h', |
| 407 'win/scoped_hdc.cc', |
407 'win/scoped_hdc.h', | 408 'win/scoped_hdc.h', |
408 'win/scoped_hglobal.h', | 409 'win/scoped_hglobal.h', |
409 'win/scoped_select_object.h', | 410 'win/scoped_select_object.h', |
410 'win/scoped_variant.cc', | 411 'win/scoped_variant.cc', |
411 'win/scoped_variant.h', | 412 'win/scoped_variant.h', |
412 'win/windows_version.cc', | 413 'win/windows_version.cc', |
413 'win/windows_version.h', | 414 'win/windows_version.h', |
414 'win/win_util.cc', | 415 'win/win_util.cc', |
415 'win/win_util.h', | 416 'win/win_util.h', |
416 'win/wrapped_window_proc.cc', | 417 'win/wrapped_window_proc.cc', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'third_party/xdg_mime/xdgmimemagic.c', | 888 'third_party/xdg_mime/xdgmimemagic.c', |
888 'third_party/xdg_mime/xdgmimemagic.h', | 889 'third_party/xdg_mime/xdgmimemagic.h', |
889 'third_party/xdg_mime/xdgmimeparent.c', | 890 'third_party/xdg_mime/xdgmimeparent.c', |
890 'third_party/xdg_mime/xdgmimeparent.h', | 891 'third_party/xdg_mime/xdgmimeparent.h', |
891 ], | 892 ], |
892 }, | 893 }, |
893 ], | 894 ], |
894 }], | 895 }], |
895 ], | 896 ], |
896 } | 897 } |
OLD | NEW |