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