| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'waitable_event.h', | 284 'waitable_event.h', |
| 285 'waitable_event_posix.cc', | 285 'waitable_event_posix.cc', |
| 286 'waitable_event_watcher.h', | 286 'waitable_event_watcher.h', |
| 287 'waitable_event_watcher_posix.cc', | 287 'waitable_event_watcher_posix.cc', |
| 288 'waitable_event_watcher_win.cc', | 288 'waitable_event_watcher_win.cc', |
| 289 'waitable_event_win.cc', | 289 'waitable_event_win.cc', |
| 290 'watchdog.cc', | 290 'watchdog.cc', |
| 291 'watchdog.h', | 291 'watchdog.h', |
| 292 'weak_ptr.cc', | 292 'weak_ptr.cc', |
| 293 'weak_ptr.h', | 293 'weak_ptr.h', |
| 294 'win/i18n.cc', |
| 295 'win/i18n.h', |
| 294 'win/pe_image.cc', | 296 'win/pe_image.cc', |
| 295 'win/event_trace_consumer.h', | 297 'win/event_trace_consumer.h', |
| 296 'win/event_trace_controller.cc', | 298 'win/event_trace_controller.cc', |
| 297 'win/event_trace_controller.h', | 299 'win/event_trace_controller.h', |
| 298 'win/event_trace_provider.cc', | 300 'win/event_trace_provider.cc', |
| 299 'win/event_trace_provider.h', | 301 'win/event_trace_provider.h', |
| 300 'win/pe_image.h', | 302 'win/pe_image.h', |
| 301 'win/registry.cc', | 303 'win/registry.cc', |
| 302 'win/registry.h', | 304 'win/registry.h', |
| 303 'win/scoped_bstr.cc', | 305 'win/scoped_bstr.cc', |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 'third_party/xdg_mime/xdgmimemagic.c', | 810 'third_party/xdg_mime/xdgmimemagic.c', |
| 809 'third_party/xdg_mime/xdgmimemagic.h', | 811 'third_party/xdg_mime/xdgmimemagic.h', |
| 810 'third_party/xdg_mime/xdgmimeparent.c', | 812 'third_party/xdg_mime/xdgmimeparent.c', |
| 811 'third_party/xdg_mime/xdgmimeparent.h', | 813 'third_party/xdg_mime/xdgmimeparent.h', |
| 812 ], | 814 ], |
| 813 }, | 815 }, |
| 814 ], | 816 ], |
| 815 }], | 817 }], |
| 816 ], | 818 ], |
| 817 } | 819 } |
| OLD | NEW |