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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 'win/scoped_process_information.cc', | 689 'win/scoped_process_information.cc', |
690 'win/scoped_process_information.h', | 690 'win/scoped_process_information.h', |
691 'win/scoped_propvariant.h', | 691 'win/scoped_propvariant.h', |
692 'win/scoped_select_object.h', | 692 'win/scoped_select_object.h', |
693 'win/scoped_variant.cc', | 693 'win/scoped_variant.cc', |
694 'win/scoped_variant.h', | 694 'win/scoped_variant.h', |
695 'win/shortcut.cc', | 695 'win/shortcut.cc', |
696 'win/shortcut.h', | 696 'win/shortcut.h', |
697 'win/startup_information.cc', | 697 'win/startup_information.cc', |
698 'win/startup_information.h', | 698 'win/startup_information.h', |
699 'win/text_services_message_filter.cc', | |
700 'win/text_services_message_filter.h', | |
701 'win/win_util.cc', | 699 'win/win_util.cc', |
702 'win/win_util.h', | 700 'win/win_util.h', |
703 'win/windows_version.cc', | 701 'win/windows_version.cc', |
704 'win/windows_version.h', | 702 'win/windows_version.h', |
705 'win/wrapped_window_proc.cc', | 703 'win/wrapped_window_proc.cc', |
706 'win/wrapped_window_proc.h', | 704 'win/wrapped_window_proc.h', |
707 'x11/x11_error_tracker.cc', | 705 'x11/x11_error_tracker.cc', |
708 'x11/x11_error_tracker.h', | 706 'x11/x11_error_tracker.h', |
709 'x11/x11_error_tracker_gtk.cc', | 707 'x11/x11_error_tracker_gtk.cc', |
710 ], | 708 ], |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
976 'i18n/time_formatting.h', | 974 'i18n/time_formatting.h', |
977 'i18n/timezone.cc', | 975 'i18n/timezone.cc', |
978 'i18n/timezone.h', | 976 'i18n/timezone.h', |
979 'i18n/utf8_validator_tables.cc', | 977 'i18n/utf8_validator_tables.cc', |
980 'i18n/utf8_validator_tables.h', | 978 'i18n/utf8_validator_tables.h', |
981 ], | 979 ], |
982 }] | 980 }] |
983 ], | 981 ], |
984 }, | 982 }, |
985 } | 983 } |
OLD | NEW |