| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'threading/watchdog.h', | 304 'threading/watchdog.h', |
| 303 'threading/worker_pool.h', | 305 'threading/worker_pool.h', |
| 304 'threading/worker_pool_posix.cc', | 306 'threading/worker_pool_posix.cc', |
| 305 'threading/worker_pool_posix.h', | 307 'threading/worker_pool_posix.h', |
| 306 'threading/worker_pool_win.cc', | 308 'threading/worker_pool_win.cc', |
| 307 'time.cc', | 309 'time.cc', |
| 308 'time.h', | 310 'time.h', |
| 309 'time_win.cc', | 311 'time_win.cc', |
| 310 'timer.cc', | 312 'timer.cc', |
| 311 'timer.h', | 313 'timer.h', |
| 312 'tracked.cc', | |
| 313 'tracked.h', | |
| 314 'tracked_objects.cc', | 314 'tracked_objects.cc', |
| 315 'tracked_objects.h', | 315 'tracked_objects.h', |
| 316 'tuple.h', | 316 'tuple.h', |
| 317 'utf_offset_string_conversions.cc', | 317 'utf_offset_string_conversions.cc', |
| 318 'utf_offset_string_conversions.h', | 318 'utf_offset_string_conversions.h', |
| 319 'utf_string_conversion_utils.cc', | 319 'utf_string_conversion_utils.cc', |
| 320 'utf_string_conversion_utils.h', | 320 'utf_string_conversion_utils.h', |
| 321 'utf_string_conversions.cc', | 321 'utf_string_conversions.cc', |
| 322 'utf_string_conversions.h', | 322 'utf_string_conversions.h', |
| 323 'values.cc', | 323 'values.cc', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'third_party/xdg_mime/xdgmimemagic.c', | 719 'third_party/xdg_mime/xdgmimemagic.c', |
| 720 'third_party/xdg_mime/xdgmimemagic.h', | 720 'third_party/xdg_mime/xdgmimemagic.h', |
| 721 'third_party/xdg_mime/xdgmimeparent.c', | 721 'third_party/xdg_mime/xdgmimeparent.c', |
| 722 'third_party/xdg_mime/xdgmimeparent.h', | 722 'third_party/xdg_mime/xdgmimeparent.h', |
| 723 ], | 723 ], |
| 724 }, | 724 }, |
| 725 ], | 725 ], |
| 726 }], | 726 }], |
| 727 ], | 727 ], |
| 728 } | 728 } |
| OLD | NEW |