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