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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'memory/scoped_open_process.h', | 214 'memory/scoped_open_process.h', |
215 'memory/scoped_policy.h', | 215 'memory/scoped_policy.h', |
216 'memory/scoped_ptr.h', | 216 'memory/scoped_ptr.h', |
217 'memory/scoped_vector.h', | 217 'memory/scoped_vector.h', |
218 'memory/singleton.cc', | 218 'memory/singleton.cc', |
219 'memory/singleton.h', | 219 'memory/singleton.h', |
220 'memory/weak_ptr.cc', | 220 'memory/weak_ptr.cc', |
221 'memory/weak_ptr.h', | 221 'memory/weak_ptr.h', |
222 'message_loop.cc', | 222 'message_loop.cc', |
223 'message_loop.h', | 223 'message_loop.h', |
224 'message_loop_helpers.h', | |
225 'message_loop_proxy.cc', | 224 'message_loop_proxy.cc', |
226 'message_loop_proxy.h', | 225 'message_loop_proxy.h', |
227 'message_loop_proxy_impl.cc', | 226 'message_loop_proxy_impl.cc', |
228 'message_loop_proxy_impl.h', | 227 'message_loop_proxy_impl.h', |
229 'message_pump.cc', | 228 'message_pump.cc', |
230 'message_pump.h', | 229 'message_pump.h', |
231 'message_pump_android.cc', | 230 'message_pump_android.cc', |
232 'message_pump_android.h', | 231 'message_pump_android.h', |
233 'message_pump_default.cc', | 232 'message_pump_default.cc', |
234 'message_pump_default.h', | 233 'message_pump_default.h', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
616 'sources/': [ | 615 'sources/': [ |
617 ['exclude', '^chromeos/'], | 616 ['exclude', '^chromeos/'], |
618 ], | 617 ], |
619 }], | 618 }], |
620 ], | 619 ], |
621 }], | 620 }], |
622 ], | 621 ], |
623 }, | 622 }, |
624 } | 623 } |
OLD | NEW |