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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 'sys_string_conversions.h', | 405 'sys_string_conversions.h', |
406 'sys_string_conversions_mac.mm', | 406 'sys_string_conversions_mac.mm', |
407 'sys_string_conversions_posix.cc', | 407 'sys_string_conversions_posix.cc', |
408 'sys_string_conversions_win.cc', | 408 'sys_string_conversions_win.cc', |
409 'task_runner.cc', | 409 'task_runner.cc', |
410 'task_runner.h', | 410 'task_runner.h', |
411 'task_runner_util.h', | 411 'task_runner_util.h', |
412 'template_util.h', | 412 'template_util.h', |
413 'thread_task_runner_handle.cc', | 413 'thread_task_runner_handle.cc', |
414 'thread_task_runner_handle.h', | 414 'thread_task_runner_handle.h', |
| 415 'threading/com_thread.h', |
| 416 'threading/com_thread_win.cc', |
415 'threading/non_thread_safe.h', | 417 'threading/non_thread_safe.h', |
416 'threading/non_thread_safe_impl.cc', | 418 'threading/non_thread_safe_impl.cc', |
417 'threading/non_thread_safe_impl.h', | 419 'threading/non_thread_safe_impl.h', |
418 'threading/platform_thread.h', | 420 'threading/platform_thread.h', |
419 'threading/platform_thread_mac.mm', | 421 'threading/platform_thread_mac.mm', |
420 'threading/platform_thread_posix.cc', | 422 'threading/platform_thread_posix.cc', |
421 'threading/platform_thread_win.cc', | 423 'threading/platform_thread_win.cc', |
422 'threading/post_task_and_reply_impl.cc', | 424 'threading/post_task_and_reply_impl.cc', |
423 'threading/post_task_and_reply_impl.h', | 425 'threading/post_task_and_reply_impl.h', |
424 'threading/sequenced_worker_pool.cc', | 426 'threading/sequenced_worker_pool.cc', |
(...skipping 273 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 |