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