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

Side by Side Diff: chrome/chrome.gyp

Issue 193020: Hung Renderer dialog:... (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/browser/cocoa/hung_renderer_controller.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 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 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'xib_localizer_tool_path': 2262 'xib_localizer_tool_path':
2263 '<(DEPTH)/build/mac/generate_localizer', 2263 '<(DEPTH)/build/mac/generate_localizer',
2264 'xib_files_to_scan': [ 2264 'xib_files_to_scan': [
2265 # The xibs that need localization 2265 # The xibs that need localization
2266 'app/nibs/About.xib', 2266 'app/nibs/About.xib',
2267 'app/nibs/BookmarkBar.xib', 2267 'app/nibs/BookmarkBar.xib',
2268 'app/nibs/BookmarkBubble.xib', 2268 'app/nibs/BookmarkBubble.xib',
2269 'app/nibs/BookmarkEditor.xib', 2269 'app/nibs/BookmarkEditor.xib',
2270 'app/nibs/BookmarkNameFolder.xib', 2270 'app/nibs/BookmarkNameFolder.xib',
2271 'app/nibs/ClearBrowsingData.xib', 2271 'app/nibs/ClearBrowsingData.xib',
2272 'app/nibs/HungRendererDialog.xib',
2272 'app/nibs/MainMenu.xib', 2273 'app/nibs/MainMenu.xib',
2273 'app/nibs/SaveAccessoryView.xib', 2274 'app/nibs/SaveAccessoryView.xib',
2274 'app/nibs/TabView.xib', 2275 'app/nibs/TabView.xib',
2275 'app/nibs/Toolbar.xib', 2276 'app/nibs/Toolbar.xib',
2276 # TODO(tvl): add other xibs as needed
2277 ], 2277 ],
2278 }, 2278 },
2279 'action_name': 'Process xibs for localization', 2279 'action_name': 'Process xibs for localization',
2280 'process_outputs_as_sources': 1, 2280 'process_outputs_as_sources': 1,
2281 'inputs': [ 2281 'inputs': [
2282 '<(xib_localizer_tool_path)', 2282 '<(xib_localizer_tool_path)',
2283 '<@(xib_files_to_scan)', 2283 '<@(xib_files_to_scan)',
2284 ], 2284 ],
2285 'outputs': [ 2285 'outputs': [
2286 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', 2286 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'app/nibs/Toolbar.xib', 2997 'app/nibs/Toolbar.xib',
2998 'app/theme/alert_small.png', 2998 'app/theme/alert_small.png',
2999 'app/theme/back_Template.pdf', 2999 'app/theme/back_Template.pdf',
3000 'app/theme/bookmark_bar_folder.png', 3000 'app/theme/bookmark_bar_folder.png',
3001 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version 3001 'app/theme/chevron.png', # TODO(jrg): get (and use) a pdf version
3002 'app/theme/close_bar.pdf', 3002 'app/theme/close_bar.pdf',
3003 'app/theme/close_bar_h.pdf', 3003 'app/theme/close_bar_h.pdf',
3004 'app/theme/close_bar_p.pdf', 3004 'app/theme/close_bar_p.pdf',
3005 'app/theme/downloads_favicon.png', 3005 'app/theme/downloads_favicon.png',
3006 'app/theme/forward_Template.pdf', 3006 'app/theme/forward_Template.pdf',
3007 'app/theme/frozen_tab.png',
3008 'app/theme/go_Template.pdf', 3007 'app/theme/go_Template.pdf',
3009 'app/theme/home_Template.pdf', 3008 'app/theme/home_Template.pdf',
3010 'app/theme/menu_chrome_rtl_Template.pdf', 3009 'app/theme/menu_chrome_rtl_Template.pdf',
3011 'app/theme/menu_chrome_Template.pdf', 3010 'app/theme/menu_chrome_Template.pdf',
3012 'app/theme/menu_page_rtl_Template.pdf', 3011 'app/theme/menu_page_rtl_Template.pdf',
3013 'app/theme/menu_page_Template.pdf', 3012 'app/theme/menu_page_Template.pdf',
3014 'app/theme/nav.pdf', 3013 'app/theme/nav.pdf',
3015 'app/theme/newtab.pdf', 3014 'app/theme/newtab.pdf',
3016 'app/theme/o2_globe.png', 3015 'app/theme/o2_globe.png',
3017 'app/theme/o2_history.png', 3016 'app/theme/o2_history.png',
(...skipping 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after
5921 # Use outputs of this action as inputs for the main target build. 5920 # Use outputs of this action as inputs for the main target build.
5922 # Seems as a misnomer but makes this happy on Linux (scons). 5921 # Seems as a misnomer but makes this happy on Linux (scons).
5923 'process_outputs_as_sources': 1, 5922 'process_outputs_as_sources': 1,
5924 }, 5923 },
5925 ], # 'actions' 5924 ], # 'actions'
5926 }, 5925 },
5927 ] 5926 ]
5928 }], 5927 }],
5929 ], # 'conditions' 5928 ], # 'conditions'
5930 } 5929 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/hung_renderer_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698