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

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

Issue 2967223002: Move fileSystem API FilePicker class to own file (Closed)
Patch Set: CHECK web_contents 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 | chrome/browser/extensions/api/file_system/file_entry_picker.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 478d000cb500921f58456223d453b2fdd0ed766a..df0cc3edad84ecafb3164ab5835f992d740fdf08 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -192,6 +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_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",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/file_system/file_entry_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698