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