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

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

Issue 2666763005: API delegate for non-native file systems (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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/chrome_extensions_api_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index cc2370830983fad65dbe2c35fb0b32d20b152d3f..94da5aa7453b671498962664642045dfa6c7e38f 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -218,6 +218,8 @@ static_library("extensions") {
"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",
"api/file_system/file_system_api.h",
"api/font_settings/font_settings_api.cc",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/chrome_extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698