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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'message_loop_proxy_impl.cc', | 227 'message_loop_proxy_impl.cc', |
228 'message_loop_proxy_impl.h', | 228 'message_loop_proxy_impl.h', |
229 'message_pump.cc', | 229 'message_pump.cc', |
230 'message_pump.h', | 230 'message_pump.h', |
231 'message_pump_android.cc', | 231 'message_pump_android.cc', |
232 'message_pump_android.h', | 232 'message_pump_android.h', |
233 'message_pump_default.cc', | 233 'message_pump_default.cc', |
234 'message_pump_default.h', | 234 'message_pump_default.h', |
235 'message_pump_win.cc', | 235 'message_pump_win.cc', |
236 'message_pump_win.h', | 236 'message_pump_win.h', |
| 237 'metrics/bucket_ranges.cc', |
| 238 'metrics/bucket_ranges.h', |
237 'metrics/histogram.cc', | 239 'metrics/histogram.cc', |
238 'metrics/histogram.h', | 240 'metrics/histogram.h', |
239 'metrics/histogram_base.cc', | 241 'metrics/histogram_base.cc', |
240 'metrics/histogram_base.h', | 242 'metrics/histogram_base.h', |
241 'metrics/histogram_flattener.h', | 243 'metrics/histogram_flattener.h', |
242 'metrics/histogram_snapshot_manager.cc', | 244 'metrics/histogram_snapshot_manager.cc', |
243 'metrics/histogram_snapshot_manager.h', | 245 'metrics/histogram_snapshot_manager.h', |
244 'metrics/statistics_recorder.cc', | 246 'metrics/statistics_recorder.cc', |
245 'metrics/statistics_recorder.h', | 247 'metrics/statistics_recorder.h', |
246 'metrics/stats_counters.cc', | 248 'metrics/stats_counters.cc', |
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 655 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
654 'sources/': [ | 656 'sources/': [ |
655 ['exclude', '^chromeos/'], | 657 ['exclude', '^chromeos/'], |
656 ], | 658 ], |
657 }], | 659 }], |
658 ], | 660 ], |
659 }], | 661 }], |
660 ], | 662 ], |
661 }, | 663 }, |
662 } | 664 } |
OLD | NEW |