| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'win/i18n.h', | 297 'win/i18n.h', |
| 298 'win/pe_image.cc', | 298 'win/pe_image.cc', |
| 299 'win/event_trace_consumer.h', | 299 'win/event_trace_consumer.h', |
| 300 'win/event_trace_controller.cc', | 300 'win/event_trace_controller.cc', |
| 301 'win/event_trace_controller.h', | 301 'win/event_trace_controller.h', |
| 302 'win/event_trace_provider.cc', | 302 'win/event_trace_provider.cc', |
| 303 'win/event_trace_provider.h', | 303 'win/event_trace_provider.h', |
| 304 'win/pe_image.h', | 304 'win/pe_image.h', |
| 305 'win/registry.cc', | 305 'win/registry.cc', |
| 306 'win/registry.h', | 306 'win/registry.h', |
| 307 'win/rgs_helper.h', | |
| 308 'win/scoped_bstr.cc', | 307 'win/scoped_bstr.cc', |
| 309 'win/scoped_bstr.h', | 308 'win/scoped_bstr.h', |
| 310 'win/scoped_comptr.h', | 309 'win/scoped_comptr.h', |
| 311 'win/scoped_gdi_object.h', | 310 'win/scoped_gdi_object.h', |
| 312 'win/scoped_handle.h', | 311 'win/scoped_handle.h', |
| 313 'win/scoped_hdc.h', | 312 'win/scoped_hdc.h', |
| 314 'win/scoped_hglobal.h', | 313 'win/scoped_hglobal.h', |
| 315 'win/scoped_variant.cc', | 314 'win/scoped_variant.cc', |
| 316 'win/scoped_variant.h', | 315 'win/scoped_variant.h', |
| 317 'win/windows_version.cc', | 316 'win/windows_version.cc', |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'third_party/xdg_mime/xdgmimemagic.c', | 730 'third_party/xdg_mime/xdgmimemagic.c', |
| 732 'third_party/xdg_mime/xdgmimemagic.h', | 731 'third_party/xdg_mime/xdgmimemagic.h', |
| 733 'third_party/xdg_mime/xdgmimeparent.c', | 732 'third_party/xdg_mime/xdgmimeparent.c', |
| 734 'third_party/xdg_mime/xdgmimeparent.h', | 733 'third_party/xdg_mime/xdgmimeparent.h', |
| 735 ], | 734 ], |
| 736 }, | 735 }, |
| 737 ], | 736 ], |
| 738 }], | 737 }], |
| 739 ], | 738 ], |
| 740 } | 739 } |
| OLD | NEW |