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', | |
Peter Kasting
2012/02/10 19:47:39
Nit: tabs vs. spaces or something went wrong here
| |
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
891 'third_party/xdg_mime/xdgmimemagic.c', | 892 'third_party/xdg_mime/xdgmimemagic.c', |
892 'third_party/xdg_mime/xdgmimemagic.h', | 893 'third_party/xdg_mime/xdgmimemagic.h', |
893 'third_party/xdg_mime/xdgmimeparent.c', | 894 'third_party/xdg_mime/xdgmimeparent.c', |
894 'third_party/xdg_mime/xdgmimeparent.h', | 895 'third_party/xdg_mime/xdgmimeparent.h', |
895 ], | 896 ], |
896 }, | 897 }, |
897 ], | 898 ], |
898 }], | 899 }], |
899 ], | 900 ], |
900 } | 901 } |
OLD | NEW |