| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'message_pump.cc', | 225 'message_pump.cc', |
| 226 'message_pump.h', | 226 'message_pump.h', |
| 227 'message_pump_android.cc', | 227 'message_pump_android.cc', |
| 228 'message_pump_android.h', | 228 'message_pump_android.h', |
| 229 'message_pump_default.cc', | 229 'message_pump_default.cc', |
| 230 'message_pump_default.h', | 230 'message_pump_default.h', |
| 231 'message_pump_win.cc', | 231 'message_pump_win.cc', |
| 232 'message_pump_win.h', | 232 'message_pump_win.h', |
| 233 'metrics/histogram.cc', | 233 'metrics/histogram.cc', |
| 234 'metrics/histogram.h', | 234 'metrics/histogram.h', |
| 235 'metrics/histogram_flattener.h', |
| 236 'metrics/histogram_snapshot_manager.cc', |
| 237 'metrics/histogram_snapshot_manager.h', |
| 235 'metrics/stats_counters.cc', | 238 'metrics/stats_counters.cc', |
| 236 'metrics/stats_counters.h', | 239 'metrics/stats_counters.h', |
| 237 'metrics/stats_table.cc', | 240 'metrics/stats_table.cc', |
| 238 'metrics/stats_table.h', | 241 'metrics/stats_table.h', |
| 239 'move.h', | 242 'move.h', |
| 240 'native_library.h', | 243 'native_library.h', |
| 241 'native_library_mac.mm', | 244 'native_library_mac.mm', |
| 242 'native_library_posix.cc', | 245 'native_library_posix.cc', |
| 243 'native_library_win.cc', | 246 'native_library_win.cc', |
| 244 'observer_list.h', | 247 'observer_list.h', |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 'third_party/xdg_mime/xdgmimemagic.c', | 945 'third_party/xdg_mime/xdgmimemagic.c', |
| 943 'third_party/xdg_mime/xdgmimemagic.h', | 946 'third_party/xdg_mime/xdgmimemagic.h', |
| 944 'third_party/xdg_mime/xdgmimeparent.c', | 947 'third_party/xdg_mime/xdgmimeparent.c', |
| 945 'third_party/xdg_mime/xdgmimeparent.h', | 948 'third_party/xdg_mime/xdgmimeparent.h', |
| 946 ], | 949 ], |
| 947 }, | 950 }, |
| 948 ], | 951 ], |
| 949 }], | 952 }], |
| 950 ], | 953 ], |
| 951 } | 954 } |
| OLD | NEW |