| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'win/sampling_profiler.h', | 419 'win/sampling_profiler.h', |
| 420 'win/scoped_bstr.cc', | 420 'win/scoped_bstr.cc', |
| 421 'win/scoped_bstr.h', | 421 'win/scoped_bstr.h', |
| 422 'win/scoped_co_mem.h', | 422 'win/scoped_co_mem.h', |
| 423 'win/scoped_com_initializer.h', | 423 'win/scoped_com_initializer.h', |
| 424 'win/scoped_comptr.h', | 424 'win/scoped_comptr.h', |
| 425 'win/scoped_gdi_object.h', | 425 'win/scoped_gdi_object.h', |
| 426 'win/scoped_handle.h', | 426 'win/scoped_handle.h', |
| 427 'win/scoped_hdc.h', | 427 'win/scoped_hdc.h', |
| 428 'win/scoped_hglobal.h', | 428 'win/scoped_hglobal.h', |
| 429 'win/scoped_process_information.cc', |
| 430 'win/scoped_process_information.h', |
| 429 'win/scoped_select_object.h', | 431 'win/scoped_select_object.h', |
| 430 'win/scoped_variant.cc', | 432 'win/scoped_variant.cc', |
| 431 'win/scoped_variant.h', | 433 'win/scoped_variant.h', |
| 432 'win/windows_version.cc', | 434 'win/windows_version.cc', |
| 433 'win/windows_version.h', | 435 'win/windows_version.h', |
| 434 'win/win_util.cc', | 436 'win/win_util.cc', |
| 435 'win/win_util.h', | 437 'win/win_util.h', |
| 436 'win/wrapped_window_proc.cc', | 438 'win/wrapped_window_proc.cc', |
| 437 'win/wrapped_window_proc.h', | 439 'win/wrapped_window_proc.h', |
| 438 ], | 440 ], |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'third_party/xdg_mime/xdgmimemagic.c', | 914 'third_party/xdg_mime/xdgmimemagic.c', |
| 913 'third_party/xdg_mime/xdgmimemagic.h', | 915 'third_party/xdg_mime/xdgmimemagic.h', |
| 914 'third_party/xdg_mime/xdgmimeparent.c', | 916 'third_party/xdg_mime/xdgmimeparent.c', |
| 915 'third_party/xdg_mime/xdgmimeparent.h', | 917 'third_party/xdg_mime/xdgmimeparent.h', |
| 916 ], | 918 ], |
| 917 }, | 919 }, |
| 918 ], | 920 ], |
| 919 }], | 921 }], |
| 920 ], | 922 ], |
| 921 } | 923 } |
| OLD | NEW |