| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'win/iat_patch_function.cc', | 719 'win/iat_patch_function.cc', |
| 720 'win/iat_patch_function.h', | 720 'win/iat_patch_function.h', |
| 721 'win/iunknown_impl.cc', | 721 'win/iunknown_impl.cc', |
| 722 'win/iunknown_impl.h', | 722 'win/iunknown_impl.h', |
| 723 'win/message_window.cc', | 723 'win/message_window.cc', |
| 724 'win/message_window.h', | 724 'win/message_window.h', |
| 725 'win/metro.cc', | 725 'win/metro.cc', |
| 726 'win/metro.h', | 726 'win/metro.h', |
| 727 'win/object_watcher.cc', | 727 'win/object_watcher.cc', |
| 728 'win/object_watcher.h', | 728 'win/object_watcher.h', |
| 729 'win/process_startup_helper.cc', |
| 730 'win/process_startup_helper.h', |
| 729 'win/registry.cc', | 731 'win/registry.cc', |
| 730 'win/registry.h', | 732 'win/registry.h', |
| 731 'win/resource_util.cc', | 733 'win/resource_util.cc', |
| 732 'win/resource_util.h', | 734 'win/resource_util.h', |
| 733 'win/scoped_bstr.cc', | 735 'win/scoped_bstr.cc', |
| 734 'win/scoped_bstr.h', | 736 'win/scoped_bstr.h', |
| 735 'win/scoped_co_mem.h', | 737 'win/scoped_co_mem.h', |
| 736 'win/scoped_com_initializer.h', | 738 'win/scoped_com_initializer.h', |
| 737 'win/scoped_comptr.h', | 739 'win/scoped_comptr.h', |
| 738 'win/scoped_gdi_object.h', | 740 'win/scoped_gdi_object.h', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'i18n/time_formatting.h', | 1046 'i18n/time_formatting.h', |
| 1045 'i18n/timezone.cc', | 1047 'i18n/timezone.cc', |
| 1046 'i18n/timezone.h', | 1048 'i18n/timezone.h', |
| 1047 'i18n/utf8_validator_tables.cc', | 1049 'i18n/utf8_validator_tables.cc', |
| 1048 'i18n/utf8_validator_tables.h', | 1050 'i18n/utf8_validator_tables.h', |
| 1049 ], | 1051 ], |
| 1050 }] | 1052 }] |
| 1051 ], | 1053 ], |
| 1052 }, | 1054 }, |
| 1053 } | 1055 } |
| OLD | NEW |