| 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 29 matching lines...) Expand all Loading... |
| 40 'common/event_matcher.h', | 40 'common/event_matcher.h', |
| 41 'common/extension.cc', | 41 'common/extension.cc', |
| 42 'common/extension.h', | 42 'common/extension.h', |
| 43 'common/extension_api.cc', | 43 'common/extension_api.cc', |
| 44 'common/extension_api.h', | 44 'common/extension_api.h', |
| 45 'common/extension_api_stub.cc', | 45 'common/extension_api_stub.cc', |
| 46 'common/extension_paths.cc', | 46 'common/extension_paths.cc', |
| 47 'common/extension_paths.h', | 47 'common/extension_paths.h', |
| 48 'common/extension_resource.cc', | 48 'common/extension_resource.cc', |
| 49 'common/extension_resource.h', | 49 'common/extension_resource.h', |
| 50 'common/extension_set.cc', |
| 51 'common/extension_set.h', |
| 50 'common/extension_urls.cc', | 52 'common/extension_urls.cc', |
| 51 'common/extension_urls.h', | 53 'common/extension_urls.h', |
| 52 'common/extensions_client.cc', | 54 'common/extensions_client.cc', |
| 53 'common/extensions_client.h', | 55 'common/extensions_client.h', |
| 54 'common/feature_switch.cc', | 56 'common/feature_switch.cc', |
| 55 'common/feature_switch.h', | 57 'common/feature_switch.h', |
| 56 'common/features/feature.cc', | 58 'common/features/feature.cc', |
| 57 'common/features/feature.h', | 59 'common/features/feature.h', |
| 58 'common/features/feature_provider.cc', | 60 'common/features/feature_provider.cc', |
| 59 'common/features/feature_provider.h', | 61 'common/features/feature_provider.h', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'browser/quota_service.h', | 209 'browser/quota_service.h', |
| 208 'browser/update_observer.h', | 210 'browser/update_observer.h', |
| 209 'browser/view_type_utils.cc', | 211 'browser/view_type_utils.cc', |
| 210 'browser/view_type_utils.h', | 212 'browser/view_type_utils.h', |
| 211 ], | 213 ], |
| 212 # Disable c4267 warnings until we fix size_t to int truncations. | 214 # Disable c4267 warnings until we fix size_t to int truncations. |
| 213 'msvs_disabled_warnings': [ 4267, ], | 215 'msvs_disabled_warnings': [ 4267, ], |
| 214 }, | 216 }, |
| 215 ] | 217 ] |
| 216 } | 218 } |
| OLD | NEW |