Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Side by Side Diff: chrome/common/extensions/api/BUILD.gn

Issue 2424183002: Remove Chromecast extension support from cast system tray menu. (Closed)
Patch Set: Additional removals Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//build/json_schema_api.gni") 7 import("//build/json_schema_api.gni")
8 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 import("//tools/json_schema_compiler/json_features.gni") 9 import("//tools/json_schema_compiler/json_features.gni")
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "webrtc_logging_private.idl", 84 "webrtc_logging_private.idl",
85 "webstore_private.json", 85 "webstore_private.json",
86 "webstore_widget_private.idl", 86 "webstore_widget_private.idl",
87 "windows.json", 87 "windows.json",
88 ] 88 ]
89 if (enable_task_manager) { 89 if (enable_task_manager) {
90 schema_sources += [ "processes.idl" ] 90 schema_sources += [ "processes.idl" ]
91 } 91 }
92 if (is_chromeos) { 92 if (is_chromeos) {
93 schema_sources += [ 93 schema_sources += [
94 "cast_devices_private.idl",
95 "certificate_provider.idl", 94 "certificate_provider.idl",
96 "certificate_provider_internal.idl", 95 "certificate_provider_internal.idl",
97 "echo_private.json", 96 "echo_private.json",
98 "enterprise_device_attributes.idl", 97 "enterprise_device_attributes.idl",
99 "enterprise_platform_keys.idl", 98 "enterprise_platform_keys.idl",
100 "enterprise_platform_keys_internal.idl", 99 "enterprise_platform_keys_internal.idl",
101 "enterprise_platform_keys_private.json", 100 "enterprise_platform_keys_private.json",
102 "file_browser_handler_internal.json", 101 "file_browser_handler_internal.json",
103 "file_manager_private.idl", 102 "file_manager_private.idl",
104 "file_manager_private_internal.idl", 103 "file_manager_private_internal.idl",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698