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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', | 226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', |
227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', | 227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', |
228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', | 228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', |
229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', | 229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', |
230 'common/scoped_co_mem.h', | |
231 'common/search_provider.h', | 230 'common/search_provider.h', |
232 'common/service_messages.h', | 231 'common/service_messages.h', |
233 'common/service_process_util.cc', | 232 'common/service_process_util.cc', |
234 'common/service_process_util.h', | 233 'common/service_process_util.h', |
235 'common/service_process_util_linux.cc', | 234 'common/service_process_util_linux.cc', |
236 'common/service_process_util_mac.mm', | 235 'common/service_process_util_mac.mm', |
237 'common/service_process_util_posix.cc', | 236 'common/service_process_util_posix.cc', |
238 'common/service_process_util_posix.h', | 237 'common/service_process_util_posix.h', |
239 'common/service_process_util_win.cc', | 238 'common/service_process_util_win.cc', |
240 'common/spellcheck_common.cc', | 239 'common/spellcheck_common.cc', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 'configurations': { | 570 'configurations': { |
572 'Common_Base': { | 571 'Common_Base': { |
573 'msvs_target_platform': 'x64', | 572 'msvs_target_platform': 'x64', |
574 }, | 573 }, |
575 }, | 574 }, |
576 }, | 575 }, |
577 ], | 576 ], |
578 }], | 577 }], |
579 ], | 578 ], |
580 } | 579 } |
OLD | NEW |