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

Unified Diff: chrome/chrome_browser.gypi

Issue 1134009: Makes file browser specific to chromeos and not both toolkit_views and (Closed)
Patch Set: Update Created 10 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 121c4d47a37ff5aec2f23f69e96a3e86dd250ef8..89b1cc565ed0360a075f3d7ca76e0431387f8dc0 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2943,10 +2943,13 @@
}],
['OS=="linux" and toolkit_views==1', {
'sources/': [
+ ['include', '^browser/gtk/dialogs_gtk.cc'],
['include', '^browser/gtk/external_protocol_dialog_gtk.cc'],
['include', '^browser/gtk/external_protocol_dialog_gtk.h'],
['include', '^browser/views/notifications/balloon_view.cc'],
['include', '^browser/views/notifications/balloon_view.h'],
+
+ ['exclude', '^browser/views/select_file_dialog.cc'],
],
}],
# GTK build only
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698