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

Side by Side Diff: chrome/chrome.gyp

Issue 113910: Add BrowserView to the Linux build, it now compiles. This also includes a sma... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/window_sizer_mac.mm ('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 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 ['include', '^browser/views/download_shelf_view.cc'], 1673 ['include', '^browser/views/download_shelf_view.cc'],
1674 ['include', '^browser/views/download_shelf_view.h'], 1674 ['include', '^browser/views/download_shelf_view.h'],
1675 ['include', '^browser/views/event_utils.cc'], 1675 ['include', '^browser/views/event_utils.cc'],
1676 ['include', '^browser/views/event_utils.h'], 1676 ['include', '^browser/views/event_utils.h'],
1677 ['include', '^browser/views/find_bar_view.cc'], 1677 ['include', '^browser/views/find_bar_view.cc'],
1678 ['include', '^browser/views/find_bar_view.h'], 1678 ['include', '^browser/views/find_bar_view.h'],
1679 ['include', '^browser/views/find_bar_win.cc'], 1679 ['include', '^browser/views/find_bar_win.cc'],
1680 ['include', '^browser/views/find_bar_win.h'], 1680 ['include', '^browser/views/find_bar_win.h'],
1681 ['include', '^browser/views/toolbar_star_toggle.h'], 1681 ['include', '^browser/views/toolbar_star_toggle.h'],
1682 ['include', '^browser/views/toolbar_star_toggle.cc'], 1682 ['include', '^browser/views/toolbar_star_toggle.cc'],
1683 ['include', '^browser/views/frame/browser_view.cc'],
1684 ['include', '^browser/views/frame/browser_view.h'],
1683 ['include', '^browser/views/frame/browser_frame_gtk.cc'], 1685 ['include', '^browser/views/frame/browser_frame_gtk.cc'],
1684 ['include', '^browser/views/frame/browser_frame_gtk.h'], 1686 ['include', '^browser/views/frame/browser_frame_gtk.h'],
1685 ['include', '^browser/views/frame/browser_root_view.cc'], 1687 ['include', '^browser/views/frame/browser_root_view.cc'],
1686 ['include', '^browser/views/frame/browser_root_view.h'], 1688 ['include', '^browser/views/frame/browser_root_view.h'],
1687 ['include', '^browser/views/frame/opaque_browser_frame_view.cc'] , 1689 ['include', '^browser/views/frame/opaque_browser_frame_view.cc'] ,
1688 ['include', '^browser/views/frame/opaque_browser_frame_view.h'], 1690 ['include', '^browser/views/frame/opaque_browser_frame_view.h'],
1689 ['include', '^browser/views/infobars/*'], 1691 ['include', '^browser/views/infobars/*'],
1690 ['include', '^browser/views/info_bubble.cc'], 1692 ['include', '^browser/views/info_bubble.cc'],
1691 ['include', '^browser/views/info_bubble.h'], 1693 ['include', '^browser/views/info_bubble.h'],
1692 ['include', '^browser/views/location_bar_view.cc'], 1694 ['include', '^browser/views/location_bar_view.cc'],
(...skipping 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3883 # Use outputs of this action as inputs for the main target build. 3885 # Use outputs of this action as inputs for the main target build.
3884 # Seems as a misnomer but makes this happy on Linux (scons). 3886 # Seems as a misnomer but makes this happy on Linux (scons).
3885 'process_outputs_as_sources': 1, 3887 'process_outputs_as_sources': 1,
3886 }, 3888 },
3887 ], # 'actions' 3889 ], # 'actions'
3888 }, 3890 },
3889 ] 3891 ]
3890 }], 3892 }],
3891 ], # 'conditions' 3893 ], # 'conditions'
3892 } 3894 }
OLDNEW
« no previous file with comments | « chrome/browser/window_sizer_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698