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

Unified Diff: chrome/browser/extensions/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
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 20e6d59304c3a005b1e05c4097d672d7d476c46a..30aacdce8417c97c6d3a52118d0a9355d1f0af4a 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -212,12 +212,6 @@ static_library("extensions") {
"api/feedback_private/feedback_private_api.h",
"api/feedback_private/feedback_service.cc",
"api/feedback_private/feedback_service.h",
- "api/file_handlers/app_file_handler_util.cc",
- "api/file_handlers/app_file_handler_util.h",
- "api/file_handlers/directory_util.cc",
- "api/file_handlers/directory_util.h",
- "api/file_handlers/mime_util.cc",
- "api/file_handlers/mime_util.h",
"api/file_handlers/non_native_file_system_delegate_chromeos.cc",
"api/file_handlers/non_native_file_system_delegate_chromeos.h",
"api/file_system/file_system_api.cc",

Powered by Google App Engine
This is Rietveld 408576698