OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'common/features/json_feature_provider_source.cc', | 137 'common/features/json_feature_provider_source.cc', |
138 'common/features/json_feature_provider_source.h', | 138 'common/features/json_feature_provider_source.h', |
139 'common/features/manifest_feature.cc', | 139 'common/features/manifest_feature.cc', |
140 'common/features/manifest_feature.h', | 140 'common/features/manifest_feature.h', |
141 'common/features/permission_feature.cc', | 141 'common/features/permission_feature.cc', |
142 'common/features/permission_feature.h', | 142 'common/features/permission_feature.h', |
143 'common/features/simple_feature.cc', | 143 'common/features/simple_feature.cc', |
144 'common/features/simple_feature.h', | 144 'common/features/simple_feature.h', |
145 'common/features/simple_feature_filter.cc', | 145 'common/features/simple_feature_filter.cc', |
146 'common/features/simple_feature_filter.h', | 146 'common/features/simple_feature_filter.h', |
| 147 'common/features/behavior_feature.cc', |
| 148 'common/features/behavior_feature.h', |
147 'common/file_util.cc', | 149 'common/file_util.cc', |
148 'common/file_util.h', | 150 'common/file_util.h', |
149 'common/guest_view/guest_view_constants.cc', | 151 'common/guest_view/guest_view_constants.cc', |
150 'common/guest_view/guest_view_constants.h', | 152 'common/guest_view/guest_view_constants.h', |
151 'common/image_util.cc', | 153 'common/image_util.cc', |
152 'common/image_util.h', | 154 'common/image_util.h', |
153 'common/install_warning.cc', | 155 'common/install_warning.cc', |
154 'common/install_warning.h', | 156 'common/install_warning.h', |
155 'common/manifest.cc', | 157 'common/manifest.cc', |
156 'common/manifest.h', | 158 'common/manifest.h', |
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1279 'conditions': [ | 1281 'conditions': [ |
1280 ['OS=="win" and win_use_allocator_shim==1', { | 1282 ['OS=="win" and win_use_allocator_shim==1', { |
1281 'dependencies': [ | 1283 'dependencies': [ |
1282 '../base/allocator/allocator.gyp:allocator', | 1284 '../base/allocator/allocator.gyp:allocator', |
1283 ], | 1285 ], |
1284 }], | 1286 }], |
1285 ], | 1287 ], |
1286 }, | 1288 }, |
1287 ] | 1289 ] |
1288 } | 1290 } |
OLD | NEW |