OLD | NEW |
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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 'includes': [ | 6 'includes': [ |
7 '../build/common.gypi', | 7 '../build/common.gypi', |
8 ], | 8 ], |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'mac/scoped_cftyperef.h', | 59 'mac/scoped_cftyperef.h', |
60 'mac/scoped_ioobject.h', | 60 'mac/scoped_ioobject.h', |
61 'mac/scoped_launch_data.h', | 61 'mac/scoped_launch_data.h', |
62 'mac/scoped_mach_port.cc', | 62 'mac/scoped_mach_port.cc', |
63 'mac/scoped_mach_port.h', | 63 'mac/scoped_mach_port.h', |
64 'mac/scoped_mach_vm.cc', | 64 'mac/scoped_mach_vm.cc', |
65 'mac/scoped_mach_vm.h', | 65 'mac/scoped_mach_vm.h', |
66 'mac/scoped_nsautorelease_pool.h', | 66 'mac/scoped_nsautorelease_pool.h', |
67 'mac/scoped_nsautorelease_pool.mm', | 67 'mac/scoped_nsautorelease_pool.mm', |
68 'mac/scoped_nsobject.h', | 68 'mac/scoped_nsobject.h', |
| 69 'mac/scoped_typeref.h', |
69 'macros.h', | 70 'macros.h', |
70 'memory/aligned_memory.cc', | 71 'memory/aligned_memory.cc', |
71 'memory/aligned_memory.h', | 72 'memory/aligned_memory.h', |
72 'memory/scoped_policy.h', | 73 'memory/scoped_policy.h', |
73 'memory/scoped_ptr.h', | 74 'memory/scoped_ptr.h', |
74 'numerics/safe_conversions.h', | 75 'numerics/safe_conversions.h', |
75 'numerics/safe_conversions_impl.h', | 76 'numerics/safe_conversions_impl.h', |
76 'numerics/safe_math.h', | 77 'numerics/safe_math.h', |
77 'numerics/safe_math_impl.h', | 78 'numerics/safe_math_impl.h', |
78 'posix/eintr_wrapper.h', | 79 'posix/eintr_wrapper.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 '../build/build_config.h', | 119 '../build/build_config.h', |
119 ], | 120 ], |
120 'direct_dependent_settings': { | 121 'direct_dependent_settings': { |
121 'include_dirs': [ | 122 'include_dirs': [ |
122 '..', | 123 '..', |
123 ], | 124 ], |
124 }, | 125 }, |
125 }, | 126 }, |
126 ], | 127 ], |
127 } | 128 } |
OLD | NEW |