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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'json/string_escape.h', | 136 'json/string_escape.h', |
137 'lazy_instance.cc', | 137 'lazy_instance.cc', |
138 'lazy_instance.h', | 138 'lazy_instance.h', |
139 'linked_list.h', | 139 'linked_list.h', |
140 'location.cc', | 140 'location.cc', |
141 'location.h', | 141 'location.h', |
142 'logging.cc', | 142 'logging.cc', |
143 'logging.h', | 143 'logging.h', |
144 'logging_win.cc', | 144 'logging_win.cc', |
145 'logging_win.h', | 145 'logging_win.h', |
| 146 'mac/bundle_locations.h', |
| 147 'mac/bundle_locations.mm', |
146 'mac/cocoa_protocols.h', | 148 'mac/cocoa_protocols.h', |
147 'mac/crash_logging.h', | 149 'mac/crash_logging.h', |
148 'mac/crash_logging.mm', | 150 'mac/crash_logging.mm', |
149 'mac/foundation_util.h', | 151 'mac/foundation_util.h', |
150 'mac/foundation_util.mm', | 152 'mac/foundation_util.mm', |
151 'mac/mac_util.h', | 153 'mac/mac_util.h', |
152 'mac/mac_util.mm', | 154 'mac/mac_util.mm', |
153 'mac/objc_property_releaser.h', | 155 'mac/objc_property_releaser.h', |
154 'mac/objc_property_releaser.mm', | 156 'mac/objc_property_releaser.mm', |
155 'mac/os_crash_dumps.cc', | 157 'mac/os_crash_dumps.cc', |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 'third_party/xdg_mime/xdgmimemagic.c', | 884 'third_party/xdg_mime/xdgmimemagic.c', |
883 'third_party/xdg_mime/xdgmimemagic.h', | 885 'third_party/xdg_mime/xdgmimemagic.h', |
884 'third_party/xdg_mime/xdgmimeparent.c', | 886 'third_party/xdg_mime/xdgmimeparent.c', |
885 'third_party/xdg_mime/xdgmimeparent.h', | 887 'third_party/xdg_mime/xdgmimeparent.h', |
886 ], | 888 ], |
887 }, | 889 }, |
888 ], | 890 ], |
889 }], | 891 }], |
890 ], | 892 ], |
891 } | 893 } |
OLD | NEW |