OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 'test/net/test_automation_provider.cc', | 447 'test/net/test_automation_provider.cc', |
448 'test/net/test_automation_provider.h', | 448 'test/net/test_automation_provider.h', |
449 'test/net/test_automation_resource_message_filter.cc', | 449 'test/net/test_automation_resource_message_filter.cc', |
450 'test/net/test_automation_resource_message_filter.h', | 450 'test/net/test_automation_resource_message_filter.h', |
451 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 451 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
452 'test_utils.cc', | 452 'test_utils.cc', |
453 'test_utils.h', | 453 'test_utils.h', |
454 ], | 454 ], |
455 'conditions': [ | 455 'conditions': [ |
456 ['OS=="win"', { | 456 ['OS=="win"', { |
| 457 'msvs_large_pdb': 1, |
457 'link_settings': { | 458 'link_settings': { |
458 'libraries': [ | 459 'libraries': [ |
459 '-loleacc.lib', | 460 '-loleacc.lib', |
460 ], | 461 ], |
461 }, | 462 }, |
462 'msvs_settings': { | 463 'msvs_settings': { |
463 'VCLinkerTool': { | 464 'VCLinkerTool': { |
464 'DelayLoadDLLs': ['prntvpt.dll'], | 465 'DelayLoadDLLs': ['prntvpt.dll'], |
465 }, | 466 }, |
466 }, | 467 }, |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 # Use outputs of this action as inputs for the main target build. | 1092 # Use outputs of this action as inputs for the main target build. |
1092 # Seems as a misnomer but makes this happy on Linux (scons). | 1093 # Seems as a misnomer but makes this happy on Linux (scons). |
1093 'process_outputs_as_sources': 1, | 1094 'process_outputs_as_sources': 1, |
1094 }, | 1095 }, |
1095 ], | 1096 ], |
1096 }, | 1097 }, |
1097 ], | 1098 ], |
1098 }, ], # 'coverage!=0' | 1099 }, ], # 'coverage!=0' |
1099 ], # 'conditions' | 1100 ], # 'conditions' |
1100 } | 1101 } |
OLD | NEW |