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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'message_loop_proxy_impl.cc', | 244 'message_loop_proxy_impl.cc', |
245 'message_loop_proxy_impl.h', | 245 'message_loop_proxy_impl.h', |
246 'message_pump.cc', | 246 'message_pump.cc', |
247 'message_pump.h', | 247 'message_pump.h', |
248 'message_pump_android.cc', | 248 'message_pump_android.cc', |
249 'message_pump_android.h', | 249 'message_pump_android.h', |
250 'message_pump_default.cc', | 250 'message_pump_default.cc', |
251 'message_pump_default.h', | 251 'message_pump_default.h', |
252 'message_pump_win.cc', | 252 'message_pump_win.cc', |
253 'message_pump_win.h', | 253 'message_pump_win.h', |
| 254 'metrics/sample_vector.cc', |
| 255 'metrics/sample_vector.h', |
254 'metrics/bucket_ranges.cc', | 256 'metrics/bucket_ranges.cc', |
255 'metrics/bucket_ranges.h', | 257 'metrics/bucket_ranges.h', |
256 'metrics/histogram.cc', | 258 'metrics/histogram.cc', |
257 'metrics/histogram.h', | 259 'metrics/histogram.h', |
258 'metrics/histogram_base.cc', | 260 'metrics/histogram_base.cc', |
259 'metrics/histogram_base.h', | 261 'metrics/histogram_base.h', |
260 'metrics/histogram_flattener.h', | 262 'metrics/histogram_flattener.h', |
| 263 'metrics/histogram_samples.cc', |
| 264 'metrics/histogram_samples.h', |
261 'metrics/histogram_snapshot_manager.cc', | 265 'metrics/histogram_snapshot_manager.cc', |
262 'metrics/histogram_snapshot_manager.h', | 266 'metrics/histogram_snapshot_manager.h', |
263 'metrics/sparse_histogram.cc', | 267 'metrics/sparse_histogram.cc', |
264 'metrics/sparse_histogram.h', | 268 'metrics/sparse_histogram.h', |
265 'metrics/statistics_recorder.cc', | 269 'metrics/statistics_recorder.cc', |
266 'metrics/statistics_recorder.h', | 270 'metrics/statistics_recorder.h', |
267 'metrics/stats_counters.cc', | 271 'metrics/stats_counters.cc', |
268 'metrics/stats_counters.h', | 272 'metrics/stats_counters.h', |
269 'metrics/stats_table.cc', | 273 'metrics/stats_table.cc', |
270 'metrics/stats_table.h', | 274 'metrics/stats_table.h', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 688 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
685 # command-line-string limitation when building NaCl on Windows. | 689 # command-line-string limitation when building NaCl on Windows. |
686 ['OS == "win" and >(nacl_untrusted_build)==1', { | 690 ['OS == "win" and >(nacl_untrusted_build)==1', { |
687 'sources/': [ ['exclude', '\\.h$'] ], | 691 'sources/': [ ['exclude', '\\.h$'] ], |
688 }], | 692 }], |
689 ], | 693 ], |
690 }], | 694 }], |
691 ], | 695 ], |
692 }, | 696 }, |
693 } | 697 } |
OLD | NEW |