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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'test/run_all_unittests.cc', | 114 'test/run_all_unittests.cc', |
115 | 115 |
116 # Tests. | 116 # Tests. |
117 'android/scoped_java_ref_unittest.cc', | 117 'android/scoped_java_ref_unittest.cc', |
118 'at_exit_unittest.cc', | 118 'at_exit_unittest.cc', |
119 'atomicops_unittest.cc', | 119 'atomicops_unittest.cc', |
120 'base64_unittest.cc', | 120 'base64_unittest.cc', |
121 'bind_unittest.cc', | 121 'bind_unittest.cc', |
122 'bind_unittest.nc', | 122 'bind_unittest.nc', |
123 'bits_unittest.cc', | 123 'bits_unittest.cc', |
| 124 'build_time_unittest.cc', |
124 'callback_unittest.cc', | 125 'callback_unittest.cc', |
125 'callback_unittest.nc', | 126 'callback_unittest.nc', |
126 'command_line_unittest.cc', | 127 'command_line_unittest.cc', |
127 'cpu_unittest.cc', | 128 'cpu_unittest.cc', |
128 'debug/leak_tracker_unittest.cc', | 129 'debug/leak_tracker_unittest.cc', |
129 'debug/stack_trace_unittest.cc', | 130 'debug/stack_trace_unittest.cc', |
130 'debug/trace_event_unittest.cc', | 131 'debug/trace_event_unittest.cc', |
131 'debug/trace_event_win_unittest.cc', | 132 'debug/trace_event_win_unittest.cc', |
132 'dir_reader_posix_unittest.cc', | 133 'dir_reader_posix_unittest.cc', |
133 'environment_unittest.cc', | 134 'environment_unittest.cc', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'msvs_settings': { | 444 'msvs_settings': { |
444 'VCLinkerTool': { | 445 'VCLinkerTool': { |
445 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 446 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
446 }, | 447 }, |
447 }, | 448 }, |
448 }, | 449 }, |
449 ], | 450 ], |
450 }], | 451 }], |
451 ], | 452 ], |
452 } | 453 } |
OLD | NEW |