| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'message_loop_proxy_impl.cc', | 141 'message_loop_proxy_impl.cc', |
| 142 'message_loop_proxy_impl.h', | 142 'message_loop_proxy_impl.h', |
| 143 'message_pump.cc', | 143 'message_pump.cc', |
| 144 'message_pump.h', | 144 'message_pump.h', |
| 145 'message_pump_default.cc', | 145 'message_pump_default.cc', |
| 146 'message_pump_default.h', | 146 'message_pump_default.h', |
| 147 'message_pump_win.cc', | 147 'message_pump_win.cc', |
| 148 'message_pump_win.h', | 148 'message_pump_win.h', |
| 149 'metrics/histogram.cc', | 149 'metrics/histogram.cc', |
| 150 'metrics/histogram.h', | 150 'metrics/histogram.h', |
| 151 'metrics/nacl_histogram.cc', |
| 152 'metrics/nacl_histogram.h', |
| 151 'metrics/stats_counters.cc', | 153 'metrics/stats_counters.cc', |
| 152 'metrics/stats_counters.h', | 154 'metrics/stats_counters.h', |
| 153 'metrics/stats_table.cc', | 155 'metrics/stats_table.cc', |
| 154 'metrics/stats_table.h', | 156 'metrics/stats_table.h', |
| 155 'mime_util.h', | 157 'mime_util.h', |
| 156 'mime_util_xdg.cc', | 158 'mime_util_xdg.cc', |
| 157 'move.h', | 159 'move.h', |
| 158 'native_library.h', | 160 'native_library.h', |
| 159 'native_library_linux.cc', | 161 'native_library_linux.cc', |
| 160 'native_library_mac.mm', | 162 'native_library_mac.mm', |
| (...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 'third_party/xdg_mime/xdgmimemagic.c', | 804 'third_party/xdg_mime/xdgmimemagic.c', |
| 803 'third_party/xdg_mime/xdgmimemagic.h', | 805 'third_party/xdg_mime/xdgmimemagic.h', |
| 804 'third_party/xdg_mime/xdgmimeparent.c', | 806 'third_party/xdg_mime/xdgmimeparent.c', |
| 805 'third_party/xdg_mime/xdgmimeparent.h', | 807 'third_party/xdg_mime/xdgmimeparent.h', |
| 806 ], | 808 ], |
| 807 }, | 809 }, |
| 808 ], | 810 ], |
| 809 }], | 811 }], |
| 810 ], | 812 ], |
| 811 } | 813 } |
| OLD | NEW |