| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 2167098ccfd76cadf54e5f09e3bfd1a74cd49dfa..7261d1dcb5f74096a3504bed7bca7a14d20f3771 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -2526,8 +2526,6 @@
|
| ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
|
| ['include', '^browser/gtk/keyword_editor_view.cc'],
|
| ['include', '^browser/gtk/keyword_editor_view.h'],
|
| - ['include', '^browser/gtk/list_store_favicon_loader.cc'],
|
| - ['include', '^browser/gtk/list_store_favicon_loader.h'],
|
| ['include', '^browser/gtk/menu_gtk.cc'],
|
| ['include', '^browser/gtk/menu_gtk.h'],
|
| ['include', '^browser/gtk/tab_contents_drag_source.cc'],
|
| @@ -2544,6 +2542,11 @@
|
| ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
|
| ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
|
| ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
|
| + # This compiles but has Linux shared build linking issues due to
|
| + # missing rsa_private_key functions.
|
| + ['exclude', '^browser/extensions/extension_creator.cc'],
|
| + # This compiles but it needs extension_creator.
|
| + ['exclude', '^browser/extensions/pack_extension_job.cc'],
|
| ],
|
| }],
|
| ['chromeos==1',{
|
|
|