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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'common/jstemplate_builder.cc', | 201 'common/jstemplate_builder.cc', |
202 'common/jstemplate_builder.h', | 202 'common/jstemplate_builder.h', |
203 'common/mac/app_mode_common.h', | 203 'common/mac/app_mode_common.h', |
204 'common/mac/app_mode_common.mm', | 204 'common/mac/app_mode_common.mm', |
205 'common/mac/attributed_string_coder.h', | 205 'common/mac/attributed_string_coder.h', |
206 'common/mac/attributed_string_coder.mm', | 206 'common/mac/attributed_string_coder.mm', |
207 'common/mac/cfbundle_blocker.h', | 207 'common/mac/cfbundle_blocker.h', |
208 'common/mac/cfbundle_blocker.mm', | 208 'common/mac/cfbundle_blocker.mm', |
209 'common/mac/launchd.h', | 209 'common/mac/launchd.h', |
210 'common/mac/launchd.mm', | 210 'common/mac/launchd.mm', |
| 211 'common/mac/objc_method_swizzle.h', |
| 212 'common/mac/objc_method_swizzle.mm', |
| 213 'common/mac/objc_zombie.h', |
| 214 'common/mac/objc_zombie.mm', |
211 'common/libxml_utils.cc', | 215 'common/libxml_utils.cc', |
212 'common/libxml_utils.h', | 216 'common/libxml_utils.h', |
213 'common/native_window_notification_source.h', | 217 'common/native_window_notification_source.h', |
214 'common/persistent_pref_store.h', | 218 'common/persistent_pref_store.h', |
215 'common/pref_store.cc', | 219 'common/pref_store.cc', |
216 'common/pref_store.h', | 220 'common/pref_store.h', |
217 'common/print_messages.cc', | 221 'common/print_messages.cc', |
218 'common/print_messages.h', | 222 'common/print_messages.h', |
219 'common/random.cc', | 223 'common/random.cc', |
220 'common/random.h', | 224 'common/random.h', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 'configurations': { | 495 'configurations': { |
492 'Common_Base': { | 496 'Common_Base': { |
493 'msvs_target_platform': 'x64', | 497 'msvs_target_platform': 'x64', |
494 }, | 498 }, |
495 }, | 499 }, |
496 }, | 500 }, |
497 ], | 501 ], |
498 }], | 502 }], |
499 ], | 503 ], |
500 } | 504 } |
OLD | NEW |