| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'threading/worker_pool_posix.cc', | 329 'threading/worker_pool_posix.cc', |
| 330 'threading/worker_pool_posix.h', | 330 'threading/worker_pool_posix.h', |
| 331 'threading/worker_pool_win.cc', | 331 'threading/worker_pool_win.cc', |
| 332 'time.cc', | 332 'time.cc', |
| 333 'time.h', | 333 'time.h', |
| 334 'time_win.cc', | 334 'time_win.cc', |
| 335 'timer.cc', | 335 'timer.cc', |
| 336 'timer.h', | 336 'timer.h', |
| 337 'tracked_objects.cc', | 337 'tracked_objects.cc', |
| 338 'tracked_objects.h', | 338 'tracked_objects.h', |
| 339 'tracking_info.cc', |
| 340 'tracking_info.h', |
| 339 'tuple.h', | 341 'tuple.h', |
| 340 'utf_offset_string_conversions.cc', | 342 'utf_offset_string_conversions.cc', |
| 341 'utf_offset_string_conversions.h', | 343 'utf_offset_string_conversions.h', |
| 342 'utf_string_conversion_utils.cc', | 344 'utf_string_conversion_utils.cc', |
| 343 'utf_string_conversion_utils.h', | 345 'utf_string_conversion_utils.h', |
| 344 'utf_string_conversions.cc', | 346 'utf_string_conversions.cc', |
| 345 'utf_string_conversions.h', | 347 'utf_string_conversions.h', |
| 346 'values.cc', | 348 'values.cc', |
| 347 'values.h', | 349 'values.h', |
| 348 'value_conversions.cc', | 350 'value_conversions.cc', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 'third_party/xdg_mime/xdgmimemagic.c', | 823 'third_party/xdg_mime/xdgmimemagic.c', |
| 822 'third_party/xdg_mime/xdgmimemagic.h', | 824 'third_party/xdg_mime/xdgmimemagic.h', |
| 823 'third_party/xdg_mime/xdgmimeparent.c', | 825 'third_party/xdg_mime/xdgmimeparent.c', |
| 824 'third_party/xdg_mime/xdgmimeparent.h', | 826 'third_party/xdg_mime/xdgmimeparent.h', |
| 825 ], | 827 ], |
| 826 }, | 828 }, |
| 827 ], | 829 ], |
| 828 }], | 830 }], |
| 829 ], | 831 ], |
| 830 } | 832 } |
| OLD | NEW |