| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'base64_unittest.cc', | 154 'base64_unittest.cc', |
| 155 'bind_unittest.cc', | 155 'bind_unittest.cc', |
| 156 'bind_unittest.nc', | 156 'bind_unittest.nc', |
| 157 'bits_unittest.cc', | 157 'bits_unittest.cc', |
| 158 'callback_unittest.cc', | 158 'callback_unittest.cc', |
| 159 'callback_unittest.nc', | 159 'callback_unittest.nc', |
| 160 'command_line_unittest.cc', | 160 'command_line_unittest.cc', |
| 161 'cpu_unittest.cc', | 161 'cpu_unittest.cc', |
| 162 'debug/leak_tracker_unittest.cc', | 162 'debug/leak_tracker_unittest.cc', |
| 163 'debug/stack_trace_unittest.cc', | 163 'debug/stack_trace_unittest.cc', |
| 164 'debug/trace_event_analyzer_unittest.cc', |
| 164 'debug/trace_event_unittest.cc', | 165 'debug/trace_event_unittest.cc', |
| 165 'debug/trace_event_win_unittest.cc', | 166 'debug/trace_event_win_unittest.cc', |
| 166 'dir_reader_posix_unittest.cc', | 167 'dir_reader_posix_unittest.cc', |
| 167 'environment_unittest.cc', | 168 'environment_unittest.cc', |
| 168 'file_descriptor_shuffle_unittest.cc', | 169 'file_descriptor_shuffle_unittest.cc', |
| 169 'file_path_unittest.cc', | 170 'file_path_unittest.cc', |
| 170 'file_util_unittest.cc', | 171 'file_util_unittest.cc', |
| 171 'file_version_info_unittest.cc', | 172 'file_version_info_unittest.cc', |
| 172 'gmock_unittest.cc', | 173 'gmock_unittest.cc', |
| 173 'id_map_unittest.cc', | 174 'id_map_unittest.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'msvs_settings': { | 482 'msvs_settings': { |
| 482 'VCLinkerTool': { | 483 'VCLinkerTool': { |
| 483 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 484 }, | 485 }, |
| 485 }, | 486 }, |
| 486 }, | 487 }, |
| 487 ], | 488 ], |
| 488 }], | 489 }], |
| 489 ], | 490 ], |
| 490 } | 491 } |
| OLD | NEW |