| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'common/service_process_util_win.cc', | 361 'common/service_process_util_win.cc', |
| 362 'common/socket_stream_dispatcher.cc', | 362 'common/socket_stream_dispatcher.cc', |
| 363 'common/socket_stream_dispatcher.h', | 363 'common/socket_stream_dispatcher.h', |
| 364 'common/speech_input_result.h', | 364 'common/speech_input_result.h', |
| 365 'common/spellcheck_common.cc', | 365 'common/spellcheck_common.cc', |
| 366 'common/spellcheck_common.h', | 366 'common/spellcheck_common.h', |
| 367 'common/sqlite_compiled_statement.cc', | 367 'common/sqlite_compiled_statement.cc', |
| 368 'common/sqlite_compiled_statement.h', | 368 'common/sqlite_compiled_statement.h', |
| 369 'common/sqlite_utils.cc', | 369 'common/sqlite_utils.cc', |
| 370 'common/sqlite_utils.h', | 370 'common/sqlite_utils.h', |
| 371 'common/text_input_client_messages.cc', |
| 372 'common/text_input_client_messages.h', |
| 373 'common/text_input_client_messages_internal.h', |
| 371 'common/thumbnail_score.cc', | 374 'common/thumbnail_score.cc', |
| 372 'common/thumbnail_score.h', | 375 'common/thumbnail_score.h', |
| 373 'common/url_constants.cc', | 376 'common/url_constants.cc', |
| 374 'common/url_constants.h', | 377 'common/url_constants.h', |
| 375 'common/utility_messages.cc', | 378 'common/utility_messages.cc', |
| 376 'common/utility_messages.h', | 379 'common/utility_messages.h', |
| 377 'common/utility_messages_internal.h', | 380 'common/utility_messages_internal.h', |
| 378 'common/view_types.cc', | 381 'common/view_types.cc', |
| 379 'common/view_types.h', | 382 'common/view_types.h', |
| 380 'common/visitedlink_common.cc', | 383 'common/visitedlink_common.cc', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'configurations': { | 639 'configurations': { |
| 637 'Common_Base': { | 640 'Common_Base': { |
| 638 'msvs_target_platform': 'x64', | 641 'msvs_target_platform': 'x64', |
| 639 }, | 642 }, |
| 640 }, | 643 }, |
| 641 }, | 644 }, |
| 642 ], | 645 ], |
| 643 }], | 646 }], |
| 644 ], | 647 ], |
| 645 } | 648 } |
| OLD | NEW |