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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'win/resource_util.cc', | 440 'win/resource_util.cc', |
441 'win/resource_util.h', | 441 'win/resource_util.h', |
442 'win/sampling_profiler.cc', | 442 'win/sampling_profiler.cc', |
443 'win/sampling_profiler.h', | 443 'win/sampling_profiler.h', |
444 'win/scoped_bstr.cc', | 444 'win/scoped_bstr.cc', |
445 'win/scoped_bstr.h', | 445 'win/scoped_bstr.h', |
446 'win/scoped_co_mem.h', | 446 'win/scoped_co_mem.h', |
447 'win/scoped_com_initializer.h', | 447 'win/scoped_com_initializer.h', |
448 'win/scoped_comptr.h', | 448 'win/scoped_comptr.h', |
449 'win/scoped_gdi_object.h', | 449 'win/scoped_gdi_object.h', |
| 450 'win/scoped_handle.cc', |
450 'win/scoped_handle.h', | 451 'win/scoped_handle.h', |
451 'win/scoped_hdc.h', | 452 'win/scoped_hdc.h', |
452 'win/scoped_hglobal.h', | 453 'win/scoped_hglobal.h', |
453 'win/scoped_process_information.cc', | 454 'win/scoped_process_information.cc', |
454 'win/scoped_process_information.h', | 455 'win/scoped_process_information.h', |
455 'win/scoped_select_object.h', | 456 'win/scoped_select_object.h', |
456 'win/scoped_variant.cc', | 457 'win/scoped_variant.cc', |
457 'win/scoped_variant.h', | 458 'win/scoped_variant.h', |
458 'win/windows_version.cc', | 459 'win/windows_version.cc', |
459 'win/windows_version.h', | 460 'win/windows_version.h', |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'third_party/xdg_mime/xdgmimemagic.c', | 944 'third_party/xdg_mime/xdgmimemagic.c', |
944 'third_party/xdg_mime/xdgmimemagic.h', | 945 'third_party/xdg_mime/xdgmimemagic.h', |
945 'third_party/xdg_mime/xdgmimeparent.c', | 946 'third_party/xdg_mime/xdgmimeparent.c', |
946 'third_party/xdg_mime/xdgmimeparent.h', | 947 'third_party/xdg_mime/xdgmimeparent.h', |
947 ], | 948 ], |
948 }, | 949 }, |
949 ], | 950 ], |
950 }], | 951 }], |
951 ], | 952 ], |
952 } | 953 } |
OLD | NEW |