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

Side by Side Diff: chrome/chrome.gyp

Issue 197040: [Mac] New icons for the find bar buttons.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/app/theme/find_prev_Template.pdf ('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 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 'app/nibs/TabView.xib', 2992 'app/nibs/TabView.xib',
2993 'app/nibs/Toolbar.xib', 2993 'app/nibs/Toolbar.xib',
2994 'app/theme/alert_small.png', 2994 'app/theme/alert_small.png',
2995 'app/theme/back_Template.pdf', 2995 'app/theme/back_Template.pdf',
2996 'app/theme/bookmark_bar_folder.png', 2996 'app/theme/bookmark_bar_folder.png',
2997 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version 2997 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version
2998 'app/theme/close_bar.pdf', 2998 'app/theme/close_bar.pdf',
2999 'app/theme/close_bar_h.pdf', 2999 'app/theme/close_bar_h.pdf',
3000 'app/theme/close_bar_p.pdf', 3000 'app/theme/close_bar_p.pdf',
3001 'app/theme/downloads_favicon.png', 3001 'app/theme/downloads_favicon.png',
3002 'app/theme/find_next_Template.pdf',
3003 'app/theme/find_prev_Template.pdf',
3002 'app/theme/forward_Template.pdf', 3004 'app/theme/forward_Template.pdf',
3003 'app/theme/go_Template.pdf', 3005 'app/theme/go_Template.pdf',
3004 'app/theme/home_Template.pdf', 3006 'app/theme/home_Template.pdf',
3005 'app/theme/menu_chrome_rtl_Template.pdf', 3007 'app/theme/menu_chrome_rtl_Template.pdf',
3006 'app/theme/menu_chrome_Template.pdf', 3008 'app/theme/menu_chrome_Template.pdf',
3007 'app/theme/menu_page_rtl_Template.pdf', 3009 'app/theme/menu_page_rtl_Template.pdf',
3008 'app/theme/menu_page_Template.pdf', 3010 'app/theme/menu_page_Template.pdf',
3009 'app/theme/nav.pdf', 3011 'app/theme/nav.pdf',
3010 'app/theme/newtab.pdf', 3012 'app/theme/newtab.pdf',
3011 'app/theme/o2_globe.png', 3013 'app/theme/o2_globe.png',
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
5922 # Use outputs of this action as inputs for the main target build. 5924 # Use outputs of this action as inputs for the main target build.
5923 # Seems as a misnomer but makes this happy on Linux (scons). 5925 # Seems as a misnomer but makes this happy on Linux (scons).
5924 'process_outputs_as_sources': 1, 5926 'process_outputs_as_sources': 1,
5925 }, 5927 },
5926 ], # 'actions' 5928 ], # 'actions'
5927 }, 5929 },
5928 ] 5930 ]
5929 }], 5931 }],
5930 ], # 'conditions' 5932 ], # 'conditions'
5931 } 5933 }
OLDNEW
« no previous file with comments | « chrome/app/theme/find_prev_Template.pdf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698