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

Side by Side Diff: chrome/chrome.gyp

Issue 151133: Simplify the download build rules for Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « no previous file | 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 ], 1793 ],
1794 }], 1794 }],
1795 ], 1795 ],
1796 }], 1796 }],
1797 ['OS=="linux" and toolkit_views==0', { 1797 ['OS=="linux" and toolkit_views==0', {
1798 'sources!': [ 1798 'sources!': [
1799 'browser/bookmarks/bookmark_drop_info.cc', 1799 'browser/bookmarks/bookmark_drop_info.cc',
1800 ], 1800 ],
1801 }], 1801 }],
1802 ['OS=="mac"', { 1802 ['OS=="mac"', {
1803 'sources/': [
1804 # Exclude most of download.
1805 ['exclude', '^browser/download/'],
1806 ['include', '^browser/download/download_(file|manager|shelf|util)\\. cc$'],
1807 ['include', '^browser/download/download_request_manager\\.cc$'],
1808 ['include', '^browser/download/download_item_model\\.cc$'],
1809 ['include', '^browser/download/save_(file(_manager)?|item|package)\\ .cc$'],
1810 ],
1811 'sources!': [ 1803 'sources!': [
1812 'browser/automation/automation_provider_list_generic.cc', 1804 'browser/automation/automation_provider_list_generic.cc',
1813 'browser/bookmarks/bookmark_context_menu.cc', 1805 'browser/bookmarks/bookmark_context_menu.cc',
1814 'browser/bookmarks/bookmark_drop_info.cc', 1806 'browser/bookmarks/bookmark_drop_info.cc',
1815 'browser/dock_info.cc', 1807 'browser/dock_info.cc',
1808 'browser/download/download_exe.cc',
1809 'browser/download/download_request_dialog_delegate_win.cc',
1816 'browser/login_prompt.cc', 1810 'browser/login_prompt.cc',
1817 'browser/password_manager/password_store_gnome.h', 1811 'browser/password_manager/password_store_gnome.h',
1818 'browser/password_manager/password_store_gnome.cc', 1812 'browser/password_manager/password_store_gnome.cc',
1819 'browser/password_manager/password_store_kwallet.h', 1813 'browser/password_manager/password_store_kwallet.h',
1820 'browser/password_manager/password_store_kwallet.cc', 1814 'browser/password_manager/password_store_kwallet.cc',
1821 'browser/password_manager/password_store_win.cc', 1815 'browser/password_manager/password_store_win.cc',
1822 'browser/password_manager/password_store_win.h', 1816 'browser/password_manager/password_store_win.h',
1823 'browser/views/extensions/extension_shelf.cc', 1817 'browser/views/extensions/extension_shelf.cc',
1824 'browser/views/extensions/extension_shelf.h', 1818 'browser/views/extensions/extension_shelf.h',
1825 'browser/views/extensions/extension_view.cc', 1819 'browser/views/extensions/extension_view.cc',
(...skipping 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after
4856 # Use outputs of this action as inputs for the main target build. 4850 # Use outputs of this action as inputs for the main target build.
4857 # Seems as a misnomer but makes this happy on Linux (scons). 4851 # Seems as a misnomer but makes this happy on Linux (scons).
4858 'process_outputs_as_sources': 1, 4852 'process_outputs_as_sources': 1,
4859 }, 4853 },
4860 ], # 'actions' 4854 ], # 'actions'
4861 }, 4855 },
4862 ] 4856 ]
4863 }], 4857 }],
4864 ], # 'conditions' 4858 ], # 'conditions'
4865 } 4859 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698