| 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/switch_feature.cc', |
| 148 'common/features/switch_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/install_warning.cc', | 153 'common/install_warning.cc', |
| 152 'common/install_warning.h', | 154 'common/install_warning.h', |
| 153 'common/manifest.cc', | 155 'common/manifest.cc', |
| 154 'common/manifest.h', | 156 'common/manifest.h', |
| 155 'common/manifest_constants.cc', | 157 'common/manifest_constants.cc', |
| 156 'common/manifest_constants.h', | 158 'common/manifest_constants.h', |
| (...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 'conditions': [ | 1268 'conditions': [ |
| 1267 ['OS=="win" and win_use_allocator_shim==1', { | 1269 ['OS=="win" and win_use_allocator_shim==1', { |
| 1268 'dependencies': [ | 1270 'dependencies': [ |
| 1269 '../base/allocator/allocator.gyp:allocator', | 1271 '../base/allocator/allocator.gyp:allocator', |
| 1270 ], | 1272 ], |
| 1271 }], | 1273 }], |
| 1272 ], | 1274 ], |
| 1273 }, | 1275 }, |
| 1274 ] | 1276 ] |
| 1275 } | 1277 } |
| OLD | NEW |