| 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 25 matching lines...) Expand all Loading... |
| 36 "data_reduction_proxy.json", | 36 "data_reduction_proxy.json", |
| 37 "debugger.json", | 37 "debugger.json", |
| 38 "desktop_capture.json", | 38 "desktop_capture.json", |
| 39 "developer_private.idl", | 39 "developer_private.idl", |
| 40 "dial.idl", | 40 "dial.idl", |
| 41 "downloads.idl", | 41 "downloads.idl", |
| 42 "downloads_internal.idl", | 42 "downloads_internal.idl", |
| 43 "easy_unlock_private.idl", | 43 "easy_unlock_private.idl", |
| 44 "experience_sampling_private.json", | 44 "experience_sampling_private.json", |
| 45 "feedback_private.idl", | 45 "feedback_private.idl", |
| 46 "file_system.idl", | |
| 47 "font_settings.json", | 46 "font_settings.json", |
| 48 "gcm.json", | 47 "gcm.json", |
| 49 "history.json", | 48 "history.json", |
| 50 "hotword_private.idl", | 49 "hotword_private.idl", |
| 51 "i18n.json", | 50 "i18n.json", |
| 52 "identity.idl", | 51 "identity.idl", |
| 53 "identity_private.idl", | 52 "identity_private.idl", |
| 54 "image_writer_private.idl", | 53 "image_writer_private.idl", |
| 55 "inline_install_private.idl", | 54 "inline_install_private.idl", |
| 56 "instance_id.json", | 55 "instance_id.json", |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 } | 267 } |
| 269 | 268 |
| 270 group("extensions_features") { | 269 group("extensions_features") { |
| 271 public_deps = [ | 270 public_deps = [ |
| 272 ":api_features", | 271 ":api_features", |
| 273 ":behavior_features", | 272 ":behavior_features", |
| 274 ":manifest_features", | 273 ":manifest_features", |
| 275 ":permission_features", | 274 ":permission_features", |
| 276 ] | 275 ] |
| 277 } | 276 } |
| OLD | NEW |