OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'json/json_reader.cc', | 91 'json/json_reader.cc', |
92 'json/json_reader.h', | 92 'json/json_reader.h', |
93 'json/json_writer.cc', | 93 'json/json_writer.cc', |
94 'json/json_writer.h', | 94 'json/json_writer.h', |
95 'json/string_escape.cc', | 95 'json/string_escape.cc', |
96 'json/string_escape.h', | 96 'json/string_escape.h', |
97 'lazy_instance.cc', | 97 'lazy_instance.cc', |
98 'lazy_instance.h', | 98 'lazy_instance.h', |
99 'linked_list.h', | 99 'linked_list.h', |
100 'linked_ptr.h', | 100 'linked_ptr.h', |
101 'lock.h', | |
102 'logging.cc', | 101 'logging.cc', |
103 'logging.h', | 102 'logging.h', |
104 'logging_win.cc', | 103 'logging_win.cc', |
105 'mac/cocoa_protocols.h', | 104 'mac/cocoa_protocols.h', |
106 'mac/mac_util.h', | 105 'mac/mac_util.h', |
107 'mac/mac_util.mm', | 106 'mac/mac_util.mm', |
108 'mac/os_crash_dumps.cc', | 107 'mac/os_crash_dumps.cc', |
109 'mac/os_crash_dumps.h', | 108 'mac/os_crash_dumps.h', |
110 'mac/scoped_aedesc.h', | 109 'mac/scoped_aedesc.h', |
111 'mac/scoped_cftyperef.h', | 110 'mac/scoped_cftyperef.h', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'third_party/xdg_mime/xdgmimemagic.c', | 726 'third_party/xdg_mime/xdgmimemagic.c', |
728 'third_party/xdg_mime/xdgmimemagic.h', | 727 'third_party/xdg_mime/xdgmimemagic.h', |
729 'third_party/xdg_mime/xdgmimeparent.c', | 728 'third_party/xdg_mime/xdgmimeparent.c', |
730 'third_party/xdg_mime/xdgmimeparent.h', | 729 'third_party/xdg_mime/xdgmimeparent.h', |
731 ], | 730 ], |
732 }, | 731 }, |
733 ], | 732 ], |
734 }], | 733 }], |
735 ], | 734 ], |
736 } | 735 } |
OLD | NEW |