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

Unified Diff: chrome/browser/browser.scons

Issue 40013: Implement a GTK LocationBarView and Autocomplete. (Closed)
Patch Set: Feedback Created 11 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
Index: chrome/browser/browser.scons
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 0e6e74def94e98d2f01c2fa07f1781c53fd28131..7c820b48898a18f735a197d75156230a5f6b208c 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -736,6 +736,8 @@ if not env.Bit('windows'):
if env.Bit('linux'):
input_files.Extend([
+ 'autocomplete/autocomplete_edit_view_gtk.cc',
+ 'autocomplete/autocomplete_popup_view_gtk.cc',
'browser_main_gtk.cc',
'gtk/back_forward_menu_model_gtk.cc',
'gtk/browser_toolbar_gtk.cc',
@@ -744,6 +746,7 @@ if env.Bit('linux'):
'gtk/custom_button.cc',
'gtk/download_item_gtk.cc',
'gtk/download_shelf_gtk.cc',
+ 'gtk/location_bar_view_gtk.cc',
'gtk/menu_gtk.cc',
'gtk/nine_box.cc',
'gtk/standard_menus.cc',
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc ('k') | chrome/browser/gtk/browser_toolbar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698