OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
77 'crypto/signature_creator_unittest.cc', | 77 'crypto/signature_creator_unittest.cc', |
78 'crypto/signature_verifier_unittest.cc', | 78 'crypto/signature_verifier_unittest.cc', |
79 'crypto/symmetric_key_unittest.cc', | 79 'crypto/symmetric_key_unittest.cc', |
80 'debug/leak_tracker_unittest.cc', | 80 'debug/leak_tracker_unittest.cc', |
81 'debug/stack_trace_unittest.cc', | 81 'debug/stack_trace_unittest.cc', |
82 'debug/trace_event_win_unittest.cc', | 82 'debug/trace_event_win_unittest.cc', |
83 'dir_reader_posix_unittest.cc', | 83 'dir_reader_posix_unittest.cc', |
84 'environment_unittest.cc', | 84 'environment_unittest.cc', |
85 'file_descriptor_shuffle_unittest.cc', | 85 'file_descriptor_shuffle_unittest.cc', |
86 'file_path_unittest.cc', | 86 'file_path_unittest.cc', |
87 'file_path_component_watcher_unittest.cc', | |
Mark Mentovai
2011/03/11 20:13:52
I agree with what Brett said about this. I’d make
| |
87 'file_util_unittest.cc', | 88 'file_util_unittest.cc', |
88 'file_version_info_unittest.cc', | 89 'file_version_info_unittest.cc', |
89 'gmock_unittest.cc', | 90 'gmock_unittest.cc', |
90 'hmac_unittest.cc', | 91 'hmac_unittest.cc', |
91 'id_map_unittest.cc', | 92 'id_map_unittest.cc', |
92 'i18n/break_iterator_unittest.cc', | 93 'i18n/break_iterator_unittest.cc', |
93 'i18n/char_iterator_unittest.cc', | 94 'i18n/char_iterator_unittest.cc', |
94 'i18n/file_util_icu_unittest.cc', | 95 'i18n/file_util_icu_unittest.cc', |
95 'i18n/icu_string_conversions_unittest.cc', | 96 'i18n/icu_string_conversions_unittest.cc', |
96 'i18n/rtl_unittest.cc', | 97 'i18n/rtl_unittest.cc', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
328 ], | 329 ], |
329 }], | 330 }], |
330 ], | 331 ], |
331 } | 332 } |
332 | 333 |
333 # Local Variables: | 334 # Local Variables: |
334 # tab-width:2 | 335 # tab-width:2 |
335 # indent-tabs-mode:nil | 336 # indent-tabs-mode:nil |
336 # End: | 337 # End: |
337 # vim: set expandtab tabstop=2 shiftwidth=2: | 338 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |