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

Side by Side Diff: chrome/chrome.gyp

Issue 155026: Fix the current remaining Views-GTK compile and linker errors. (Closed)
Patch Set: New patch Created 11 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/views/status_bubble_views.cc ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 ['include', '^browser/views/clear_browsing_data.h'], 1940 ['include', '^browser/views/clear_browsing_data.h'],
1941 ['include', '^browser/views/dialog_stubs_gtk.cc'], 1941 ['include', '^browser/views/dialog_stubs_gtk.cc'],
1942 ['include', '^browser/views/download_item_view.cc'], 1942 ['include', '^browser/views/download_item_view.cc'],
1943 ['include', '^browser/views/download_item_view.h'], 1943 ['include', '^browser/views/download_item_view.h'],
1944 ['include', '^browser/views/download_shelf_view.cc'], 1944 ['include', '^browser/views/download_shelf_view.cc'],
1945 ['include', '^browser/views/download_shelf_view.h'], 1945 ['include', '^browser/views/download_shelf_view.h'],
1946 ['include', '^browser/views/dragged_tab_controller.cc'], 1946 ['include', '^browser/views/dragged_tab_controller.cc'],
1947 ['include', '^browser/views/dragged_tab_controller.h'], 1947 ['include', '^browser/views/dragged_tab_controller.h'],
1948 ['include', '^browser/views/event_utils.cc'], 1948 ['include', '^browser/views/event_utils.cc'],
1949 ['include', '^browser/views/event_utils.h'], 1949 ['include', '^browser/views/event_utils.h'],
1950 ['include', '^browser/views/extensions/extension_shelf.cc'],
1951 ['include', '^browser/views/extensions/extension_shelf.h'],
1952 ['include', '^browser/views/extensions/extension_view.cc'],
1953 ['include', '^browser/views/extensions/extension_view.h'],
1954 ['include', '^browser/views/extension_view.cc'],
1955 ['include', '^browser/views/extension_view.h'],
1950 ['include', '^browser/views/find_bar_view.cc'], 1956 ['include', '^browser/views/find_bar_view.cc'],
1951 ['include', '^browser/views/find_bar_view.h'], 1957 ['include', '^browser/views/find_bar_view.h'],
1952 ['include', '^browser/views/find_bar_win.cc'], 1958 ['include', '^browser/views/find_bar_win.cc'],
1953 ['include', '^browser/views/find_bar_win.h'], 1959 ['include', '^browser/views/find_bar_win.h'],
1954 ['include', '^browser/views/go_button.cc'], 1960 ['include', '^browser/views/go_button.cc'],
1955 ['include', '^browser/views/go_button.h'], 1961 ['include', '^browser/views/go_button.h'],
1956 ['include', '^browser/views/toolbar_star_toggle.h'], 1962 ['include', '^browser/views/toolbar_star_toggle.h'],
1957 ['include', '^browser/views/toolbar_star_toggle.cc'], 1963 ['include', '^browser/views/toolbar_star_toggle.cc'],
1958 ['include', '^browser/views/frame/browser_view.cc'], 1964 ['include', '^browser/views/frame/browser_view.cc'],
1959 ['include', '^browser/views/frame/browser_view.h'], 1965 ['include', '^browser/views/frame/browser_view.h'],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 ['include', '^browser/views/tabs/tab_strip.h'], 2001 ['include', '^browser/views/tabs/tab_strip.h'],
1996 ['include', '^browser/views/toolbar_view.cc'], 2002 ['include', '^browser/views/toolbar_view.cc'],
1997 ['include', '^browser/views/toolbar_view.h'], 2003 ['include', '^browser/views/toolbar_view.h'],
1998 ['include', '^browser/window_sizer.cc'], 2004 ['include', '^browser/window_sizer.cc'],
1999 ['include', '^browser/window_sizer.h'], 2005 ['include', '^browser/window_sizer.h'],
2000 2006
2001 # Exclude all of browser/gtk, then include the things we want. 2007 # Exclude all of browser/gtk, then include the things we want.
2002 ['exclude', '^browser/gtk'], 2008 ['exclude', '^browser/gtk'],
2003 ['include', '^browser/gtk/autocomplete_edit_gtk.cc'], 2009 ['include', '^browser/gtk/autocomplete_edit_gtk.cc'],
2004 ['include', '^browser/gtk/autocomplete_edit_gtk.h'], 2010 ['include', '^browser/gtk/autocomplete_edit_gtk.h'],
2011 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'],
2012 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'],
2005 ['include', '^browser/gtk/dialogs_gtk.cc'], 2013 ['include', '^browser/gtk/dialogs_gtk.cc'],
2006 ['include', '^browser/gtk/dialogs_gtk.h'], 2014 ['include', '^browser/gtk/dialogs_gtk.h'],
2007 ['include', '^browser/gtk/download_started_animation_gtk.cc'], 2015 ['include', '^browser/gtk/download_started_animation_gtk.cc'],
2008 ['include', '^browser/gtk/download_started_animation_gtk.h'], 2016 ['include', '^browser/gtk/download_started_animation_gtk.h'],
2017 ['include', '^browser/gtk/edit_search_engine_dialog.cc'],
2018 ['include', '^browser/gtk/edit_search_engine_dialog.h'],
2009 ['include', '^browser/gtk/focus_store_gtk.cc'], 2019 ['include', '^browser/gtk/focus_store_gtk.cc'],
2010 ['include', '^browser/gtk/focus_store_gtk.h'], 2020 ['include', '^browser/gtk/focus_store_gtk.h'],
2021 ['include', '^browser/gtk/gtk_dnd_util.cc'],
2022 ['include', '^browser/gtk/gtk_dnd_util.h'],
2011 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], 2023 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
2012 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'], 2024 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'],
2025 ['include', '^browser/gtk/import_dialog_gtk.cc'],
2026 ['include', '^browser/gtk/import_dialog_gtk.h'],
2027 ['include', '^browser/gtk/import_progress_dialog_gtk.cc'],
2028 ['include', '^browser/gtk/import_progress_dialog_gtk.h'],
2029 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'],
2030 ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
2031 ['include', '^browser/gtk/keyword_editor_view.cc'],
2032 ['include', '^browser/gtk/keyword_editor_view.h'],
2033 ['include', '^browser/gtk/list_store_favicon_loader.cc'],
2034 ['include', '^browser/gtk/list_store_favicon_loader.h'],
2013 ['include', '^browser/gtk/options'], 2035 ['include', '^browser/gtk/options'],
2036 ['include', '^browser/gtk/options/general_page_gtk.cc'],
2037 ['include', '^browser/gtk/options/general_page_gtk.h'],
2014 ['include', '^browser/gtk/menu_gtk.cc'], 2038 ['include', '^browser/gtk/menu_gtk.cc'],
2015 ['include', '^browser/gtk/menu_gtk.h'], 2039 ['include', '^browser/gtk/menu_gtk.h'],
2016 ['include', '^browser/gtk/sad_tab_gtk.cc'], 2040 ['include', '^browser/gtk/sad_tab_gtk.cc'],
2017 ['include', '^browser/gtk/sad_tab_gtk.h'], 2041 ['include', '^browser/gtk/sad_tab_gtk.h'],
2018 2042
2019 # More GTK stuff to exclude outside of the browser/gtk directory
2020 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'],
2021
2022 # Other excluded stuff. 2043 # Other excluded stuff.
2023 ['exclude', '^browser/browser_theme_provider_gtk.cc'], 2044 ['exclude', '^browser/browser_theme_provider_gtk.cc'],
2024 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'], 2045 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
2025 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2046 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2026 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2047 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2027 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2048 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2028 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2049 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2029 ], 2050 ],
2030 }], 2051 }],
2031 ['linux2==1',{ 2052 ['linux2==1',{
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
4853 # Use outputs of this action as inputs for the main target build. 4874 # Use outputs of this action as inputs for the main target build.
4854 # Seems as a misnomer but makes this happy on Linux (scons). 4875 # Seems as a misnomer but makes this happy on Linux (scons).
4855 'process_outputs_as_sources': 1, 4876 'process_outputs_as_sources': 1,
4856 }, 4877 },
4857 ], # 'actions' 4878 ], # 'actions'
4858 }, 4879 },
4859 ] 4880 ]
4860 }], 4881 }],
4861 ], # 'conditions' 4882 ], # 'conditions'
4862 } 4883 }
OLDNEW
« no previous file with comments | « chrome/browser/views/status_bubble_views.cc ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698