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

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

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: rebase Created 3 years, 5 months 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("//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
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 210 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
« no previous file with comments | « chrome/browser/media_galleries/media_galleries_permission_controller.cc ('k') | chrome/common/extensions/api/file_system.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698