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

Side by Side Diff: chrome/chrome.gyp

Issue 159623: Implement the download arrow animation for Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/cocoa/download_started_animation_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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'browser/cocoa/download_item_controller.h', 778 'browser/cocoa/download_item_controller.h',
779 'browser/cocoa/download_item_controller.mm', 779 'browser/cocoa/download_item_controller.mm',
780 'browser/cocoa/download_item_mac.h', 780 'browser/cocoa/download_item_mac.h',
781 'browser/cocoa/download_item_mac.mm', 781 'browser/cocoa/download_item_mac.mm',
782 'browser/cocoa/download_shelf_controller.h', 782 'browser/cocoa/download_shelf_controller.h',
783 'browser/cocoa/download_shelf_controller.mm', 783 'browser/cocoa/download_shelf_controller.mm',
784 'browser/cocoa/download_shelf_mac.h', 784 'browser/cocoa/download_shelf_mac.h',
785 'browser/cocoa/download_shelf_mac.mm', 785 'browser/cocoa/download_shelf_mac.mm',
786 'browser/cocoa/download_shelf_view.h', 786 'browser/cocoa/download_shelf_view.h',
787 'browser/cocoa/download_shelf_view.mm', 787 'browser/cocoa/download_shelf_view.mm',
788 'browser/cocoa/download_started_animation_mac.mm',
788 'browser/cocoa/encoding_menu_controller_delegate_mac.h', 789 'browser/cocoa/encoding_menu_controller_delegate_mac.h',
789 'browser/cocoa/encoding_menu_controller_delegate_mac.mm', 790 'browser/cocoa/encoding_menu_controller_delegate_mac.mm',
790 'browser/cocoa/find_bar_bridge.h', 791 'browser/cocoa/find_bar_bridge.h',
791 'browser/cocoa/find_bar_bridge.mm', 792 'browser/cocoa/find_bar_bridge.mm',
792 'browser/cocoa/find_bar_cocoa_controller.h', 793 'browser/cocoa/find_bar_cocoa_controller.h',
793 'browser/cocoa/find_bar_cocoa_controller.mm', 794 'browser/cocoa/find_bar_cocoa_controller.mm',
794 'browser/cocoa/find_bar_view.h', 795 'browser/cocoa/find_bar_view.h',
795 'browser/cocoa/find_bar_view.mm', 796 'browser/cocoa/find_bar_view.mm',
796 'browser/cocoa/first_run_dialog.h', 797 'browser/cocoa/first_run_dialog.h',
797 'browser/cocoa/first_run_dialog.mm', 798 'browser/cocoa/first_run_dialog.mm',
(...skipping 4420 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 # Use outputs of this action as inputs for the main target build. 5219 # Use outputs of this action as inputs for the main target build.
5219 # Seems as a misnomer but makes this happy on Linux (scons). 5220 # Seems as a misnomer but makes this happy on Linux (scons).
5220 'process_outputs_as_sources': 1, 5221 'process_outputs_as_sources': 1,
5221 }, 5222 },
5222 ], # 'actions' 5223 ], # 'actions'
5223 }, 5224 },
5224 ] 5225 ]
5225 }], 5226 }],
5226 ], # 'conditions' 5227 ], # 'conditions'
5227 } 5228 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/download_started_animation_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698