| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'win/event_trace_provider.cc', | 376 'win/event_trace_provider.cc', |
| 377 'win/event_trace_provider.h', | 377 'win/event_trace_provider.h', |
| 378 'win/i18n.cc', | 378 'win/i18n.cc', |
| 379 'win/i18n.h', | 379 'win/i18n.h', |
| 380 'win/iat_patch_function.cc', | 380 'win/iat_patch_function.cc', |
| 381 'win/iat_patch_function.h', | 381 'win/iat_patch_function.h', |
| 382 'win/iunknown_impl.h', | 382 'win/iunknown_impl.h', |
| 383 'win/iunknown_impl.cc', | 383 'win/iunknown_impl.cc', |
| 384 'win/object_watcher.cc', | 384 'win/object_watcher.cc', |
| 385 'win/object_watcher.h', | 385 'win/object_watcher.h', |
| 386 'win/process_monitor.cc', |
| 387 'win/process_monitor.h', |
| 386 'win/registry.cc', | 388 'win/registry.cc', |
| 387 'win/registry.h', | 389 'win/registry.h', |
| 388 'win/resource_util.cc', | 390 'win/resource_util.cc', |
| 389 'win/resource_util.h', | 391 'win/resource_util.h', |
| 390 'win/scoped_bstr.cc', | 392 'win/scoped_bstr.cc', |
| 391 'win/scoped_bstr.h', | 393 'win/scoped_bstr.h', |
| 392 'win/scoped_co_mem.h', | 394 'win/scoped_co_mem.h', |
| 393 'win/scoped_com_initializer.h', | 395 'win/scoped_com_initializer.h', |
| 394 'win/scoped_comptr.h', | 396 'win/scoped_comptr.h', |
| 395 'win/scoped_gdi_object.h', | 397 'win/scoped_gdi_object.h', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 'third_party/xdg_mime/xdgmimemagic.c', | 880 'third_party/xdg_mime/xdgmimemagic.c', |
| 879 'third_party/xdg_mime/xdgmimemagic.h', | 881 'third_party/xdg_mime/xdgmimemagic.h', |
| 880 'third_party/xdg_mime/xdgmimeparent.c', | 882 'third_party/xdg_mime/xdgmimeparent.c', |
| 881 'third_party/xdg_mime/xdgmimeparent.h', | 883 'third_party/xdg_mime/xdgmimeparent.h', |
| 882 ], | 884 ], |
| 883 }, | 885 }, |
| 884 ], | 886 ], |
| 885 }], | 887 }], |
| 886 ], | 888 ], |
| 887 } | 889 } |
| OLD | NEW |