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

Side by Side Diff: chrome/chrome.gyp

Issue 115905: Gets TabIconView compiling on linux. (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_icon_view.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 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 ['include', '^browser/views/info_bubble.cc'], 1736 ['include', '^browser/views/info_bubble.cc'],
1737 ['include', '^browser/views/info_bubble.h'], 1737 ['include', '^browser/views/info_bubble.h'],
1738 ['include', '^browser/views/location_bar_view.cc'], 1738 ['include', '^browser/views/location_bar_view.cc'],
1739 ['include', '^browser/views/location_bar_view.h'], 1739 ['include', '^browser/views/location_bar_view.h'],
1740 ['include', '^browser/views/status_bubble_views.cc'], 1740 ['include', '^browser/views/status_bubble_views.cc'],
1741 ['include', '^browser/views/status_bubble_views.h'], 1741 ['include', '^browser/views/status_bubble_views.h'],
1742 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'], 1742 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'],
1743 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'], 1743 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'],
1744 ['include', '^browser/views/tab_contents/tab_contents_container. cc'], 1744 ['include', '^browser/views/tab_contents/tab_contents_container. cc'],
1745 ['include', '^browser/views/tab_contents/tab_contents_container. h'], 1745 ['include', '^browser/views/tab_contents/tab_contents_container. h'],
1746 ['include', '^browser/views/tab_icon_view.cc'],
1747 ['include', '^browser/views/tab_icon_view.h'],
1746 ['include', '^browser/views/tabs/dragged_tab_view.cc'], 1748 ['include', '^browser/views/tabs/dragged_tab_view.cc'],
1747 ['include', '^browser/views/tabs/dragged_tab_view.h'], 1749 ['include', '^browser/views/tabs/dragged_tab_view.h'],
1748 ['include', '^browser/views/tabs/tab.cc'], 1750 ['include', '^browser/views/tabs/tab.cc'],
1749 ['include', '^browser/views/tabs/tab.h'], 1751 ['include', '^browser/views/tabs/tab.h'],
1750 ['include', '^browser/views/tabs/tab_renderer.cc'], 1752 ['include', '^browser/views/tabs/tab_renderer.cc'],
1751 ['include', '^browser/views/tabs/tab_renderer.h'], 1753 ['include', '^browser/views/tabs/tab_renderer.h'],
1752 ['include', '^browser/views/tabs/tab_strip.cc'], 1754 ['include', '^browser/views/tabs/tab_strip.cc'],
1753 ['include', '^browser/views/tabs/tab_strip.h'], 1755 ['include', '^browser/views/tabs/tab_strip.h'],
1754 ['include', '^browser/views/toolbar_view.cc'], 1756 ['include', '^browser/views/toolbar_view.cc'],
1755 ['include', '^browser/views/toolbar_view.h'], 1757 ['include', '^browser/views/toolbar_view.h'],
(...skipping 2369 matching lines...) Expand 10 before | Expand all | Expand 10 after
4125 # Use outputs of this action as inputs for the main target build. 4127 # Use outputs of this action as inputs for the main target build.
4126 # Seems as a misnomer but makes this happy on Linux (scons). 4128 # Seems as a misnomer but makes this happy on Linux (scons).
4127 'process_outputs_as_sources': 1, 4129 'process_outputs_as_sources': 1,
4128 }, 4130 },
4129 ], # 'actions' 4131 ], # 'actions'
4130 }, 4132 },
4131 ] 4133 ]
4132 }], 4134 }],
4133 ], # 'conditions' 4135 ], # 'conditions'
4134 } 4136 }
OLDNEW
« no previous file with comments | « chrome/browser/views/tab_icon_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698