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

Unified Diff: chrome/browser/extensions/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 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 e8d901d126076f254b276eda7f6dde0c6571d25b..07509f3db6707c25293a95f5007c2d08074401c5 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -192,10 +192,10 @@ 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/chrome_file_system_delegate.cc",
+ "api/file_system/chrome_file_system_delegate.h",
"api/file_system/file_entry_picker.cc",
"api/file_system/file_entry_picker.h",
- "api/file_system/file_system_api.cc",
- "api/file_system/file_system_api.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