diff options
Diffstat (limited to 'chrome/browser/browser.scons')
-rw-r--r-- | chrome/browser/browser.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons index ef38df4..0e6e74d 100644 --- a/chrome/browser/browser.scons +++ b/chrome/browser/browser.scons @@ -752,6 +752,7 @@ if env.Bit('linux'): 'process_singleton_linux.cc', 'renderer_host/render_widget_host_view_gtk.cc', 'tab_contents/web_contents_view_gtk.cc', + 'tab_contents/render_view_context_menu_gtk.cc', ]) if env.Bit('mac'): |