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

Side by Side Diff: chrome/chrome.gyp

Issue 115879: Gets GoButton to compile 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/go_button.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 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 ['include', '^browser/views/download_item_view.cc'], 1699 ['include', '^browser/views/download_item_view.cc'],
1700 ['include', '^browser/views/download_item_view.h'], 1700 ['include', '^browser/views/download_item_view.h'],
1701 ['include', '^browser/views/download_shelf_view.cc'], 1701 ['include', '^browser/views/download_shelf_view.cc'],
1702 ['include', '^browser/views/download_shelf_view.h'], 1702 ['include', '^browser/views/download_shelf_view.h'],
1703 ['include', '^browser/views/event_utils.cc'], 1703 ['include', '^browser/views/event_utils.cc'],
1704 ['include', '^browser/views/event_utils.h'], 1704 ['include', '^browser/views/event_utils.h'],
1705 ['include', '^browser/views/find_bar_view.cc'], 1705 ['include', '^browser/views/find_bar_view.cc'],
1706 ['include', '^browser/views/find_bar_view.h'], 1706 ['include', '^browser/views/find_bar_view.h'],
1707 ['include', '^browser/views/find_bar_win.cc'], 1707 ['include', '^browser/views/find_bar_win.cc'],
1708 ['include', '^browser/views/find_bar_win.h'], 1708 ['include', '^browser/views/find_bar_win.h'],
1709 ['include', '^browser/views/go_button.cc'],
1710 ['include', '^browser/views/go_button.h'],
1709 ['include', '^browser/views/toolbar_star_toggle.h'], 1711 ['include', '^browser/views/toolbar_star_toggle.h'],
1710 ['include', '^browser/views/toolbar_star_toggle.cc'], 1712 ['include', '^browser/views/toolbar_star_toggle.cc'],
1711 ['include', '^browser/views/frame/browser_view.cc'], 1713 ['include', '^browser/views/frame/browser_view.cc'],
1712 ['include', '^browser/views/frame/browser_view.h'], 1714 ['include', '^browser/views/frame/browser_view.h'],
1713 ['include', '^browser/views/frame/browser_frame_gtk.cc'], 1715 ['include', '^browser/views/frame/browser_frame_gtk.cc'],
1714 ['include', '^browser/views/frame/browser_frame_gtk.h'], 1716 ['include', '^browser/views/frame/browser_frame_gtk.h'],
1715 ['include', '^browser/views/frame/browser_root_view.cc'], 1717 ['include', '^browser/views/frame/browser_root_view.cc'],
1716 ['include', '^browser/views/frame/browser_root_view.h'], 1718 ['include', '^browser/views/frame/browser_root_view.h'],
1717 ['include', '^browser/views/frame/opaque_browser_frame_view.cc'] , 1719 ['include', '^browser/views/frame/opaque_browser_frame_view.cc'] ,
1718 ['include', '^browser/views/frame/opaque_browser_frame_view.h'], 1720 ['include', '^browser/views/frame/opaque_browser_frame_view.h'],
(...skipping 2378 matching lines...) Expand 10 before | Expand all | Expand 10 after
4097 # Use outputs of this action as inputs for the main target build. 4099 # Use outputs of this action as inputs for the main target build.
4098 # Seems as a misnomer but makes this happy on Linux (scons). 4100 # Seems as a misnomer but makes this happy on Linux (scons).
4099 'process_outputs_as_sources': 1, 4101 'process_outputs_as_sources': 1,
4100 }, 4102 },
4101 ], # 'actions' 4103 ], # 'actions'
4102 }, 4104 },
4103 ] 4105 ]
4104 }], 4106 }],
4105 ], # 'conditions' 4107 ], # 'conditions'
4106 } 4108 }
OLDNEW
« no previous file with comments | « chrome/browser/views/go_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698