| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'at_exit.h', | 71 'at_exit.h', |
| 72 'atomic_ref_count.h', | 72 'atomic_ref_count.h', |
| 73 'atomic_sequence_num.h', | 73 'atomic_sequence_num.h', |
| 74 'atomicops.h', | 74 'atomicops.h', |
| 75 'atomicops_internals_gcc.h', | 75 'atomicops_internals_gcc.h', |
| 76 'atomicops_internals_mac.h', | 76 'atomicops_internals_mac.h', |
| 77 'atomicops_internals_tsan.h', | 77 'atomicops_internals_tsan.h', |
| 78 'atomicops_internals_x86_gcc.cc', | 78 'atomicops_internals_x86_gcc.cc', |
| 79 'atomicops_internals_x86_gcc.h', | 79 'atomicops_internals_x86_gcc.h', |
| 80 'atomicops_internals_x86_msvc.h', | 80 'atomicops_internals_x86_msvc.h', |
| 81 'barrier_closure.cc', |
| 82 'barrier_closure.h', |
| 81 'base_export.h', | 83 'base_export.h', |
| 82 'base_paths.cc', | 84 'base_paths.cc', |
| 83 'base_paths.h', | 85 'base_paths.h', |
| 84 'base_paths_android.cc', | 86 'base_paths_android.cc', |
| 85 'base_paths_android.h', | 87 'base_paths_android.h', |
| 86 'base_paths_mac.h', | 88 'base_paths_mac.h', |
| 87 'base_paths_mac.mm', | 89 'base_paths_mac.mm', |
| 88 'base_paths_posix.cc', | 90 'base_paths_posix.cc', |
| 89 'base_paths_posix.h', | 91 'base_paths_posix.h', |
| 90 'base_paths_win.cc', | 92 'base_paths_win.cc', |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 888 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 887 'sources/': [ | 889 'sources/': [ |
| 888 ['exclude', '^third_party/nspr/'], | 890 ['exclude', '^third_party/nspr/'], |
| 889 ], | 891 ], |
| 890 }], | 892 }], |
| 891 ], | 893 ], |
| 892 }], | 894 }], |
| 893 ], | 895 ], |
| 894 }, | 896 }, |
| 895 } | 897 } |
| OLD | NEW |