| 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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 'win/i18n.cc', | 767 'win/i18n.cc', |
| 768 'win/i18n.h', | 768 'win/i18n.h', |
| 769 'win/iat_patch_function.cc', | 769 'win/iat_patch_function.cc', |
| 770 'win/iat_patch_function.h', | 770 'win/iat_patch_function.h', |
| 771 'win/iunknown_impl.cc', | 771 'win/iunknown_impl.cc', |
| 772 'win/iunknown_impl.h', | 772 'win/iunknown_impl.h', |
| 773 'win/message_window.cc', | 773 'win/message_window.cc', |
| 774 'win/message_window.h', | 774 'win/message_window.h', |
| 775 'win/object_watcher.cc', | 775 'win/object_watcher.cc', |
| 776 'win/object_watcher.h', | 776 'win/object_watcher.h', |
| 777 'win/osk_display_manager.cc', |
| 778 'win/osk_display_manager.h', |
| 777 'win/process_startup_helper.cc', | 779 'win/process_startup_helper.cc', |
| 778 'win/process_startup_helper.h', | 780 'win/process_startup_helper.h', |
| 779 'win/registry.cc', | 781 'win/registry.cc', |
| 780 'win/registry.h', | 782 'win/registry.h', |
| 781 'win/resource_util.cc', | 783 'win/resource_util.cc', |
| 782 'win/resource_util.h', | 784 'win/resource_util.h', |
| 783 'win/scoped_bstr.cc', | 785 'win/scoped_bstr.cc', |
| 784 'win/scoped_bstr.h', | 786 'win/scoped_bstr.h', |
| 785 'win/scoped_co_mem.h', | 787 'win/scoped_co_mem.h', |
| 786 'win/scoped_com_initializer.h', | 788 'win/scoped_com_initializer.h', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 'i18n/time_formatting.h', | 1097 'i18n/time_formatting.h', |
| 1096 'i18n/timezone.cc', | 1098 'i18n/timezone.cc', |
| 1097 'i18n/timezone.h', | 1099 'i18n/timezone.h', |
| 1098 'i18n/utf8_validator_tables.cc', | 1100 'i18n/utf8_validator_tables.cc', |
| 1099 'i18n/utf8_validator_tables.h', | 1101 'i18n/utf8_validator_tables.h', |
| 1100 ], | 1102 ], |
| 1101 }] | 1103 }] |
| 1102 ], | 1104 ], |
| 1103 }, | 1105 }, |
| 1104 } | 1106 } |
| OLD | NEW |