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

Side by Side Diff: chrome/chrome.gyp

Issue 126107: Creates a new TabContentsViewGtk for views based FE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | Annotate | Revision Log
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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'browser/views/tab_contents/tab_contents_container.h', 1570 'browser/views/tab_contents/tab_contents_container.h',
1571 'browser/views/tab_contents/native_tab_contents_container.h', 1571 'browser/views/tab_contents/native_tab_contents_container.h',
1572 'browser/views/tab_contents/native_tab_contents_container_gtk.cc', 1572 'browser/views/tab_contents/native_tab_contents_container_gtk.cc',
1573 'browser/views/tab_contents/native_tab_contents_container_gtk.h', 1573 'browser/views/tab_contents/native_tab_contents_container_gtk.h',
1574 'browser/views/tab_contents/native_tab_contents_container_win.cc', 1574 'browser/views/tab_contents/native_tab_contents_container_win.cc',
1575 'browser/views/tab_contents/native_tab_contents_container_win.h', 1575 'browser/views/tab_contents/native_tab_contents_container_win.h',
1576 'browser/views/tab_contents/render_view_context_menu_win.cc', 1576 'browser/views/tab_contents/render_view_context_menu_win.cc',
1577 'browser/views/tab_contents/render_view_context_menu_win.h', 1577 'browser/views/tab_contents/render_view_context_menu_win.h',
1578 'browser/views/tab_contents/render_view_context_menu_external_win.cc', 1578 'browser/views/tab_contents/render_view_context_menu_external_win.cc',
1579 'browser/views/tab_contents/render_view_context_menu_external_win.h', 1579 'browser/views/tab_contents/render_view_context_menu_external_win.h',
1580 'browser/views/tab_contents/tab_contents_view_gtk.cc',
1581 'browser/views/tab_contents/tab_contents_view_gtk.h',
1580 'browser/views/tab_contents/tab_contents_view_win.cc', 1582 'browser/views/tab_contents/tab_contents_view_win.cc',
1581 'browser/views/tab_contents/tab_contents_view_win.h', 1583 'browser/views/tab_contents/tab_contents_view_win.h',
1582 'browser/views/tabs/dragged_tab_controller.cc', 1584 'browser/views/tabs/dragged_tab_controller.cc',
1583 'browser/views/tabs/dragged_tab_controller.h', 1585 'browser/views/tabs/dragged_tab_controller.h',
1584 'browser/views/tabs/dragged_tab_view.cc', 1586 'browser/views/tabs/dragged_tab_view.cc',
1585 'browser/views/tabs/dragged_tab_view.h', 1587 'browser/views/tabs/dragged_tab_view.h',
1586 'browser/views/tabs/grid.cc', 1588 'browser/views/tabs/grid.cc',
1587 'browser/views/tabs/grid.h', 1589 'browser/views/tabs/grid.h',
1588 'browser/views/tabs/native_view_photobooth.h', 1590 'browser/views/tabs/native_view_photobooth.h',
1589 'browser/views/tabs/native_view_photobooth_gtk.cc', 1591 'browser/views/tabs/native_view_photobooth_gtk.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 ['include', '^browser/views/frame/opaque_browser_frame_view.h'], 1857 ['include', '^browser/views/frame/opaque_browser_frame_view.h'],
1856 ['include', '^browser/views/infobars/*'], 1858 ['include', '^browser/views/infobars/*'],
1857 ['include', '^browser/views/info_bubble.cc'], 1859 ['include', '^browser/views/info_bubble.cc'],
1858 ['include', '^browser/views/info_bubble.h'], 1860 ['include', '^browser/views/info_bubble.h'],
1859 ['include', '^browser/views/location_bar_view.cc'], 1861 ['include', '^browser/views/location_bar_view.cc'],
1860 ['include', '^browser/views/location_bar_view.h'], 1862 ['include', '^browser/views/location_bar_view.h'],
1861 ['include', '^browser/views/status_bubble_views.cc'], 1863 ['include', '^browser/views/status_bubble_views.cc'],
1862 ['include', '^browser/views/status_bubble_views.h'], 1864 ['include', '^browser/views/status_bubble_views.h'],
1863 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'], 1865 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'],
1864 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'], 1866 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'],
1867 ['include', '^browser/views/tab_contents/render_view_context_men u_win.cc'],
1868 ['include', '^browser/views/tab_contents/render_view_context_men u_win.h'],
1865 ['include', '^browser/views/tab_contents/tab_contents_container. cc'], 1869 ['include', '^browser/views/tab_contents/tab_contents_container. cc'],
1866 ['include', '^browser/views/tab_contents/tab_contents_container. h'], 1870 ['include', '^browser/views/tab_contents/tab_contents_container. h'],
1871 ['include', '^browser/views/tab_contents/tab_contents_view_gtk.c c'],
1872 ['include', '^browser/views/tab_contents/tab_contents_view_gtk.h '],
1867 ['include', '^browser/views/tab_icon_view.cc'], 1873 ['include', '^browser/views/tab_icon_view.cc'],
1868 ['include', '^browser/views/tab_icon_view.h'], 1874 ['include', '^browser/views/tab_icon_view.h'],
1869 ['include', '^browser/views/tabs/dragged_tab_controller.cc'], 1875 ['include', '^browser/views/tabs/dragged_tab_controller.cc'],
1870 ['include', '^browser/views/tabs/dragged_tab_controller.h'], 1876 ['include', '^browser/views/tabs/dragged_tab_controller.h'],
1871 ['include', '^browser/views/tabs/dragged_tab_view.cc'], 1877 ['include', '^browser/views/tabs/dragged_tab_view.cc'],
1872 ['include', '^browser/views/tabs/dragged_tab_view.h'], 1878 ['include', '^browser/views/tabs/dragged_tab_view.h'],
1873 ['include', '^browser/views/tabs/native_view_photobooth.h'], 1879 ['include', '^browser/views/tabs/native_view_photobooth.h'],
1874 ['include', '^browser/views/tabs/native_view_photobooth_gtk.cc'] , 1880 ['include', '^browser/views/tabs/native_view_photobooth_gtk.cc'] ,
1875 ['include', '^browser/views/tabs/native_view_photobooth_gtk.h'], 1881 ['include', '^browser/views/tabs/native_view_photobooth_gtk.h'],
1876 ['include', '^browser/views/tabs/tab.cc'], 1882 ['include', '^browser/views/tabs/tab.cc'],
(...skipping 20 matching lines...) Expand all
1897 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], 1903 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
1898 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'], 1904 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'],
1899 ['include', '^browser/gtk/options'], 1905 ['include', '^browser/gtk/options'],
1900 ['include', '^browser/gtk/menu_gtk.cc'], 1906 ['include', '^browser/gtk/menu_gtk.cc'],
1901 ['include', '^browser/gtk/menu_gtk.h'], 1907 ['include', '^browser/gtk/menu_gtk.h'],
1902 ['include', '^browser/gtk/sad_tab_gtk.cc'], 1908 ['include', '^browser/gtk/sad_tab_gtk.cc'],
1903 ['include', '^browser/gtk/sad_tab_gtk.h'], 1909 ['include', '^browser/gtk/sad_tab_gtk.h'],
1904 1910
1905 # More GTK stuff to exclude outside of the browser/gtk directory 1911 # More GTK stuff to exclude outside of the browser/gtk directory
1906 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'], 1912 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'],
1913
1914 # Other excluded stuff.
1915 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
1916 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
1917 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
1918 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
1919 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
1907 ], 1920 ],
1908 }], 1921 }],
1909 ['linux2==1',{ 1922 ['linux2==1',{
1910 'sources/': [ 1923 'sources/': [
1911 ['include', 'browser/views/tabs/grid.cc'], 1924 ['include', 'browser/views/tabs/grid.cc'],
1912 ['include', 'browser/views/tabs/grid.h'], 1925 ['include', 'browser/views/tabs/grid.h'],
1913 ['include', 'browser/views/tabs/tab_overview_cell.cc'], 1926 ['include', 'browser/views/tabs/tab_overview_cell.cc'],
1914 ['include', 'browser/views/tabs/tab_overview_cell.h'], 1927 ['include', 'browser/views/tabs/tab_overview_cell.h'],
1915 ['include', 'browser/views/tabs/tab_overview_container.cc'], 1928 ['include', 'browser/views/tabs/tab_overview_container.cc'],
1916 ['include', 'browser/views/tabs/tab_overview_container.h'], 1929 ['include', 'browser/views/tabs/tab_overview_container.h'],
(...skipping 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after
4675 # Use outputs of this action as inputs for the main target build. 4688 # Use outputs of this action as inputs for the main target build.
4676 # Seems as a misnomer but makes this happy on Linux (scons). 4689 # Seems as a misnomer but makes this happy on Linux (scons).
4677 'process_outputs_as_sources': 1, 4690 'process_outputs_as_sources': 1,
4678 }, 4691 },
4679 ], # 'actions' 4692 ], # 'actions'
4680 }, 4693 },
4681 ] 4694 ]
4682 }], 4695 }],
4683 ], # 'conditions' 4696 ], # 'conditions'
4684 } 4697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698