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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'common/libxml_utils.h', | 216 'common/libxml_utils.h', |
217 'common/native_window_notification_source.h', | 217 'common/native_window_notification_source.h', |
218 'common/persistent_pref_store.h', | 218 'common/persistent_pref_store.h', |
219 'common/pref_store.cc', | 219 'common/pref_store.cc', |
220 'common/pref_store.h', | 220 'common/pref_store.h', |
221 'common/print_messages.h', | 221 'common/print_messages.h', |
222 'common/random.cc', | 222 'common/random.cc', |
223 'common/random.h', | 223 'common/random.h', |
224 'common/render_messages.cc', | 224 'common/render_messages.cc', |
225 'common/render_messages.h', | 225 'common/render_messages.h', |
| 226 'common/scoped_co_mem.h', |
226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', | 227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', |
227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', | 228 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', |
228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', | 229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', |
229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', | 230 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', |
230 'common/search_provider.h', | 231 'common/search_provider.h', |
231 'common/service_messages.h', | 232 'common/service_messages.h', |
232 'common/service_process_util.cc', | 233 'common/service_process_util.cc', |
233 'common/service_process_util.h', | 234 'common/service_process_util.h', |
234 'common/service_process_util_linux.cc', | 235 'common/service_process_util_linux.cc', |
235 'common/service_process_util_mac.mm', | 236 'common/service_process_util_mac.mm', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'configurations': { | 571 'configurations': { |
571 'Common_Base': { | 572 'Common_Base': { |
572 'msvs_target_platform': 'x64', | 573 'msvs_target_platform': 'x64', |
573 }, | 574 }, |
574 }, | 575 }, |
575 }, | 576 }, |
576 ], | 577 ], |
577 }], | 578 }], |
578 ], | 579 ], |
579 } | 580 } |
OLD | NEW |