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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'win/event_trace_controller.cc', | 698 'win/event_trace_controller.cc', |
699 'win/event_trace_controller.h', | 699 'win/event_trace_controller.h', |
700 'win/event_trace_provider.cc', | 700 'win/event_trace_provider.cc', |
701 'win/event_trace_provider.h', | 701 'win/event_trace_provider.h', |
702 'win/i18n.cc', | 702 'win/i18n.cc', |
703 'win/i18n.h', | 703 'win/i18n.h', |
704 'win/iat_patch_function.cc', | 704 'win/iat_patch_function.cc', |
705 'win/iat_patch_function.h', | 705 'win/iat_patch_function.h', |
706 'win/iunknown_impl.cc', | 706 'win/iunknown_impl.cc', |
707 'win/iunknown_impl.h', | 707 'win/iunknown_impl.h', |
| 708 'win/memory_pressure_monitor.cc', |
| 709 'win/memory_pressure_monitor.h', |
708 'win/message_window.cc', | 710 'win/message_window.cc', |
709 'win/message_window.h', | 711 'win/message_window.h', |
710 'win/metro.cc', | 712 'win/metro.cc', |
711 'win/metro.h', | 713 'win/metro.h', |
712 'win/object_watcher.cc', | 714 'win/object_watcher.cc', |
713 'win/object_watcher.h', | 715 'win/object_watcher.h', |
714 'win/registry.cc', | 716 'win/registry.cc', |
715 'win/registry.h', | 717 'win/registry.h', |
716 'win/resource_util.cc', | 718 'win/resource_util.cc', |
717 'win/resource_util.h', | 719 'win/resource_util.h', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 'i18n/time_formatting.h', | 1022 'i18n/time_formatting.h', |
1021 'i18n/timezone.cc', | 1023 'i18n/timezone.cc', |
1022 'i18n/timezone.h', | 1024 'i18n/timezone.h', |
1023 'i18n/utf8_validator_tables.cc', | 1025 'i18n/utf8_validator_tables.cc', |
1024 'i18n/utf8_validator_tables.h', | 1026 'i18n/utf8_validator_tables.h', |
1025 ], | 1027 ], |
1026 }] | 1028 }] |
1027 ], | 1029 ], |
1028 }, | 1030 }, |
1029 } | 1031 } |
OLD | NEW |