OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'common/security_style.h', | 302 'common/security_style.h', |
303 'common/service_messages.cc', | 303 'common/service_messages.cc', |
304 'common/service_messages.h', | 304 'common/service_messages.h', |
305 'common/service_messages_internal.h', | 305 'common/service_messages_internal.h', |
306 'common/service_process_util.cc', | 306 'common/service_process_util.cc', |
307 'common/service_process_util.h', | 307 'common/service_process_util.h', |
308 'common/service_process_util_posix.cc', | 308 'common/service_process_util_posix.cc', |
309 'common/service_process_util_win.cc', | 309 'common/service_process_util_win.cc', |
310 'common/socket_stream_dispatcher.cc', | 310 'common/socket_stream_dispatcher.cc', |
311 'common/socket_stream_dispatcher.h', | 311 'common/socket_stream_dispatcher.h', |
| 312 'common/speech_input_result.h', |
312 'common/spellcheck_common.cc', | 313 'common/spellcheck_common.cc', |
313 'common/spellcheck_common.h', | 314 'common/spellcheck_common.h', |
314 'common/sqlite_compiled_statement.cc', | 315 'common/sqlite_compiled_statement.cc', |
315 'common/sqlite_compiled_statement.h', | 316 'common/sqlite_compiled_statement.h', |
316 'common/sqlite_utils.cc', | 317 'common/sqlite_utils.cc', |
317 'common/sqlite_utils.h', | 318 'common/sqlite_utils.h', |
318 'common/thumbnail_score.cc', | 319 'common/thumbnail_score.cc', |
319 'common/thumbnail_score.h', | 320 'common/thumbnail_score.h', |
320 'common/url_constants.cc', | 321 'common/url_constants.cc', |
321 'common/url_constants.h', | 322 'common/url_constants.h', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 'configurations': { | 580 'configurations': { |
580 'Common_Base': { | 581 'Common_Base': { |
581 'msvs_target_platform': 'x64', | 582 'msvs_target_platform': 'x64', |
582 }, | 583 }, |
583 }, | 584 }, |
584 }, | 585 }, |
585 ], | 586 ], |
586 }], | 587 }], |
587 ], | 588 ], |
588 } | 589 } |
OLD | NEW |