| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'process_util_openbsd.cc', | 305 'process_util_openbsd.cc', |
| 306 'process_util_posix.cc', | 306 'process_util_posix.cc', |
| 307 'process_util_win.cc', | 307 'process_util_win.cc', |
| 308 'process_win.cc', | 308 'process_win.cc', |
| 309 'profiler/scoped_profile.cc', | 309 'profiler/scoped_profile.cc', |
| 310 'profiler/scoped_profile.h', | 310 'profiler/scoped_profile.h', |
| 311 'profiler/alternate_timer.cc', | 311 'profiler/alternate_timer.cc', |
| 312 'profiler/alternate_timer.h', | 312 'profiler/alternate_timer.h', |
| 313 'profiler/tracked_time.cc', | 313 'profiler/tracked_time.cc', |
| 314 'profiler/tracked_time.h', | 314 'profiler/tracked_time.h', |
| 315 'property_bag.cc', | |
| 316 'property_bag.h', | |
| 317 'rand_util.cc', | 315 'rand_util.cc', |
| 318 'rand_util.h', | 316 'rand_util.h', |
| 319 'rand_util_nacl.cc', | 317 'rand_util_nacl.cc', |
| 320 'rand_util_posix.cc', | 318 'rand_util_posix.cc', |
| 321 'rand_util_win.cc', | 319 'rand_util_win.cc', |
| 322 'run_loop.cc', | 320 'run_loop.cc', |
| 323 'run_loop.h', | 321 'run_loop.h', |
| 324 'safe_strerror_posix.cc', | 322 'safe_strerror_posix.cc', |
| 325 'safe_strerror_posix.h', | 323 'safe_strerror_posix.h', |
| 326 'scoped_native_library.cc', | 324 'scoped_native_library.cc', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 680 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 683 # command-line-string limitation when building NaCl on Windows. | 681 # command-line-string limitation when building NaCl on Windows. |
| 684 ['OS == "win" and >(nacl_untrusted_build)==1', { | 682 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 685 'sources/': [ ['exclude', '\\.h$'] ], | 683 'sources/': [ ['exclude', '\\.h$'] ], |
| 686 }], | 684 }], |
| 687 ], | 685 ], |
| 688 }], | 686 }], |
| 689 ], | 687 ], |
| 690 }, | 688 }, |
| 691 } | 689 } |
| OLD | NEW |