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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'bind_helpers.h', | 98 'bind_helpers.h', |
99 'bind_internal.h', | 99 'bind_internal.h', |
100 'bind_internal_win.h', | 100 'bind_internal_win.h', |
101 'bits.h', | 101 'bits.h', |
102 'build_time.cc', | 102 'build_time.cc', |
103 'build_time.h', | 103 'build_time.h', |
104 'callback.h', | 104 'callback.h', |
105 'callback_helpers.h', | 105 'callback_helpers.h', |
106 'callback_internal.cc', | 106 'callback_internal.cc', |
107 'callback_internal.h', | 107 'callback_internal.h', |
| 108 'callback_list.h', |
108 'cancelable_callback.h', | 109 'cancelable_callback.h', |
109 'chromeos/chromeos_version.cc', | 110 'chromeos/chromeos_version.cc', |
110 'chromeos/chromeos_version.h', | 111 'chromeos/chromeos_version.h', |
111 'command_line.cc', | 112 'command_line.cc', |
112 'command_line.h', | 113 'command_line.h', |
113 'compiler_specific.h', | 114 'compiler_specific.h', |
114 'containers/hash_tables.h', | 115 'containers/hash_tables.h', |
115 'containers/linked_list.h', | 116 'containers/linked_list.h', |
116 'containers/mru_cache.h', | 117 'containers/mru_cache.h', |
117 'containers/small_map.h', | 118 'containers/small_map.h', |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
886 'sources/': [ | 887 'sources/': [ |
887 ['exclude', '^third_party/nspr/'], | 888 ['exclude', '^third_party/nspr/'], |
888 ], | 889 ], |
889 }], | 890 }], |
890 ], | 891 ], |
891 }], | 892 }], |
892 ], | 893 ], |
893 }, | 894 }, |
894 } | 895 } |
OLD | NEW |