| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'version_unittest.cc', | 156 'version_unittest.cc', |
| 157 'vlog_unittest.cc', | 157 'vlog_unittest.cc', |
| 158 'waitable_event_unittest.cc', | 158 'waitable_event_unittest.cc', |
| 159 'waitable_event_watcher_unittest.cc', | 159 'waitable_event_watcher_unittest.cc', |
| 160 'watchdog_unittest.cc', | 160 'watchdog_unittest.cc', |
| 161 'weak_ptr_unittest.cc', | 161 'weak_ptr_unittest.cc', |
| 162 'win_util_unittest.cc', | 162 'win_util_unittest.cc', |
| 163 'win/event_trace_consumer_unittest.cc', | 163 'win/event_trace_consumer_unittest.cc', |
| 164 'win/event_trace_controller_unittest.cc', | 164 'win/event_trace_controller_unittest.cc', |
| 165 'win/event_trace_provider_unittest.cc', | 165 'win/event_trace_provider_unittest.cc', |
| 166 'win/i18n_unittest.cc', |
| 166 'win/pe_image_unittest.cc', | 167 'win/pe_image_unittest.cc', |
| 167 'win/registry_unittest.cc', | 168 'win/registry_unittest.cc', |
| 168 'win/scoped_bstr_unittest.cc', | 169 'win/scoped_bstr_unittest.cc', |
| 169 'win/scoped_comptr_unittest.cc', | 170 'win/scoped_comptr_unittest.cc', |
| 170 'win/scoped_variant_unittest.cc', | 171 'win/scoped_variant_unittest.cc', |
| 171 'worker_pool_unittest.cc', | 172 'worker_pool_unittest.cc', |
| 172 ], | 173 ], |
| 173 'include_dirs': [ | 174 'include_dirs': [ |
| 174 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU | 175 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU |
| 175 # #include for unicode/uchar.h. This should probably be cleaned up. | 176 # #include for unicode/uchar.h. This should probably be cleaned up. |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 ], | 323 ], |
| 323 }], | 324 }], |
| 324 ], | 325 ], |
| 325 } | 326 } |
| 326 | 327 |
| 327 # Local Variables: | 328 # Local Variables: |
| 328 # tab-width:2 | 329 # tab-width:2 |
| 329 # indent-tabs-mode:nil | 330 # indent-tabs-mode:nil |
| 330 # End: | 331 # End: |
| 331 # vim: set expandtab tabstop=2 shiftwidth=2: | 332 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |