| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'memory/scoped_vector.h', | 205 'memory/scoped_vector.h', |
| 206 'memory/singleton.cc', | 206 'memory/singleton.cc', |
| 207 'memory/singleton.h', | 207 'memory/singleton.h', |
| 208 'memory/weak_ptr.cc', | 208 'memory/weak_ptr.cc', |
| 209 'memory/weak_ptr.h', | 209 'memory/weak_ptr.h', |
| 210 'message_loop.cc', | 210 'message_loop.cc', |
| 211 'message_loop.h', | 211 'message_loop.h', |
| 212 'message_loop_helpers.h', | 212 'message_loop_helpers.h', |
| 213 'message_loop_proxy.cc', | 213 'message_loop_proxy.cc', |
| 214 'message_loop_proxy.h', | 214 'message_loop_proxy.h', |
| 215 'message_loop_proxy_impl.cc', | |
| 216 'message_loop_proxy_impl.h', | |
| 217 'message_pump.cc', | 215 'message_pump.cc', |
| 218 'message_pump.h', | 216 'message_pump.h', |
| 219 'message_pump_default.cc', | 217 'message_pump_default.cc', |
| 220 'message_pump_default.h', | 218 'message_pump_default.h', |
| 221 'message_pump_win.cc', | 219 'message_pump_win.cc', |
| 222 'message_pump_win.h', | 220 'message_pump_win.h', |
| 223 'metrics/histogram.cc', | 221 'metrics/histogram.cc', |
| 224 'metrics/histogram.h', | 222 'metrics/histogram.h', |
| 225 'metrics/stats_counters.cc', | 223 'metrics/stats_counters.cc', |
| 226 'metrics/stats_counters.h', | 224 'metrics/stats_counters.h', |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'third_party/xdg_mime/xdgmimemagic.c', | 926 'third_party/xdg_mime/xdgmimemagic.c', |
| 929 'third_party/xdg_mime/xdgmimemagic.h', | 927 'third_party/xdg_mime/xdgmimemagic.h', |
| 930 'third_party/xdg_mime/xdgmimeparent.c', | 928 'third_party/xdg_mime/xdgmimeparent.c', |
| 931 'third_party/xdg_mime/xdgmimeparent.h', | 929 'third_party/xdg_mime/xdgmimeparent.h', |
| 932 ], | 930 ], |
| 933 }, | 931 }, |
| 934 ], | 932 ], |
| 935 }], | 933 }], |
| 936 ], | 934 ], |
| 937 } | 935 } |
| OLD | NEW |