| 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 30 matching lines...) Expand all Loading... |
| 41 'common/event_matcher.h', | 41 'common/event_matcher.h', |
| 42 'common/extension.cc', | 42 'common/extension.cc', |
| 43 'common/extension.h', | 43 'common/extension.h', |
| 44 'common/extension_api.cc', | 44 'common/extension_api.cc', |
| 45 'common/extension_api.h', | 45 'common/extension_api.h', |
| 46 'common/extension_api_stub.cc', | 46 'common/extension_api_stub.cc', |
| 47 'common/extension_paths.cc', | 47 'common/extension_paths.cc', |
| 48 'common/extension_paths.h', | 48 'common/extension_paths.h', |
| 49 'common/extension_resource.cc', | 49 'common/extension_resource.cc', |
| 50 'common/extension_resource.h', | 50 'common/extension_resource.h', |
| 51 'common/extension_set.cc', |
| 52 'common/extension_set.h', |
| 51 'common/extension_urls.cc', | 53 'common/extension_urls.cc', |
| 52 'common/extension_urls.h', | 54 'common/extension_urls.h', |
| 53 'common/extensions_client.cc', | 55 'common/extensions_client.cc', |
| 54 'common/extensions_client.h', | 56 'common/extensions_client.h', |
| 55 'common/feature_switch.cc', | 57 'common/feature_switch.cc', |
| 56 'common/feature_switch.h', | 58 'common/feature_switch.h', |
| 57 'common/features/feature.cc', | 59 'common/features/feature.cc', |
| 58 'common/features/feature.h', | 60 'common/features/feature.h', |
| 59 'common/features/feature_provider.cc', | 61 'common/features/feature_provider.cc', |
| 60 'common/features/feature_provider.h', | 62 'common/features/feature_provider.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'browser/quota_service.h', | 196 'browser/quota_service.h', |
| 195 'browser/update_observer.h', | 197 'browser/update_observer.h', |
| 196 'browser/view_type_utils.cc', | 198 'browser/view_type_utils.cc', |
| 197 'browser/view_type_utils.h', | 199 'browser/view_type_utils.h', |
| 198 ], | 200 ], |
| 199 # Disable c4267 warnings until we fix size_t to int truncations. | 201 # Disable c4267 warnings until we fix size_t to int truncations. |
| 200 'msvs_disabled_warnings': [ 4267, ], | 202 'msvs_disabled_warnings': [ 4267, ], |
| 201 }, | 203 }, |
| 202 ] | 204 ] |
| 203 } | 205 } |
| OLD | NEW |