| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "app": { | 9 "app": { |
| 10 "channel": "stable", | 10 "channel": "stable", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "extension_types": ["platform_app"] | 236 "extension_types": ["platform_app"] |
| 237 }, | 237 }, |
| 238 "mime_types": { | 238 "mime_types": { |
| 239 "channel": "stable", | 239 "channel": "stable", |
| 240 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], | 240 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], |
| 241 "whitelist": [ | 241 "whitelist": [ |
| 242 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 242 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 243 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 243 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 244 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 244 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
| 245 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 245 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
| 246 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor | 246 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
| 247 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF |
| 247 ] | 248 ] |
| 248 }, | 249 }, |
| 249 "minimum_chrome_version": { | 250 "minimum_chrome_version": { |
| 250 "channel": "stable", | 251 "channel": "stable", |
| 251 "extension_types": [ | 252 "extension_types": [ |
| 252 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 253 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| 253 ] | 254 ] |
| 254 }, | 255 }, |
| 255 "nacl_modules": { | 256 "nacl_modules": { |
| 256 "channel": "stable", | 257 "channel": "stable", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "extension_types": [ | 402 "extension_types": [ |
| 402 "extension", "legacy_packaged_app", "hosted_app" | 403 "extension", "legacy_packaged_app", "hosted_app" |
| 403 ] | 404 ] |
| 404 }, | 405 }, |
| 405 "webview": { | 406 "webview": { |
| 406 "channel": "dev", | 407 "channel": "dev", |
| 407 "extension_types": ["platform_app"], | 408 "extension_types": ["platform_app"], |
| 408 "min_manifest_version": 2 | 409 "min_manifest_version": 2 |
| 409 } | 410 } |
| 410 } | 411 } |
| OLD | NEW |