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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'android/path_service_android.h', | 45 'android/path_service_android.h', |
46 'android/path_utils.cc', | 46 'android/path_utils.cc', |
47 'android/path_utils.h', | 47 'android/path_utils.h', |
48 'at_exit.cc', | 48 'at_exit.cc', |
49 'at_exit.h', | 49 'at_exit.h', |
50 'atomic_ref_count.h', | 50 'atomic_ref_count.h', |
51 'atomic_sequence_num.h', | 51 'atomic_sequence_num.h', |
52 'atomicops.h', | 52 'atomicops.h', |
53 'atomicops_internals_gcc.h', | 53 'atomicops_internals_gcc.h', |
54 'atomicops_internals_mac.h', | 54 'atomicops_internals_mac.h', |
| 55 'atomicops_internals_tsan.h', |
55 'atomicops_internals_x86_gcc.cc', | 56 'atomicops_internals_x86_gcc.cc', |
56 'atomicops_internals_x86_gcc.h', | 57 'atomicops_internals_x86_gcc.h', |
57 'atomicops_internals_x86_msvc.h', | 58 'atomicops_internals_x86_msvc.h', |
58 'base_export.h', | 59 'base_export.h', |
59 'base_paths.cc', | 60 'base_paths.cc', |
60 'base_paths.h', | 61 'base_paths.h', |
61 'base_paths_android.cc', | 62 'base_paths_android.cc', |
62 'base_paths_android.h', | 63 'base_paths_android.h', |
63 'base_paths_mac.h', | 64 'base_paths_mac.h', |
64 'base_paths_mac.mm', | 65 'base_paths_mac.mm', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 694 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
694 # command-line-string limitation when building NaCl on Windows. | 695 # command-line-string limitation when building NaCl on Windows. |
695 ['OS == "win" and >(nacl_untrusted_build)==1', { | 696 ['OS == "win" and >(nacl_untrusted_build)==1', { |
696 'sources/': [ ['exclude', '\\.h$'] ], | 697 'sources/': [ ['exclude', '\\.h$'] ], |
697 }], | 698 }], |
698 ], | 699 ], |
699 }], | 700 }], |
700 ], | 701 ], |
701 }, | 702 }, |
702 } | 703 } |
OLD | NEW |