| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'observer_list_threadsafe.h', | 148 'observer_list_threadsafe.h', |
| 149 'path_service.cc', | 149 'path_service.cc', |
| 150 'path_service.h', | 150 'path_service.h', |
| 151 'pickle.cc', | 151 'pickle.cc', |
| 152 'pickle.h', | 152 'pickle.h', |
| 153 'platform_file.cc', | 153 'platform_file.cc', |
| 154 'platform_file.h', | 154 'platform_file.h', |
| 155 'platform_file_posix.cc', | 155 'platform_file_posix.cc', |
| 156 'platform_file_win.cc', | 156 'platform_file_win.cc', |
| 157 'port.h', | 157 'port.h', |
| 158 'prebind.h', |
| 159 'prebind_helpers.h', |
| 158 'process.h', | 160 'process.h', |
| 159 'process_linux.cc', | 161 'process_linux.cc', |
| 160 'process_posix.cc', | 162 'process_posix.cc', |
| 161 'process_util.cc', | 163 'process_util.cc', |
| 162 'process_util.h', | 164 'process_util.h', |
| 163 'process_util_linux.cc', | 165 'process_util_linux.cc', |
| 164 'process_util_mac.mm', | 166 'process_util_mac.mm', |
| 165 'process_util_posix.cc', | 167 'process_util_posix.cc', |
| 166 'process_util_win.cc', | 168 'process_util_win.cc', |
| 167 'process_win.cc', | 169 'process_win.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'time.cc', | 277 'time.cc', |
| 276 'time.h', | 278 'time.h', |
| 277 'time_win.cc', | 279 'time_win.cc', |
| 278 'timer.cc', | 280 'timer.cc', |
| 279 'timer.h', | 281 'timer.h', |
| 280 'tracked.cc', | 282 'tracked.cc', |
| 281 'tracked.h', | 283 'tracked.h', |
| 282 'tracked_objects.cc', | 284 'tracked_objects.cc', |
| 283 'tracked_objects.h', | 285 'tracked_objects.h', |
| 284 'tuple.h', | 286 'tuple.h', |
| 287 'uber_callback.h', |
| 288 'uber_callback_helpers.h', |
| 285 'utf_offset_string_conversions.cc', | 289 'utf_offset_string_conversions.cc', |
| 286 'utf_offset_string_conversions.h', | 290 'utf_offset_string_conversions.h', |
| 287 'utf_string_conversion_utils.cc', | 291 'utf_string_conversion_utils.cc', |
| 288 'utf_string_conversion_utils.h', | 292 'utf_string_conversion_utils.h', |
| 289 'utf_string_conversions.cc', | 293 'utf_string_conversions.cc', |
| 290 'utf_string_conversions.h', | 294 'utf_string_conversions.h', |
| 291 'values.cc', | 295 'values.cc', |
| 292 'values.h', | 296 'values.h', |
| 293 'version.cc', | 297 'version.cc', |
| 294 'version.h', | 298 'version.h', |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 'third_party/xdg_mime/xdgmimemagic.c', | 739 'third_party/xdg_mime/xdgmimemagic.c', |
| 736 'third_party/xdg_mime/xdgmimemagic.h', | 740 'third_party/xdg_mime/xdgmimemagic.h', |
| 737 'third_party/xdg_mime/xdgmimeparent.c', | 741 'third_party/xdg_mime/xdgmimeparent.c', |
| 738 'third_party/xdg_mime/xdgmimeparent.h', | 742 'third_party/xdg_mime/xdgmimeparent.h', |
| 739 ], | 743 ], |
| 740 }, | 744 }, |
| 741 ], | 745 ], |
| 742 }], | 746 }], |
| 743 ], | 747 ], |
| 744 } | 748 } |
| OLD | NEW |