| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'waitable_event.h', | 296 'waitable_event.h', |
| 297 'waitable_event_posix.cc', | 297 'waitable_event_posix.cc', |
| 298 'waitable_event_watcher.h', | 298 'waitable_event_watcher.h', |
| 299 'waitable_event_watcher_posix.cc', | 299 'waitable_event_watcher_posix.cc', |
| 300 'waitable_event_watcher_win.cc', | 300 'waitable_event_watcher_win.cc', |
| 301 'waitable_event_win.cc', | 301 'waitable_event_win.cc', |
| 302 'watchdog.cc', | 302 'watchdog.cc', |
| 303 'watchdog.h', | 303 'watchdog.h', |
| 304 'weak_ptr.cc', | 304 'weak_ptr.cc', |
| 305 'weak_ptr.h', | 305 'weak_ptr.h', |
| 306 'win/windows_version.cc', |
| 307 'win/windows_version.h', |
| 306 'win_util.cc', | 308 'win_util.cc', |
| 307 'win_util.h', | 309 'win_util.h', |
| 308 'windows_message_list.h', | 310 'windows_message_list.h', |
| 309 'worker_pool.h', | 311 'worker_pool.h', |
| 310 'worker_pool_linux.cc', | 312 'worker_pool_linux.cc', |
| 311 'worker_pool_linux.h', | 313 'worker_pool_linux.h', |
| 312 'worker_pool_mac.h', | 314 'worker_pool_mac.h', |
| 313 'worker_pool_mac.mm', | 315 'worker_pool_mac.mm', |
| 314 'worker_pool_win.cc', | 316 'worker_pool_win.cc', |
| 315 'xdg_util.h', | 317 'xdg_util.h', |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'third_party/xdg_mime/xdgmimemagic.c', | 749 'third_party/xdg_mime/xdgmimemagic.c', |
| 748 'third_party/xdg_mime/xdgmimemagic.h', | 750 'third_party/xdg_mime/xdgmimemagic.h', |
| 749 'third_party/xdg_mime/xdgmimeparent.c', | 751 'third_party/xdg_mime/xdgmimeparent.c', |
| 750 'third_party/xdg_mime/xdgmimeparent.h', | 752 'third_party/xdg_mime/xdgmimeparent.h', |
| 751 ], | 753 ], |
| 752 }, | 754 }, |
| 753 ], | 755 ], |
| 754 }], | 756 }], |
| 755 ], | 757 ], |
| 756 } | 758 } |
| OLD | NEW |