| 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 '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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'process_linux.cc', | 216 'process_linux.cc', |
| 217 'process_posix.cc', | 217 'process_posix.cc', |
| 218 'process_util.cc', | 218 'process_util.cc', |
| 219 'process_util.h', | 219 'process_util.h', |
| 220 'process_util_linux.cc', | 220 'process_util_linux.cc', |
| 221 'process_util_mac.mm', | 221 'process_util_mac.mm', |
| 222 'process_util_openbsd.cc', | 222 'process_util_openbsd.cc', |
| 223 'process_util_posix.cc', | 223 'process_util_posix.cc', |
| 224 'process_util_win.cc', | 224 'process_util_win.cc', |
| 225 'process_win.cc', | 225 'process_win.cc', |
| 226 'profiler/scoped_profile.cc', | |
| 227 'profiler/scoped_profile.h', | |
| 228 'profiler/tracked_time.cc', | |
| 229 'profiler/tracked_time.h', | |
| 230 'rand_util.cc', | 226 'rand_util.cc', |
| 231 'rand_util.h', | 227 'rand_util.h', |
| 232 'rand_util_c.h', | 228 'rand_util_c.h', |
| 233 'rand_util_posix.cc', | 229 'rand_util_posix.cc', |
| 234 'rand_util_win.cc', | 230 'rand_util_win.cc', |
| 235 'safe_strerror_posix.cc', | 231 'safe_strerror_posix.cc', |
| 236 'safe_strerror_posix.h', | 232 'safe_strerror_posix.h', |
| 237 'scoped_native_library.cc', | 233 'scoped_native_library.cc', |
| 238 'scoped_native_library.h', | 234 'scoped_native_library.h', |
| 239 'scoped_temp_dir.cc', | 235 'scoped_temp_dir.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'threading/worker_pool_posix.cc', | 330 'threading/worker_pool_posix.cc', |
| 335 'threading/worker_pool_posix.h', | 331 'threading/worker_pool_posix.h', |
| 336 'threading/worker_pool_win.cc', | 332 'threading/worker_pool_win.cc', |
| 337 'time.cc', | 333 'time.cc', |
| 338 'time.h', | 334 'time.h', |
| 339 'time_win.cc', | 335 'time_win.cc', |
| 340 'timer.cc', | 336 'timer.cc', |
| 341 'timer.h', | 337 'timer.h', |
| 342 'tracked_objects.cc', | 338 'tracked_objects.cc', |
| 343 'tracked_objects.h', | 339 'tracked_objects.h', |
| 344 'tracking_info.cc', | 340 » 'tracking_info.cc', |
| 345 'tracking_info.h', | 341 » 'tracking_info.h', |
| 346 'tuple.h', | 342 'tuple.h', |
| 347 'utf_offset_string_conversions.cc', | 343 'utf_offset_string_conversions.cc', |
| 348 'utf_offset_string_conversions.h', | 344 'utf_offset_string_conversions.h', |
| 349 'utf_string_conversion_utils.cc', | 345 'utf_string_conversion_utils.cc', |
| 350 'utf_string_conversion_utils.h', | 346 'utf_string_conversion_utils.h', |
| 351 'utf_string_conversions.cc', | 347 'utf_string_conversions.cc', |
| 352 'utf_string_conversions.h', | 348 'utf_string_conversions.h', |
| 353 'values.cc', | 349 'values.cc', |
| 354 'values.h', | 350 'values.h', |
| 355 'value_conversions.cc', | 351 'value_conversions.cc', |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 'third_party/xdg_mime/xdgmimemagic.c', | 827 'third_party/xdg_mime/xdgmimemagic.c', |
| 832 'third_party/xdg_mime/xdgmimemagic.h', | 828 'third_party/xdg_mime/xdgmimemagic.h', |
| 833 'third_party/xdg_mime/xdgmimeparent.c', | 829 'third_party/xdg_mime/xdgmimeparent.c', |
| 834 'third_party/xdg_mime/xdgmimeparent.h', | 830 'third_party/xdg_mime/xdgmimeparent.h', |
| 835 ], | 831 ], |
| 836 }, | 832 }, |
| 837 ], | 833 ], |
| 838 }], | 834 }], |
| 839 ], | 835 ], |
| 840 } | 836 } |
| OLD | NEW |