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

Side by Side Diff: chrome/chrome.gyp

Issue 115903: Gets NativeTabContentsContainerGtk to compile and removes some... (Closed) Base URL: svn://chrome-svn/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
« no previous file with comments | « chrome/browser/views/tab_contents/native_tab_contents_container_win.cc ('k') | no next file » | 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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'browser/views/shell_dialogs_win.cc', 1506 'browser/views/shell_dialogs_win.cc',
1507 'browser/views/star_toggle.cc', 1507 'browser/views/star_toggle.cc',
1508 'browser/views/star_toggle.h', 1508 'browser/views/star_toggle.h',
1509 'browser/views/status_bubble_views.cc', 1509 'browser/views/status_bubble_views.cc',
1510 'browser/views/status_bubble_views.h', 1510 'browser/views/status_bubble_views.h',
1511 'browser/views/tab_icon_view.cc', 1511 'browser/views/tab_icon_view.cc',
1512 'browser/views/tab_icon_view.h', 1512 'browser/views/tab_icon_view.h',
1513 'browser/views/tab_contents/tab_contents_container.cc', 1513 'browser/views/tab_contents/tab_contents_container.cc',
1514 'browser/views/tab_contents/tab_contents_container.h', 1514 'browser/views/tab_contents/tab_contents_container.h',
1515 'browser/views/tab_contents/native_tab_contents_container.h', 1515 'browser/views/tab_contents/native_tab_contents_container.h',
1516 'browser/views/tab_contents/native_tab_contents_container_gtk.cc',
1517 'browser/views/tab_contents/native_tab_contents_container_gtk.h',
1516 'browser/views/tab_contents/native_tab_contents_container_win.cc', 1518 'browser/views/tab_contents/native_tab_contents_container_win.cc',
1517 'browser/views/tab_contents/native_tab_contents_container_win.h', 1519 'browser/views/tab_contents/native_tab_contents_container_win.h',
1518 'browser/views/tabs/dragged_tab_controller.cc', 1520 'browser/views/tabs/dragged_tab_controller.cc',
1519 'browser/views/tabs/dragged_tab_controller.h', 1521 'browser/views/tabs/dragged_tab_controller.h',
1520 'browser/views/tabs/dragged_tab_view.cc', 1522 'browser/views/tabs/dragged_tab_view.cc',
1521 'browser/views/tabs/dragged_tab_view.h', 1523 'browser/views/tabs/dragged_tab_view.h',
1522 'browser/views/tabs/native_view_photobooth.h', 1524 'browser/views/tabs/native_view_photobooth.h',
1523 'browser/views/tabs/native_view_photobooth_win.cc', 1525 'browser/views/tabs/native_view_photobooth_win.cc',
1524 'browser/views/tabs/native_view_photobooth_win.h', 1526 'browser/views/tabs/native_view_photobooth_win.h',
1525 'browser/views/tabs/tab.cc', 1527 'browser/views/tabs/tab.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 ['include', '^browser/views/frame/opaque_browser_frame_view.h'], 1730 ['include', '^browser/views/frame/opaque_browser_frame_view.h'],
1729 ['include', '^browser/views/infobars/*'], 1731 ['include', '^browser/views/infobars/*'],
1730 ['include', '^browser/views/info_bubble.cc'], 1732 ['include', '^browser/views/info_bubble.cc'],
1731 ['include', '^browser/views/info_bubble.h'], 1733 ['include', '^browser/views/info_bubble.h'],
1732 ['include', '^browser/views/location_bar_view.cc'], 1734 ['include', '^browser/views/location_bar_view.cc'],
1733 ['include', '^browser/views/location_bar_view.h'], 1735 ['include', '^browser/views/location_bar_view.h'],
1734 ['include', '^browser/views/status_bubble_views.cc'], 1736 ['include', '^browser/views/status_bubble_views.cc'],
1735 ['include', '^browser/views/status_bubble_views.h'], 1737 ['include', '^browser/views/status_bubble_views.h'],
1736 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'], 1738 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'],
1737 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'], 1739 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'],
1740 ['include', '^browser/views/tab_contents/tab_contents_container. cc'],
1741 ['include', '^browser/views/tab_contents/tab_contents_container. h'],
1738 ['include', '^browser/views/tabs/dragged_tab_view.cc'], 1742 ['include', '^browser/views/tabs/dragged_tab_view.cc'],
1739 ['include', '^browser/views/tabs/dragged_tab_view.h'], 1743 ['include', '^browser/views/tabs/dragged_tab_view.h'],
1740 ['include', '^browser/views/tabs/tab.cc'], 1744 ['include', '^browser/views/tabs/tab.cc'],
1741 ['include', '^browser/views/tabs/tab.h'], 1745 ['include', '^browser/views/tabs/tab.h'],
1742 ['include', '^browser/views/tabs/tab_renderer.cc'], 1746 ['include', '^browser/views/tabs/tab_renderer.cc'],
1743 ['include', '^browser/views/tabs/tab_renderer.h'], 1747 ['include', '^browser/views/tabs/tab_renderer.h'],
1744 ['include', '^browser/views/tabs/tab_strip.cc'], 1748 ['include', '^browser/views/tabs/tab_strip.cc'],
1745 ['include', '^browser/views/tabs/tab_strip.h'], 1749 ['include', '^browser/views/tabs/tab_strip.h'],
1746 ['include', '^browser/views/toolbar_view.cc'], 1750 ['include', '^browser/views/toolbar_view.cc'],
1747 ['include', '^browser/views/toolbar_view.h'], 1751 ['include', '^browser/views/toolbar_view.h'],
(...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4112 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4113 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4114 'process_outputs_as_sources': 1,
4111 }, 4115 },
4112 ], # 'actions' 4116 ], # 'actions'
4113 }, 4117 },
4114 ] 4118 ]
4115 }], 4119 }],
4116 ], # 'conditions' 4120 ], # 'conditions'
4117 } 4121 }
OLDNEW
« no previous file with comments | « chrome/browser/views/tab_contents/native_tab_contents_container_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698