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