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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'simple_thread.h', | 188 'simple_thread.h', |
189 'singleton.h', | 189 'singleton.h', |
190 'spin_wait.h', | 190 'spin_wait.h', |
191 'stack_container.h', | 191 'stack_container.h', |
192 'stats_counters.h', | 192 'stats_counters.h', |
193 'stats_table.cc', | 193 'stats_table.cc', |
194 'stats_table.h', | 194 'stats_table.h', |
195 'stl_util-inl.h', | 195 'stl_util-inl.h', |
196 'string_piece.cc', | 196 'string_piece.cc', |
197 'string_piece.h', | 197 'string_piece.h', |
| 198 'string_split.cc', |
| 199 'string_split.h' |
198 'string_tokenizer.h', | 200 'string_tokenizer.h', |
199 'string_util.cc', | 201 'string_util.cc', |
200 'string_util.h', | 202 'string_util.h', |
201 'string_util_win.h', | 203 'string_util_win.h', |
202 'sys_info.h', | 204 'sys_info.h', |
203 'sys_info_chromeos.cc', | 205 'sys_info_chromeos.cc', |
204 'sys_info_freebsd.cc', | 206 'sys_info_freebsd.cc', |
205 'sys_info_linux.cc', | 207 'sys_info_linux.cc', |
206 'sys_info_mac.cc', | 208 'sys_info_mac.cc', |
207 'sys_info_openbsd.cc', | 209 'sys_info_openbsd.cc', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'configurations': { | 590 'configurations': { |
589 'Common': { | 591 'Common': { |
590 'msvs_target_platform': 'x64', | 592 'msvs_target_platform': 'x64', |
591 }, | 593 }, |
592 }, | 594 }, |
593 }, | 595 }, |
594 ], | 596 ], |
595 }], | 597 }], |
596 ], | 598 ], |
597 } | 599 } |
OLD | NEW |