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 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'command_line_unittest.cc', | 147 'command_line_unittest.cc', |
148 'cpu_unittest.cc', | 148 'cpu_unittest.cc', |
149 'debug/leak_tracker_unittest.cc', | 149 'debug/leak_tracker_unittest.cc', |
150 'debug/stack_trace_unittest.cc', | 150 'debug/stack_trace_unittest.cc', |
151 'debug/trace_event_unittest.cc', | 151 'debug/trace_event_unittest.cc', |
152 'debug/trace_event_win_unittest.cc', | 152 'debug/trace_event_win_unittest.cc', |
153 'dir_reader_posix_unittest.cc', | 153 'dir_reader_posix_unittest.cc', |
154 'environment_unittest.cc', | 154 'environment_unittest.cc', |
155 'file_descriptor_shuffle_unittest.cc', | 155 'file_descriptor_shuffle_unittest.cc', |
156 'file_path_unittest.cc', | 156 'file_path_unittest.cc', |
| 157 'file_util_proxy_unittest.cc', |
157 'file_util_unittest.cc', | 158 'file_util_unittest.cc', |
158 'file_version_info_unittest.cc', | 159 'file_version_info_unittest.cc', |
159 'gmock_unittest.cc', | 160 'gmock_unittest.cc', |
160 'id_map_unittest.cc', | 161 'id_map_unittest.cc', |
161 'i18n/break_iterator_unittest.cc', | 162 'i18n/break_iterator_unittest.cc', |
162 'i18n/char_iterator_unittest.cc', | 163 'i18n/char_iterator_unittest.cc', |
163 'i18n/case_conversion_unittest.cc', | 164 'i18n/case_conversion_unittest.cc', |
164 'i18n/file_util_icu_unittest.cc', | 165 'i18n/file_util_icu_unittest.cc', |
165 'i18n/icu_string_conversions_unittest.cc', | 166 'i18n/icu_string_conversions_unittest.cc', |
166 'i18n/number_formatting_unittest.cc', | 167 'i18n/number_formatting_unittest.cc', |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 '--ant-args', | 677 '--ant-args', |
677 '-DPRODUCT_DIR=<(PRODUCT_DIR)', | 678 '-DPRODUCT_DIR=<(PRODUCT_DIR)', |
678 '--ant-compile' | 679 '--ant-compile' |
679 ], | 680 ], |
680 }, | 681 }, |
681 ] | 682 ] |
682 }], | 683 }], |
683 }], | 684 }], |
684 ], | 685 ], |
685 } | 686 } |
OLD | NEW |