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