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

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

Issue 2679693003: . (Closed)
Patch Set: rejigger deps 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..03b261ad532352f7848233e2581f744f993f963f
--- /dev/null
+++ b/extensions/browser/api/file_handlers/BUILD.gn
@@ -0,0 +1,14 @@
+# 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",
+ ]
+}
« 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