| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'win/event_trace_provider.cc', | 725 'win/event_trace_provider.cc', |
| 726 'win/event_trace_provider.h', | 726 'win/event_trace_provider.h', |
| 727 'win/i18n.cc', | 727 'win/i18n.cc', |
| 728 'win/i18n.h', | 728 'win/i18n.h', |
| 729 'win/iat_patch_function.cc', | 729 'win/iat_patch_function.cc', |
| 730 'win/iat_patch_function.h', | 730 'win/iat_patch_function.h', |
| 731 'win/iunknown_impl.cc', | 731 'win/iunknown_impl.cc', |
| 732 'win/iunknown_impl.h', | 732 'win/iunknown_impl.h', |
| 733 'win/message_window.cc', | 733 'win/message_window.cc', |
| 734 'win/message_window.h', | 734 'win/message_window.h', |
| 735 'win/metro.cc', | |
| 736 'win/metro.h', | |
| 737 'win/object_watcher.cc', | 735 'win/object_watcher.cc', |
| 738 'win/object_watcher.h', | 736 'win/object_watcher.h', |
| 739 'win/process_startup_helper.cc', | 737 'win/process_startup_helper.cc', |
| 740 'win/process_startup_helper.h', | 738 'win/process_startup_helper.h', |
| 741 'win/registry.cc', | 739 'win/registry.cc', |
| 742 'win/registry.h', | 740 'win/registry.h', |
| 743 'win/resource_util.cc', | 741 'win/resource_util.cc', |
| 744 'win/resource_util.h', | 742 'win/resource_util.h', |
| 745 'win/scoped_bstr.cc', | 743 'win/scoped_bstr.cc', |
| 746 'win/scoped_bstr.h', | 744 'win/scoped_bstr.h', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 'i18n/time_formatting.h', | 1052 'i18n/time_formatting.h', |
| 1055 'i18n/timezone.cc', | 1053 'i18n/timezone.cc', |
| 1056 'i18n/timezone.h', | 1054 'i18n/timezone.h', |
| 1057 'i18n/utf8_validator_tables.cc', | 1055 'i18n/utf8_validator_tables.cc', |
| 1058 'i18n/utf8_validator_tables.h', | 1056 'i18n/utf8_validator_tables.h', |
| 1059 ], | 1057 ], |
| 1060 }] | 1058 }] |
| 1061 ], | 1059 ], |
| 1062 }, | 1060 }, |
| 1063 } | 1061 } |
| OLD | NEW |