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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'message_loop_proxy_impl.cc', | 248 'message_loop_proxy_impl.cc', |
249 'message_loop_proxy_impl.h', | 249 'message_loop_proxy_impl.h', |
250 'message_pump.cc', | 250 'message_pump.cc', |
251 'message_pump.h', | 251 'message_pump.h', |
252 'message_pump_android.cc', | 252 'message_pump_android.cc', |
253 'message_pump_android.h', | 253 'message_pump_android.h', |
254 'message_pump_default.cc', | 254 'message_pump_default.cc', |
255 'message_pump_default.h', | 255 'message_pump_default.h', |
256 'message_pump_win.cc', | 256 'message_pump_win.cc', |
257 'message_pump_win.h', | 257 'message_pump_win.h', |
| 258 'metrics/sample_map.cc', |
| 259 'metrics/sample_map.h', |
258 'metrics/sample_vector.cc', | 260 'metrics/sample_vector.cc', |
259 'metrics/sample_vector.h', | 261 'metrics/sample_vector.h', |
260 'metrics/bucket_ranges.cc', | 262 'metrics/bucket_ranges.cc', |
261 'metrics/bucket_ranges.h', | 263 'metrics/bucket_ranges.h', |
262 'metrics/histogram.cc', | 264 'metrics/histogram.cc', |
263 'metrics/histogram.h', | 265 'metrics/histogram.h', |
264 'metrics/histogram_base.cc', | 266 'metrics/histogram_base.cc', |
265 'metrics/histogram_base.h', | 267 'metrics/histogram_base.h', |
266 'metrics/histogram_flattener.h', | 268 'metrics/histogram_flattener.h', |
267 'metrics/histogram_samples.cc', | 269 'metrics/histogram_samples.cc', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 700 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
699 # command-line-string limitation when building NaCl on Windows. | 701 # command-line-string limitation when building NaCl on Windows. |
700 ['OS == "win" and >(nacl_untrusted_build)==1', { | 702 ['OS == "win" and >(nacl_untrusted_build)==1', { |
701 'sources/': [ ['exclude', '\\.h$'] ], | 703 'sources/': [ ['exclude', '\\.h$'] ], |
702 }], | 704 }], |
703 ], | 705 ], |
704 }], | 706 }], |
705 ], | 707 ], |
706 }, | 708 }, |
707 } | 709 } |
OLD | NEW |