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

Side by Side Diff: chrome/chrome.gyp

Issue 245009: L10N pass through download item and download shelf.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 'xib_localizer_tool_path': 2370 'xib_localizer_tool_path':
2371 '<(DEPTH)/build/mac/generate_localizer', 2371 '<(DEPTH)/build/mac/generate_localizer',
2372 'xib_files_to_scan': [ 2372 'xib_files_to_scan': [
2373 # The xibs that need localization 2373 # The xibs that need localization
2374 'app/nibs/About.xib', 2374 'app/nibs/About.xib',
2375 'app/nibs/BookmarkBar.xib', 2375 'app/nibs/BookmarkBar.xib',
2376 'app/nibs/BookmarkBubble.xib', 2376 'app/nibs/BookmarkBubble.xib',
2377 'app/nibs/BookmarkEditor.xib', 2377 'app/nibs/BookmarkEditor.xib',
2378 'app/nibs/BookmarkNameFolder.xib', 2378 'app/nibs/BookmarkNameFolder.xib',
2379 'app/nibs/ClearBrowsingData.xib', 2379 'app/nibs/ClearBrowsingData.xib',
2380 'app/nibs/DownloadItem.xib',
2380 'app/nibs/EditSearchEngine.xib', 2381 'app/nibs/EditSearchEngine.xib',
2381 'app/nibs/FirstRunDialog.xib', 2382 'app/nibs/FirstRunDialog.xib',
2382 'app/nibs/HttpAuthLoginSheet.xib', 2383 'app/nibs/HttpAuthLoginSheet.xib',
2383 'app/nibs/HungRendererDialog.xib', 2384 'app/nibs/HungRendererDialog.xib',
2384 'app/nibs/ImportProgressDialog.xib', 2385 'app/nibs/ImportProgressDialog.xib',
2385 'app/nibs/KeywordEditor.xib', 2386 'app/nibs/KeywordEditor.xib',
2386 'app/nibs/MainMenu.xib', 2387 'app/nibs/MainMenu.xib',
2387 'app/nibs/SaveAccessoryView.xib', 2388 'app/nibs/SaveAccessoryView.xib',
2388 'app/nibs/TabView.xib', 2389 'app/nibs/TabView.xib',
2389 'app/nibs/TaskManager.xib', 2390 'app/nibs/TaskManager.xib',
(...skipping 4273 matching lines...) Expand 10 before | Expand all | Expand 10 after
6663 'defines': [ 6664 'defines': [
6664 'POSIX', 6665 'POSIX',
6665 ], 6666 ],
6666 }], 6667 }],
6667 ], 6668 ],
6668 }, 6669 },
6669 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6670 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6670 }], 6671 }],
6671 ], # 'conditions' 6672 ], # 'conditions'
6672 } 6673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698