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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'at_exit_unittest.cc', | 110 'at_exit_unittest.cc', |
111 'atomicops_unittest.cc', | 111 'atomicops_unittest.cc', |
112 'base64_unittest.cc', | 112 'base64_unittest.cc', |
113 'bind_unittest.cc', | 113 'bind_unittest.cc', |
114 'bits_unittest.cc', | 114 'bits_unittest.cc', |
115 'callback_unittest.cc', | 115 'callback_unittest.cc', |
116 'command_line_unittest.cc', | 116 'command_line_unittest.cc', |
117 'cpu_unittest.cc', | 117 'cpu_unittest.cc', |
118 'debug/leak_tracker_unittest.cc', | 118 'debug/leak_tracker_unittest.cc', |
119 'debug/stack_trace_unittest.cc', | 119 'debug/stack_trace_unittest.cc', |
120 'debug/trace_event_unittest.cc', | |
121 'debug/trace_event_win_unittest.cc', | 120 'debug/trace_event_win_unittest.cc', |
122 'dir_reader_posix_unittest.cc', | 121 'dir_reader_posix_unittest.cc', |
123 'environment_unittest.cc', | 122 'environment_unittest.cc', |
124 'file_descriptor_shuffle_unittest.cc', | 123 'file_descriptor_shuffle_unittest.cc', |
125 'file_path_unittest.cc', | 124 'file_path_unittest.cc', |
126 'file_util_unittest.cc', | 125 'file_util_unittest.cc', |
127 'file_version_info_unittest.cc', | 126 'file_version_info_unittest.cc', |
128 'gmock_unittest.cc', | 127 'gmock_unittest.cc', |
129 'id_map_unittest.cc', | 128 'id_map_unittest.cc', |
130 'i18n/break_iterator_unittest.cc', | 129 'i18n/break_iterator_unittest.cc', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 ], | 377 ], |
379 }], | 378 }], |
380 ], | 379 ], |
381 } | 380 } |
382 | 381 |
383 # Local Variables: | 382 # Local Variables: |
384 # tab-width:2 | 383 # tab-width:2 |
385 # indent-tabs-mode:nil | 384 # indent-tabs-mode:nil |
386 # End: | 385 # End: |
387 # vim: set expandtab tabstop=2 shiftwidth=2: | 386 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |