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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'third_party/xdg_mime/xdgmimemagic.c', | 945 'third_party/xdg_mime/xdgmimemagic.c', |
944 'third_party/xdg_mime/xdgmimemagic.h', | 946 'third_party/xdg_mime/xdgmimemagic.h', |
945 'third_party/xdg_mime/xdgmimeparent.c', | 947 'third_party/xdg_mime/xdgmimeparent.c', |
946 'third_party/xdg_mime/xdgmimeparent.h', | 948 'third_party/xdg_mime/xdgmimeparent.h', |
947 ], | 949 ], |
948 }, | 950 }, |
949 ], | 951 ], |
950 }], | 952 }], |
951 ], | 953 ], |
952 } | 954 } |
OLD | NEW |