| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'debug_on_start.cc', | 56 'debug_on_start.cc', |
| 57 'debug_on_start.h', | 57 'debug_on_start.h', |
| 58 'debug_util.cc', | 58 'debug_util.cc', |
| 59 'debug_util.h', | 59 'debug_util.h', |
| 60 'debug_util_mac.cc', | 60 'debug_util_mac.cc', |
| 61 'debug_util_posix.cc', | 61 'debug_util_posix.cc', |
| 62 'debug_util_win.cc', | 62 'debug_util_win.cc', |
| 63 'dir_reader_fallback.h', | 63 'dir_reader_fallback.h', |
| 64 'dir_reader_linux.h', | 64 'dir_reader_linux.h', |
| 65 'dir_reader_posix.h', | 65 'dir_reader_posix.h', |
| 66 'env_var.cc', | 66 'environment.cc', |
| 67 'env_var.h', | 67 'environment.h', |
| 68 'event_trace_consumer_win.h', | 68 'event_trace_consumer_win.h', |
| 69 'event_trace_controller_win.cc', | 69 'event_trace_controller_win.cc', |
| 70 'event_trace_controller_win.h', | 70 'event_trace_controller_win.h', |
| 71 'event_trace_provider_win.cc', | 71 'event_trace_provider_win.cc', |
| 72 'event_trace_provider_win.h', | 72 'event_trace_provider_win.h', |
| 73 'event_synthesis_gtk.cc', | 73 'event_synthesis_gtk.cc', |
| 74 'event_synthesis_gtk.h', | 74 'event_synthesis_gtk.h', |
| 75 'file_path.cc', | 75 'file_path.cc', |
| 76 'file_path.h', | 76 'file_path.h', |
| 77 'file_util.cc', | 77 'file_util.cc', |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'third_party/xdg_mime/xdgmimemagic.c', | 744 'third_party/xdg_mime/xdgmimemagic.c', |
| 745 'third_party/xdg_mime/xdgmimemagic.h', | 745 'third_party/xdg_mime/xdgmimemagic.h', |
| 746 'third_party/xdg_mime/xdgmimeparent.c', | 746 'third_party/xdg_mime/xdgmimeparent.c', |
| 747 'third_party/xdg_mime/xdgmimeparent.h', | 747 'third_party/xdg_mime/xdgmimeparent.h', |
| 748 ], | 748 ], |
| 749 }, | 749 }, |
| 750 ], | 750 ], |
| 751 }], | 751 }], |
| 752 ], | 752 ], |
| 753 } | 753 } |
| OLD | NEW |