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