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

Side by Side Diff: chrome/chrome.gyp

Issue 165295: Add "dangerous download" view on OS X, for now for dmg files. Also fix download item layout. (Closed)
Patch Set: Address comments Created 11 years, 4 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
« no previous file with comments | « chrome/browser/download/download_manager.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 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'browser/views/autocomplete/autocomplete_popup_gtk.cc', 2051 'browser/views/autocomplete/autocomplete_popup_gtk.cc',
2052 'browser/views/autocomplete/autocomplete_popup_gtk.h' 2052 'browser/views/autocomplete/autocomplete_popup_gtk.h'
2053 ], 2053 ],
2054 }], 2054 }],
2055 ['OS=="mac"', { 2055 ['OS=="mac"', {
2056 'sources!': [ 2056 'sources!': [
2057 'browser/automation/automation_provider_list_generic.cc', 2057 'browser/automation/automation_provider_list_generic.cc',
2058 'browser/bookmarks/bookmark_context_menu.cc', 2058 'browser/bookmarks/bookmark_context_menu.cc',
2059 'browser/bookmarks/bookmark_drop_info.cc', 2059 'browser/bookmarks/bookmark_drop_info.cc',
2060 'browser/dock_info.cc', 2060 'browser/dock_info.cc',
2061 'browser/download/download_exe.cc',
2062 'browser/download/download_request_dialog_delegate_win.cc', 2061 'browser/download/download_request_dialog_delegate_win.cc',
2063 'browser/jankometer.cc', 2062 'browser/jankometer.cc',
2064 'browser/login_prompt.cc', 2063 'browser/login_prompt.cc',
2065 'browser/password_manager/password_store_gnome.h', 2064 'browser/password_manager/password_store_gnome.h',
2066 'browser/password_manager/password_store_gnome.cc', 2065 'browser/password_manager/password_store_gnome.cc',
2067 'browser/password_manager/password_store_kwallet.h', 2066 'browser/password_manager/password_store_kwallet.h',
2068 'browser/password_manager/password_store_kwallet.cc', 2067 'browser/password_manager/password_store_kwallet.cc',
2069 'browser/password_manager/password_store_win.cc', 2068 'browser/password_manager/password_store_win.cc',
2070 'browser/password_manager/password_store_win.h', 2069 'browser/password_manager/password_store_win.h',
2071 'browser/views/extensions/extension_shelf.cc', 2070 'browser/views/extensions/extension_shelf.cc',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'app/nibs/InfoBar.xib', 2838 'app/nibs/InfoBar.xib',
2840 'app/nibs/InfoBarContainer.xib', 2839 'app/nibs/InfoBarContainer.xib',
2841 'app/nibs/ImportProgressDialog.xib', 2840 'app/nibs/ImportProgressDialog.xib',
2842 'app/nibs/MainMenu.xib', 2841 'app/nibs/MainMenu.xib',
2843 'app/nibs/PageInfo.xib', 2842 'app/nibs/PageInfo.xib',
2844 'app/nibs/Preferences.xib', 2843 'app/nibs/Preferences.xib',
2845 'app/nibs/SaveAccessoryView.xib', 2844 'app/nibs/SaveAccessoryView.xib',
2846 'app/nibs/TabContents.xib', 2845 'app/nibs/TabContents.xib',
2847 'app/nibs/TabView.xib', 2846 'app/nibs/TabView.xib',
2848 'app/nibs/Toolbar.xib', 2847 'app/nibs/Toolbar.xib',
2848 'app/theme/alert_small.png',
2849 'app/theme/back_Template.pdf', 2849 'app/theme/back_Template.pdf',
2850 'app/theme/bookmark_bar_folder.png', 2850 'app/theme/bookmark_bar_folder.png',
2851 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version 2851 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version
2852 'app/theme/close_bar.pdf', 2852 'app/theme/close_bar.pdf',
2853 'app/theme/close_bar_h.pdf', 2853 'app/theme/close_bar_h.pdf',
2854 'app/theme/close_bar_p.pdf', 2854 'app/theme/close_bar_p.pdf',
2855 'app/theme/downloads_favicon.png', 2855 'app/theme/downloads_favicon.png',
2856 'app/theme/forward_Template.pdf', 2856 'app/theme/forward_Template.pdf',
2857 'app/theme/frozen_tab.png', 2857 'app/theme/frozen_tab.png',
2858 'app/theme/go_Template.pdf', 2858 'app/theme/go_Template.pdf',
(...skipping 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after
5460 # Use outputs of this action as inputs for the main target build. 5460 # Use outputs of this action as inputs for the main target build.
5461 # Seems as a misnomer but makes this happy on Linux (scons). 5461 # Seems as a misnomer but makes this happy on Linux (scons).
5462 'process_outputs_as_sources': 1, 5462 'process_outputs_as_sources': 1,
5463 }, 5463 },
5464 ], # 'actions' 5464 ], # 'actions'
5465 }, 5465 },
5466 ] 5466 ]
5467 }], 5467 }],
5468 ], # 'conditions' 5468 ], # 'conditions'
5469 } 5469 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698