| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'id_map.h', | 112 'id_map.h', |
| 113 'json/json_reader.cc', | 113 'json/json_reader.cc', |
| 114 'json/json_reader.h', | 114 'json/json_reader.h', |
| 115 'json/json_writer.cc', | 115 'json/json_writer.cc', |
| 116 'json/json_writer.h', | 116 'json/json_writer.h', |
| 117 'json/string_escape.cc', | 117 'json/string_escape.cc', |
| 118 'json/string_escape.h', | 118 'json/string_escape.h', |
| 119 'lazy_instance.cc', | 119 'lazy_instance.cc', |
| 120 'lazy_instance.h', | 120 'lazy_instance.h', |
| 121 'linked_list.h', | 121 'linked_list.h', |
| 122 'location.cc', |
| 123 'location.h', |
| 122 'logging.cc', | 124 'logging.cc', |
| 123 'logging.h', | 125 'logging.h', |
| 124 'logging_win.cc', | 126 'logging_win.cc', |
| 125 'logging_win.h', | 127 'logging_win.h', |
| 126 'mac/cocoa_protocols.h', | 128 'mac/cocoa_protocols.h', |
| 127 'mac/crash_logging.h', | 129 'mac/crash_logging.h', |
| 128 'mac/crash_logging.mm', | 130 'mac/crash_logging.mm', |
| 129 'mac/foundation_util.h', | 131 'mac/foundation_util.h', |
| 130 'mac/foundation_util.mm', | 132 'mac/foundation_util.mm', |
| 131 'mac/mac_util.h', | 133 'mac/mac_util.h', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'threading/watchdog.h', | 303 'threading/watchdog.h', |
| 302 'threading/worker_pool.h', | 304 'threading/worker_pool.h', |
| 303 'threading/worker_pool_posix.cc', | 305 'threading/worker_pool_posix.cc', |
| 304 'threading/worker_pool_posix.h', | 306 'threading/worker_pool_posix.h', |
| 305 'threading/worker_pool_win.cc', | 307 'threading/worker_pool_win.cc', |
| 306 'time.cc', | 308 'time.cc', |
| 307 'time.h', | 309 'time.h', |
| 308 'time_win.cc', | 310 'time_win.cc', |
| 309 'timer.cc', | 311 'timer.cc', |
| 310 'timer.h', | 312 'timer.h', |
| 311 'tracked.cc', | |
| 312 'tracked.h', | |
| 313 'tracked_objects.cc', | 313 'tracked_objects.cc', |
| 314 'tracked_objects.h', | 314 'tracked_objects.h', |
| 315 'tuple.h', | 315 'tuple.h', |
| 316 'utf_offset_string_conversions.cc', | 316 'utf_offset_string_conversions.cc', |
| 317 'utf_offset_string_conversions.h', | 317 'utf_offset_string_conversions.h', |
| 318 'utf_string_conversion_utils.cc', | 318 'utf_string_conversion_utils.cc', |
| 319 'utf_string_conversion_utils.h', | 319 'utf_string_conversion_utils.h', |
| 320 'utf_string_conversions.cc', | 320 'utf_string_conversions.cc', |
| 321 'utf_string_conversions.h', | 321 'utf_string_conversions.h', |
| 322 'values.cc', | 322 'values.cc', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 'third_party/xdg_mime/xdgmimemagic.c', | 732 'third_party/xdg_mime/xdgmimemagic.c', |
| 733 'third_party/xdg_mime/xdgmimemagic.h', | 733 'third_party/xdg_mime/xdgmimemagic.h', |
| 734 'third_party/xdg_mime/xdgmimeparent.c', | 734 'third_party/xdg_mime/xdgmimeparent.c', |
| 735 'third_party/xdg_mime/xdgmimeparent.h', | 735 'third_party/xdg_mime/xdgmimeparent.h', |
| 736 ], | 736 ], |
| 737 }, | 737 }, |
| 738 ], | 738 ], |
| 739 }], | 739 }], |
| 740 ], | 740 ], |
| 741 } | 741 } |
| OLD | NEW |