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

Unified Diff: chrome/browser/browser.scons

Issue 21107: Stub implementation of gtk browser window. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « chrome/app/chrome_dll_main.cc ('k') | chrome/browser/browser_window_factory_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.scons
===================================================================
--- chrome/browser/browser.scons (revision 9259)
+++ chrome/browser/browser.scons (working copy)
@@ -815,6 +815,8 @@
if env.Bit('linux'):
input_files.Extend([
'browser_main_gtk.cc',
+ 'browser_window_factory_gtk.cc',
+ 'browser_window_gtk.cc',
'renderer_host/render_widget_host_view_gtk.cc',
])
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/browser/browser_window_factory_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698