| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'observer_list_unittest.cc', | 91 'observer_list_unittest.cc', |
| 92 'path_service_unittest.cc', | 92 'path_service_unittest.cc', |
| 93 'pe_image_unittest.cc', | 93 'pe_image_unittest.cc', |
| 94 'pickle_unittest.cc', | 94 'pickle_unittest.cc', |
| 95 'pr_time_unittest.cc', | 95 'pr_time_unittest.cc', |
| 96 'process_util_unittest.cc', | 96 'process_util_unittest.cc', |
| 97 'rand_util_unittest.cc', | 97 'rand_util_unittest.cc', |
| 98 'ref_counted_unittest.cc', | 98 'ref_counted_unittest.cc', |
| 99 'scoped_bstr_win_unittest.cc', | 99 'scoped_bstr_win_unittest.cc', |
| 100 'scoped_comptr_win_unittest.cc', | 100 'scoped_comptr_win_unittest.cc', |
| 101 'scoped_native_library_unittest.cc', |
| 101 'scoped_ptr_unittest.cc', | 102 'scoped_ptr_unittest.cc', |
| 102 'scoped_temp_dir_unittest.cc', | 103 'scoped_temp_dir_unittest.cc', |
| 103 'scoped_variant_win_unittest.cc', | 104 'scoped_variant_win_unittest.cc', |
| 104 'sha1_unittest.cc', | 105 'sha1_unittest.cc', |
| 105 'sha2_unittest.cc', | 106 'sha2_unittest.cc', |
| 106 'shared_memory_unittest.cc', | 107 'shared_memory_unittest.cc', |
| 107 'simple_thread_unittest.cc', | 108 'simple_thread_unittest.cc', |
| 108 'singleton_unittest.cc', | 109 'singleton_unittest.cc', |
| 109 'stack_container_unittest.cc', | 110 'stack_container_unittest.cc', |
| 110 'stats_table_unittest.cc', | 111 'stats_table_unittest.cc', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 ], | 320 ], |
| 320 }], | 321 }], |
| 321 ], | 322 ], |
| 322 } | 323 } |
| 323 | 324 |
| 324 # Local Variables: | 325 # Local Variables: |
| 325 # tab-width:2 | 326 # tab-width:2 |
| 326 # indent-tabs-mode:nil | 327 # indent-tabs-mode:nil |
| 327 # End: | 328 # End: |
| 328 # vim: set expandtab tabstop=2 shiftwidth=2: | 329 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |