| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'win/sampling_profiler.h', | 412 'win/sampling_profiler.h', |
| 413 'win/scoped_bstr.cc', | 413 'win/scoped_bstr.cc', |
| 414 'win/scoped_bstr.h', | 414 'win/scoped_bstr.h', |
| 415 'win/scoped_co_mem.h', | 415 'win/scoped_co_mem.h', |
| 416 'win/scoped_com_initializer.h', | 416 'win/scoped_com_initializer.h', |
| 417 'win/scoped_comptr.h', | 417 'win/scoped_comptr.h', |
| 418 'win/scoped_gdi_object.h', | 418 'win/scoped_gdi_object.h', |
| 419 'win/scoped_handle.h', | 419 'win/scoped_handle.h', |
| 420 'win/scoped_hdc.h', | 420 'win/scoped_hdc.h', |
| 421 'win/scoped_hglobal.h', | 421 'win/scoped_hglobal.h', |
| 422 'win/scoped_process_information.h', |
| 422 'win/scoped_select_object.h', | 423 'win/scoped_select_object.h', |
| 423 'win/scoped_variant.cc', | 424 'win/scoped_variant.cc', |
| 424 'win/scoped_variant.h', | 425 'win/scoped_variant.h', |
| 425 'win/windows_version.cc', | 426 'win/windows_version.cc', |
| 426 'win/windows_version.h', | 427 'win/windows_version.h', |
| 427 'win/win_util.cc', | 428 'win/win_util.cc', |
| 428 'win/win_util.h', | 429 'win/win_util.h', |
| 429 'win/wrapped_window_proc.cc', | 430 'win/wrapped_window_proc.cc', |
| 430 'win/wrapped_window_proc.h', | 431 'win/wrapped_window_proc.h', |
| 431 ], | 432 ], |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 'third_party/xdg_mime/xdgmimemagic.c', | 903 'third_party/xdg_mime/xdgmimemagic.c', |
| 903 'third_party/xdg_mime/xdgmimemagic.h', | 904 'third_party/xdg_mime/xdgmimemagic.h', |
| 904 'third_party/xdg_mime/xdgmimeparent.c', | 905 'third_party/xdg_mime/xdgmimeparent.c', |
| 905 'third_party/xdg_mime/xdgmimeparent.h', | 906 'third_party/xdg_mime/xdgmimeparent.h', |
| 906 ], | 907 ], |
| 907 }, | 908 }, |
| 908 ], | 909 ], |
| 909 }], | 910 }], |
| 910 ], | 911 ], |
| 911 } | 912 } |
| OLD | NEW |