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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 143733002: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… Created 6 years, 11 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/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index ea6f13c12739475605b67c0aeb45869b28e38b7d..6797cc2323626e6f16c1b0ffb1c7ddf0fbed2033 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3291,8 +3291,8 @@
}],
],
}],
- # File manager extension replaces the native OS file open/save dialog.
- ['file_manager_extension==1', {
+ # On chromeos, file manager extension handles the file open/save dialog.
+ ['chromeos==1', {
'sources/': [
['include', '^browser/ui/views/select_file_dialog_extension.cc'],
['include', '^browser/ui/views/select_file_dialog_extension.h'],

Powered by Google App Engine
This is Rietveld 408576698