| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'waitable_event.h', | 287 'waitable_event.h', |
| 288 'waitable_event_posix.cc', | 288 'waitable_event_posix.cc', |
| 289 'waitable_event_watcher.h', | 289 'waitable_event_watcher.h', |
| 290 'waitable_event_watcher_posix.cc', | 290 'waitable_event_watcher_posix.cc', |
| 291 'waitable_event_watcher_win.cc', | 291 'waitable_event_watcher_win.cc', |
| 292 'waitable_event_win.cc', | 292 'waitable_event_win.cc', |
| 293 'watchdog.cc', | 293 'watchdog.cc', |
| 294 'watchdog.h', | 294 'watchdog.h', |
| 295 'weak_ptr.cc', | 295 'weak_ptr.cc', |
| 296 'weak_ptr.h', | 296 'weak_ptr.h', |
| 297 'win/i18n.cc', |
| 298 'win/i18n.h', |
| 297 'win/pe_image.cc', | 299 'win/pe_image.cc', |
| 298 'win/event_trace_consumer.h', | 300 'win/event_trace_consumer.h', |
| 299 'win/event_trace_controller.cc', | 301 'win/event_trace_controller.cc', |
| 300 'win/event_trace_controller.h', | 302 'win/event_trace_controller.h', |
| 301 'win/event_trace_provider.cc', | 303 'win/event_trace_provider.cc', |
| 302 'win/event_trace_provider.h', | 304 'win/event_trace_provider.h', |
| 303 'win/pe_image.h', | 305 'win/pe_image.h', |
| 304 'win/registry.cc', | 306 'win/registry.cc', |
| 305 'win/registry.h', | 307 'win/registry.h', |
| 306 'win/scoped_bstr.cc', | 308 'win/scoped_bstr.cc', |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 'third_party/xdg_mime/xdgmimemagic.c', | 815 'third_party/xdg_mime/xdgmimemagic.c', |
| 814 'third_party/xdg_mime/xdgmimemagic.h', | 816 'third_party/xdg_mime/xdgmimemagic.h', |
| 815 'third_party/xdg_mime/xdgmimeparent.c', | 817 'third_party/xdg_mime/xdgmimeparent.c', |
| 816 'third_party/xdg_mime/xdgmimeparent.h', | 818 'third_party/xdg_mime/xdgmimeparent.h', |
| 817 ], | 819 ], |
| 818 }, | 820 }, |
| 819 ], | 821 ], |
| 820 }], | 822 }], |
| 821 ], | 823 ], |
| 822 } | 824 } |
| OLD | NEW |