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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'win/process_startup_helper.h', | 735 'win/process_startup_helper.h', |
736 'win/registry.cc', | 736 'win/registry.cc', |
737 'win/registry.h', | 737 'win/registry.h', |
738 'win/resource_util.cc', | 738 'win/resource_util.cc', |
739 'win/resource_util.h', | 739 'win/resource_util.h', |
740 'win/scoped_bstr.cc', | 740 'win/scoped_bstr.cc', |
741 'win/scoped_bstr.h', | 741 'win/scoped_bstr.h', |
742 'win/scoped_co_mem.h', | 742 'win/scoped_co_mem.h', |
743 'win/scoped_com_initializer.h', | 743 'win/scoped_com_initializer.h', |
744 'win/scoped_comptr.h', | 744 'win/scoped_comptr.h', |
| 745 'win/scoped_device_info_object.h', |
745 'win/scoped_gdi_object.h', | 746 'win/scoped_gdi_object.h', |
746 'win/scoped_handle.cc', | 747 'win/scoped_handle.cc', |
747 'win/scoped_handle.h', | 748 'win/scoped_handle.h', |
748 'win/scoped_hdc.h', | 749 'win/scoped_hdc.h', |
749 'win/scoped_hglobal.h', | 750 'win/scoped_hglobal.h', |
750 'win/scoped_process_information.cc', | 751 'win/scoped_process_information.cc', |
751 'win/scoped_process_information.h', | 752 'win/scoped_process_information.h', |
752 'win/scoped_propvariant.h', | 753 'win/scoped_propvariant.h', |
753 'win/scoped_select_object.h', | 754 'win/scoped_select_object.h', |
754 'win/scoped_variant.cc', | 755 'win/scoped_variant.cc', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1051 'i18n/time_formatting.h', | 1052 'i18n/time_formatting.h', |
1052 'i18n/timezone.cc', | 1053 'i18n/timezone.cc', |
1053 'i18n/timezone.h', | 1054 'i18n/timezone.h', |
1054 'i18n/utf8_validator_tables.cc', | 1055 'i18n/utf8_validator_tables.cc', |
1055 'i18n/utf8_validator_tables.h', | 1056 'i18n/utf8_validator_tables.h', |
1056 ], | 1057 ], |
1057 }] | 1058 }] |
1058 ], | 1059 ], |
1059 }, | 1060 }, |
1060 } | 1061 } |
OLD | NEW |