| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
| 10 }, | 10 }, |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 'tuple.h', | 282 'tuple.h', |
| 283 'unix_domain_socket_posix.cc', | 283 'unix_domain_socket_posix.cc', |
| 284 'utf_offset_string_conversions.cc', | 284 'utf_offset_string_conversions.cc', |
| 285 'utf_offset_string_conversions.h', | 285 'utf_offset_string_conversions.h', |
| 286 'utf_string_conversion_utils.cc', | 286 'utf_string_conversion_utils.cc', |
| 287 'utf_string_conversion_utils.h', | 287 'utf_string_conversion_utils.h', |
| 288 'utf_string_conversions.cc', | 288 'utf_string_conversions.cc', |
| 289 'utf_string_conversions.h', | 289 'utf_string_conversions.h', |
| 290 'values.cc', | 290 'values.cc', |
| 291 'values.h', | 291 'values.h', |
| 292 'vlog.cc', |
| 293 'vlog.h', |
| 292 'waitable_event.h', | 294 'waitable_event.h', |
| 293 'waitable_event_posix.cc', | 295 'waitable_event_posix.cc', |
| 294 'waitable_event_watcher.h', | 296 'waitable_event_watcher.h', |
| 295 'waitable_event_watcher_posix.cc', | 297 'waitable_event_watcher_posix.cc', |
| 296 'waitable_event_watcher_win.cc', | 298 'waitable_event_watcher_win.cc', |
| 297 'waitable_event_win.cc', | 299 'waitable_event_win.cc', |
| 298 'watchdog.cc', | 300 'watchdog.cc', |
| 299 'watchdog.h', | 301 'watchdog.h', |
| 300 'weak_ptr.cc', | 302 'weak_ptr.cc', |
| 301 'weak_ptr.h', | 303 'weak_ptr.h', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'third_party/xdg_mime/xdgmimemagic.c', | 748 'third_party/xdg_mime/xdgmimemagic.c', |
| 747 'third_party/xdg_mime/xdgmimemagic.h', | 749 'third_party/xdg_mime/xdgmimemagic.h', |
| 748 'third_party/xdg_mime/xdgmimeparent.c', | 750 'third_party/xdg_mime/xdgmimeparent.c', |
| 749 'third_party/xdg_mime/xdgmimeparent.h', | 751 'third_party/xdg_mime/xdgmimeparent.h', |
| 750 ], | 752 ], |
| 751 }, | 753 }, |
| 752 ], | 754 ], |
| 753 }], | 755 }], |
| 754 ], | 756 ], |
| 755 } | 757 } |
| OLD | NEW |