| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base.gypi', | 10 'base.gypi', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'win_util_unittest.cc', | 164 'win_util_unittest.cc', |
| 165 'win/event_trace_consumer_unittest.cc', | 165 'win/event_trace_consumer_unittest.cc', |
| 166 'win/event_trace_controller_unittest.cc', | 166 'win/event_trace_controller_unittest.cc', |
| 167 'win/event_trace_provider_unittest.cc', | 167 'win/event_trace_provider_unittest.cc', |
| 168 'win/i18n_unittest.cc', | 168 'win/i18n_unittest.cc', |
| 169 'win/pe_image_unittest.cc', | 169 'win/pe_image_unittest.cc', |
| 170 'win/registry_unittest.cc', | 170 'win/registry_unittest.cc', |
| 171 'win/scoped_bstr_unittest.cc', | 171 'win/scoped_bstr_unittest.cc', |
| 172 'win/scoped_comptr_unittest.cc', | 172 'win/scoped_comptr_unittest.cc', |
| 173 'win/scoped_variant_unittest.cc', | 173 'win/scoped_variant_unittest.cc', |
| 174 'worker_pool_job_unittest.cc', |
| 174 'worker_pool_unittest.cc', | 175 'worker_pool_unittest.cc', |
| 175 ], | 176 ], |
| 176 'include_dirs': [ | 177 'include_dirs': [ |
| 177 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU | 178 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU |
| 178 # #include for unicode/uchar.h. This should probably be cleaned up. | 179 # #include for unicode/uchar.h. This should probably be cleaned up. |
| 179 '../third_party/icu/public/common', | 180 '../third_party/icu/public/common', |
| 180 ], | 181 ], |
| 181 'dependencies': [ | 182 'dependencies': [ |
| 182 'base', | 183 'base', |
| 183 'base_i18n', | 184 'base_i18n', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 ], | 326 ], |
| 326 }], | 327 }], |
| 327 ], | 328 ], |
| 328 } | 329 } |
| 329 | 330 |
| 330 # Local Variables: | 331 # Local Variables: |
| 331 # tab-width:2 | 332 # tab-width:2 |
| 332 # indent-tabs-mode:nil | 333 # indent-tabs-mode:nil |
| 333 # End: | 334 # End: |
| 334 # vim: set expandtab tabstop=2 shiftwidth=2: | 335 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |