| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'message_pump.cc', | 221 'message_pump.cc', |
| 222 'message_pump.h', | 222 'message_pump.h', |
| 223 'message_pump_android.cc', | 223 'message_pump_android.cc', |
| 224 'message_pump_android.h', | 224 'message_pump_android.h', |
| 225 'message_pump_default.cc', | 225 'message_pump_default.cc', |
| 226 'message_pump_default.h', | 226 'message_pump_default.h', |
| 227 'message_pump_win.cc', | 227 'message_pump_win.cc', |
| 228 'message_pump_win.h', | 228 'message_pump_win.h', |
| 229 'metrics/histogram.cc', | 229 'metrics/histogram.cc', |
| 230 'metrics/histogram.h', | 230 'metrics/histogram.h', |
| 231 'metrics/histogram_sender.cc', |
| 232 'metrics/histogram_sender.h', |
| 231 'metrics/stats_counters.cc', | 233 'metrics/stats_counters.cc', |
| 232 'metrics/stats_counters.h', | 234 'metrics/stats_counters.h', |
| 233 'metrics/stats_table.cc', | 235 'metrics/stats_table.cc', |
| 234 'metrics/stats_table.h', | 236 'metrics/stats_table.h', |
| 235 'move.h', | 237 'move.h', |
| 236 'native_library.h', | 238 'native_library.h', |
| 237 'native_library_mac.mm', | 239 'native_library_mac.mm', |
| 238 'native_library_posix.cc', | 240 'native_library_posix.cc', |
| 239 'native_library_win.cc', | 241 'native_library_win.cc', |
| 240 'observer_list.h', | 242 'observer_list.h', |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'third_party/xdg_mime/xdgmimemagic.c', | 938 'third_party/xdg_mime/xdgmimemagic.c', |
| 937 'third_party/xdg_mime/xdgmimemagic.h', | 939 'third_party/xdg_mime/xdgmimemagic.h', |
| 938 'third_party/xdg_mime/xdgmimeparent.c', | 940 'third_party/xdg_mime/xdgmimeparent.c', |
| 939 'third_party/xdg_mime/xdgmimeparent.h', | 941 'third_party/xdg_mime/xdgmimeparent.h', |
| 940 ], | 942 ], |
| 941 }, | 943 }, |
| 942 ], | 944 ], |
| 943 }], | 945 }], |
| 944 ], | 946 ], |
| 945 } | 947 } |
| OLD | NEW |