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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/libxml_utils.cc', | 211 'common/libxml_utils.cc', |
212 'common/libxml_utils.h', | 212 'common/libxml_utils.h', |
213 'common/native_window_notification_source.h', | 213 'common/native_window_notification_source.h', |
214 'common/persistent_pref_store.h', | 214 'common/persistent_pref_store.h', |
215 'common/pref_store.cc', | 215 'common/pref_store.cc', |
216 'common/pref_store.h', | 216 'common/pref_store.h', |
| 217 'common/print_messages.cc', |
217 'common/print_messages.h', | 218 'common/print_messages.h', |
218 'common/random.cc', | 219 'common/random.cc', |
219 'common/random.h', | 220 'common/random.h', |
220 'common/render_messages.cc', | 221 'common/render_messages.cc', |
221 'common/render_messages.h', | 222 'common/render_messages.h', |
222 'common/scoped_co_mem.h', | 223 'common/scoped_co_mem.h', |
223 'common/search_provider.h', | 224 'common/search_provider.h', |
224 'common/service_messages.h', | 225 'common/service_messages.h', |
225 'common/service_process_util.cc', | 226 'common/service_process_util.cc', |
226 'common/service_process_util.h', | 227 'common/service_process_util.h', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'configurations': { | 485 'configurations': { |
485 'Common_Base': { | 486 'Common_Base': { |
486 'msvs_target_platform': 'x64', | 487 'msvs_target_platform': 'x64', |
487 }, | 488 }, |
488 }, | 489 }, |
489 }, | 490 }, |
490 ], | 491 ], |
491 }], | 492 }], |
492 ], | 493 ], |
493 } | 494 } |
OLD | NEW |