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

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

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: benwells, test fix 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 138ffb1a14f45bef50b2bf800a7291dae3650e97..10ec02c40f0e72dce97f1eff1f9d82f77172ee8a 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