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

Unified Diff: extensions/browser/api/file_handlers/BUILD.gn

Issue 2685453002: Move file_handlers API from //chrome to //extensions (Closed)
Patch Set: rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/DEPS ('k') | extensions/browser/api/file_handlers/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/file_handlers/BUILD.gn
diff --git a/extensions/browser/api/file_handlers/BUILD.gn b/extensions/browser/api/file_handlers/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..012f6fc0f49bba0257f7bca7f5c3bda55a3d5d71
--- /dev/null
+++ b/extensions/browser/api/file_handlers/BUILD.gn
@@ -0,0 +1,28 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("file_handlers") {
+ sources = [
+ "app_file_handler_util.cc",
+ "app_file_handler_util.h",
+ "directory_util.cc",
+ "directory_util.h",
+ "mime_util.cc",
+ "mime_util.h",
+ ]
+
+ if (is_chromeos) {
+ sources += [ "non_native_file_system_delegate.h" ]
+ }
+
+ deps = [
+ "//base:base",
+ "//content/public/browser",
+ "//content/public/common",
+ "//extensions/common",
+ "//extensions/common/api",
+ "//net",
+ "//storage/browser",
+ ]
+}
« no previous file with comments | « extensions/browser/api/DEPS ('k') | extensions/browser/api/file_handlers/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698