| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'common/service_process_util_win.cc', | 370 'common/service_process_util_win.cc', |
| 371 'common/socket_stream_dispatcher.cc', | 371 'common/socket_stream_dispatcher.cc', |
| 372 'common/socket_stream_dispatcher.h', | 372 'common/socket_stream_dispatcher.h', |
| 373 'common/speech_input_result.h', | 373 'common/speech_input_result.h', |
| 374 'common/spellcheck_common.cc', | 374 'common/spellcheck_common.cc', |
| 375 'common/spellcheck_common.h', | 375 'common/spellcheck_common.h', |
| 376 'common/sqlite_compiled_statement.cc', | 376 'common/sqlite_compiled_statement.cc', |
| 377 'common/sqlite_compiled_statement.h', | 377 'common/sqlite_compiled_statement.h', |
| 378 'common/sqlite_utils.cc', | 378 'common/sqlite_utils.cc', |
| 379 'common/sqlite_utils.h', | 379 'common/sqlite_utils.h', |
| 380 'common/text_input_client_messages.cc', |
| 381 'common/text_input_client_messages.h', |
| 380 'common/thumbnail_score.cc', | 382 'common/thumbnail_score.cc', |
| 381 'common/thumbnail_score.h', | 383 'common/thumbnail_score.h', |
| 382 'common/url_constants.cc', | 384 'common/url_constants.cc', |
| 383 'common/url_constants.h', | 385 'common/url_constants.h', |
| 384 'common/utility_messages.cc', | 386 'common/utility_messages.cc', |
| 385 'common/utility_messages.h', | 387 'common/utility_messages.h', |
| 386 'common/utility_messages_internal.h', | 388 'common/utility_messages_internal.h', |
| 387 'common/view_types.cc', | 389 'common/view_types.cc', |
| 388 'common/view_types.h', | 390 'common/view_types.h', |
| 389 'common/visitedlink_common.cc', | 391 'common/visitedlink_common.cc', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'configurations': { | 651 'configurations': { |
| 650 'Common_Base': { | 652 'Common_Base': { |
| 651 'msvs_target_platform': 'x64', | 653 'msvs_target_platform': 'x64', |
| 652 }, | 654 }, |
| 653 }, | 655 }, |
| 654 }, | 656 }, |
| 655 ], | 657 ], |
| 656 }], | 658 }], |
| 657 ], | 659 ], |
| 658 } | 660 } |
| OLD | NEW |