| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'win/event_trace_provider.cc', | 425 'win/event_trace_provider.cc', |
| 426 'win/event_trace_provider.h', | 426 'win/event_trace_provider.h', |
| 427 'win/i18n.cc', | 427 'win/i18n.cc', |
| 428 'win/i18n.h', | 428 'win/i18n.h', |
| 429 'win/iat_patch_function.cc', | 429 'win/iat_patch_function.cc', |
| 430 'win/iat_patch_function.h', | 430 'win/iat_patch_function.h', |
| 431 'win/iunknown_impl.h', | 431 'win/iunknown_impl.h', |
| 432 'win/iunknown_impl.cc', | 432 'win/iunknown_impl.cc', |
| 433 'win/metro.cc', | 433 'win/metro.cc', |
| 434 'win/metro.h', | 434 'win/metro.h', |
| 435 'win/metro_exports.cc', |
| 436 'win/metro_exports.h', |
| 435 'win/object_watcher.cc', | 437 'win/object_watcher.cc', |
| 436 'win/object_watcher.h', | 438 'win/object_watcher.h', |
| 437 'win/registry.cc', | 439 'win/registry.cc', |
| 438 'win/registry.h', | 440 'win/registry.h', |
| 439 'win/resource_util.cc', | 441 'win/resource_util.cc', |
| 440 'win/resource_util.h', | 442 'win/resource_util.h', |
| 441 'win/sampling_profiler.cc', | 443 'win/sampling_profiler.cc', |
| 442 'win/sampling_profiler.h', | 444 'win/sampling_profiler.h', |
| 443 'win/scoped_bstr.cc', | 445 'win/scoped_bstr.cc', |
| 444 'win/scoped_bstr.h', | 446 'win/scoped_bstr.h', |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'third_party/xdg_mime/xdgmimemagic.c', | 938 'third_party/xdg_mime/xdgmimemagic.c', |
| 937 'third_party/xdg_mime/xdgmimemagic.h', | 939 'third_party/xdg_mime/xdgmimemagic.h', |
| 938 'third_party/xdg_mime/xdgmimeparent.c', | 940 'third_party/xdg_mime/xdgmimeparent.c', |
| 939 'third_party/xdg_mime/xdgmimeparent.h', | 941 'third_party/xdg_mime/xdgmimeparent.h', |
| 940 ], | 942 ], |
| 941 }, | 943 }, |
| 942 ], | 944 ], |
| 943 }], | 945 }], |
| 944 ], | 946 ], |
| 945 } | 947 } |
| OLD | NEW |