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

Unified Diff: extensions/shell/BUILD.gn

Issue 2962793002: AppShell: Enable chrome.fileSystem.retainEntry/restoreEntry (Closed)
Patch Set: Remove extraneous DEPS 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
« no previous file with comments | « no previous file | extensions/shell/browser/api/file_system/shell_file_system_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index 46749156ebe3b4c565d633968aba1a4a6ef263f5..38d9f84d3ea221c936d50e359be43d7bad3d6b6f 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -188,6 +188,13 @@ source_set("app_shell_lib") {
]
}
+ if (is_desktop_linux) {
+ sources += [
+ "browser/api/file_system/shell_file_system_delegate.cc",
+ "browser/api/file_system/shell_file_system_delegate.h",
+ ]
+ }
+
if (is_chromeos) {
sources += [
"browser/api/vpn_provider/vpn_service_factory.cc",
« no previous file with comments | « no previous file | extensions/shell/browser/api/file_system/shell_file_system_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698