| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//tools/json_schema_compiler/json_features.gni") | 10 import("//tools/json_schema_compiler/json_features.gni") |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "hotword_private.idl", | 50 "hotword_private.idl", |
| 51 "i18n.json", | 51 "i18n.json", |
| 52 "identity.idl", | 52 "identity.idl", |
| 53 "identity_private.idl", | 53 "identity_private.idl", |
| 54 "image_writer_private.idl", | 54 "image_writer_private.idl", |
| 55 "inline_install_private.idl", | 55 "inline_install_private.idl", |
| 56 "instance_id.json", | 56 "instance_id.json", |
| 57 "language_settings_private.idl", | 57 "language_settings_private.idl", |
| 58 "manifest_types.json", | 58 "manifest_types.json", |
| 59 "media_galleries.idl", | 59 "media_galleries.idl", |
| 60 "notification_provider.idl", | |
| 61 "notifications.idl", | 60 "notifications.idl", |
| 62 "omnibox.json", | 61 "omnibox.json", |
| 63 "page_capture.json", | 62 "page_capture.json", |
| 64 "passwords_private.idl", | 63 "passwords_private.idl", |
| 65 "permissions.json", | 64 "permissions.json", |
| 66 "preferences_private.json", | 65 "preferences_private.json", |
| 67 "resources_private.idl", | 66 "resources_private.idl", |
| 68 "screenlock_private.idl", | 67 "screenlock_private.idl", |
| 69 "sessions.json", | 68 "sessions.json", |
| 70 "settings_private.idl", | 69 "settings_private.idl", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 } | 266 } |
| 268 | 267 |
| 269 group("extensions_features") { | 268 group("extensions_features") { |
| 270 public_deps = [ | 269 public_deps = [ |
| 271 ":api_features", | 270 ":api_features", |
| 272 ":behavior_features", | 271 ":behavior_features", |
| 273 ":manifest_features", | 272 ":manifest_features", |
| 274 ":permission_features", | 273 ":permission_features", |
| 275 ] | 274 ] |
| 276 } | 275 } |
| OLD | NEW |