| 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_map.cc', |
| 256 'metrics/sample_map.h', |
| 255 'metrics/sample_vector.cc', | 257 'metrics/sample_vector.cc', |
| 256 'metrics/sample_vector.h', | 258 'metrics/sample_vector.h', |
| 257 'metrics/bucket_ranges.cc', | 259 'metrics/bucket_ranges.cc', |
| 258 'metrics/bucket_ranges.h', | 260 'metrics/bucket_ranges.h', |
| 259 'metrics/histogram.cc', | 261 'metrics/histogram.cc', |
| 260 'metrics/histogram.h', | 262 'metrics/histogram.h', |
| 261 'metrics/histogram_base.cc', | 263 'metrics/histogram_base.cc', |
| 262 'metrics/histogram_base.h', | 264 'metrics/histogram_base.h', |
| 263 'metrics/histogram_flattener.h', | 265 'metrics/histogram_flattener.h', |
| 264 'metrics/histogram_samples.cc', | 266 'metrics/histogram_samples.cc', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 695 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 694 # command-line-string limitation when building NaCl on Windows. | 696 # command-line-string limitation when building NaCl on Windows. |
| 695 ['OS == "win" and >(nacl_untrusted_build)==1', { | 697 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 696 'sources/': [ ['exclude', '\\.h$'] ], | 698 'sources/': [ ['exclude', '\\.h$'] ], |
| 697 }], | 699 }], |
| 698 ], | 700 ], |
| 699 }], | 701 }], |
| 700 ], | 702 ], |
| 701 }, | 703 }, |
| 702 } | 704 } |
| OLD | NEW |