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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'json/json_writer.h', | 104 'json/json_writer.h', |
105 'json/string_escape.cc', | 105 'json/string_escape.cc', |
106 'json/string_escape.h', | 106 'json/string_escape.h', |
107 'lazy_instance.cc', | 107 'lazy_instance.cc', |
108 'lazy_instance.h', | 108 'lazy_instance.h', |
109 'linked_list.h', | 109 'linked_list.h', |
110 'linked_ptr.h', | 110 'linked_ptr.h', |
111 'logging.cc', | 111 'logging.cc', |
112 'logging.h', | 112 'logging.h', |
113 'logging_win.cc', | 113 'logging_win.cc', |
| 114 'logging_win.h', |
114 'mac/cocoa_protocols.h', | 115 'mac/cocoa_protocols.h', |
115 'mac/foundation_util.h', | 116 'mac/foundation_util.h', |
116 'mac/foundation_util.mm', | 117 'mac/foundation_util.mm', |
117 'mac/mac_util.h', | 118 'mac/mac_util.h', |
118 'mac/mac_util.mm', | 119 'mac/mac_util.mm', |
119 'mac/os_crash_dumps.cc', | 120 'mac/os_crash_dumps.cc', |
120 'mac/os_crash_dumps.h', | 121 'mac/os_crash_dumps.h', |
121 'mac/scoped_aedesc.h', | 122 'mac/scoped_aedesc.h', |
122 'mac/scoped_cftyperef.h', | 123 'mac/scoped_cftyperef.h', |
123 'mac/scoped_nsautorelease_pool.h', | 124 'mac/scoped_nsautorelease_pool.h', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'third_party/xdg_mime/xdgmimemagic.c', | 753 'third_party/xdg_mime/xdgmimemagic.c', |
753 'third_party/xdg_mime/xdgmimemagic.h', | 754 'third_party/xdg_mime/xdgmimemagic.h', |
754 'third_party/xdg_mime/xdgmimeparent.c', | 755 'third_party/xdg_mime/xdgmimeparent.c', |
755 'third_party/xdg_mime/xdgmimeparent.h', | 756 'third_party/xdg_mime/xdgmimeparent.h', |
756 ], | 757 ], |
757 }, | 758 }, |
758 ], | 759 ], |
759 }], | 760 }], |
760 ], | 761 ], |
761 } | 762 } |
OLD | NEW |