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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'common/service_process_util.cc', | 230 'common/service_process_util.cc', |
231 'common/service_process_util.h', | 231 'common/service_process_util.h', |
232 'common/service_process_util_linux.cc', | 232 'common/service_process_util_linux.cc', |
233 'common/service_process_util_mac.mm', | 233 'common/service_process_util_mac.mm', |
234 'common/service_process_util_posix.cc', | 234 'common/service_process_util_posix.cc', |
235 'common/service_process_util_posix.h', | 235 'common/service_process_util_posix.h', |
236 'common/service_process_util_win.cc', | 236 'common/service_process_util_win.cc', |
237 'common/spellcheck_common.cc', | 237 'common/spellcheck_common.cc', |
238 'common/spellcheck_common.h', | 238 'common/spellcheck_common.h', |
239 'common/spellcheck_messages.h', | 239 'common/spellcheck_messages.h', |
240 'common/sqlite_utils.cc', | |
241 'common/sqlite_utils.h', | |
242 'common/text_input_client_messages.h', | 240 'common/text_input_client_messages.h', |
243 'common/thumbnail_score.cc', | 241 'common/thumbnail_score.cc', |
244 'common/thumbnail_score.h', | 242 'common/thumbnail_score.h', |
245 'common/url_constants.cc', | 243 'common/url_constants.cc', |
246 'common/url_constants.h', | 244 'common/url_constants.h', |
247 'common/visitedlink_common.cc', | 245 'common/visitedlink_common.cc', |
248 'common/visitedlink_common.h', | 246 'common/visitedlink_common.h', |
249 'common/web_apps.cc', | 247 'common/web_apps.cc', |
250 'common/web_apps.h', | 248 'common/web_apps.h', |
251 'common/web_resource/web_resource_unpacker.cc', | 249 'common/web_resource/web_resource_unpacker.cc', |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'configurations': { | 568 'configurations': { |
571 'Common_Base': { | 569 'Common_Base': { |
572 'msvs_target_platform': 'x64', | 570 'msvs_target_platform': 'x64', |
573 }, | 571 }, |
574 }, | 572 }, |
575 }, | 573 }, |
576 ], | 574 ], |
577 }], | 575 }], |
578 ], | 576 ], |
579 } | 577 } |
OLD | NEW |