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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: . Created 3 years, 6 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 5698009859dcd76a2d686e43515d80ab0b252247..552a275ba98e7ccd7afcf5b5cc642ad7b7850b37 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -192,8 +192,8 @@ static_library("extensions") {
"api/feedback_private/feedback_service.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",
- "api/file_system/file_system_api.h",
+ "api/file_system/chrome_file_system_delegate.cc",
+ "api/file_system/chrome_file_system_delegate.h",
"api/font_settings/font_settings_api.cc",
"api/font_settings/font_settings_api.h",
"api/gcm/gcm_api.cc",

Powered by Google App Engine
This is Rietveld 408576698