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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 543128: [Mac] Localize the cookie manager. Also rolls GTM r259:280. (Closed)
Patch Set: Roll GTM to 280 Created 10 years, 11 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/app/nibs/Cookies.xib ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 '../third_party/mozilla/include/NSWorkspace+Utils.m', 2048 '../third_party/mozilla/include/NSWorkspace+Utils.m',
2049 # Headers so that IB can find classes it needs to resolve classes 2049 # Headers so that IB can find classes it needs to resolve classes
2050 # in XIB files. 2050 # in XIB files.
2051 '../base/chrome_application_mac.h', 2051 '../base/chrome_application_mac.h',
2052 ], 2052 ],
2053 'include_dirs': [ 2053 'include_dirs': [
2054 '../third_party/apple', 2054 '../third_party/apple',
2055 '../third_party/GTM', 2055 '../third_party/GTM',
2056 '../third_party/GTM/AppKit', 2056 '../third_party/GTM/AppKit',
2057 '../third_party/GTM/Foundation', 2057 '../third_party/GTM/Foundation',
2058 '../third_party/GTM/DebugUtils',
2058 ], 2059 ],
2059 'link_settings': { 2060 'link_settings': {
2060 'libraries': [ 2061 'libraries': [
2061 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 2062 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
2062 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2063 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2063 ], 2064 ],
2064 'mac_bundle_resources': [ 2065 'mac_bundle_resources': [
2065 'browser/utility.sb', 2066 'browser/utility.sb',
2066 'browser/worker.sb', 2067 'browser/worker.sb',
2067 ], 2068 ],
2068 }, 2069 },
2069 'actions': [ 2070 'actions': [
2070 { 2071 {
2071 # This action is used to extract the localization data from xib 2072 # This action is used to extract the localization data from xib
2072 # files and generate table for the ui localizer from it. 2073 # files and generate table for the ui localizer from it.
2073 'variables': { 2074 'variables': {
2074 'xib_localizer_tool_path': 2075 'xib_localizer_tool_path':
2075 'tools/build/mac/generate_localizer', 2076 'tools/build/mac/generate_localizer',
2076 'xib_files_to_scan': [ 2077 'xib_files_to_scan': [
2077 # The xibs that need localization 2078 # The xibs that need localization
2078 'app/nibs/About.xib', 2079 'app/nibs/About.xib',
2079 'app/nibs/BookmarkAllTabs.xib', 2080 'app/nibs/BookmarkAllTabs.xib',
2080 'app/nibs/BookmarkBar.xib', 2081 'app/nibs/BookmarkBar.xib',
2081 'app/nibs/BookmarkBubble.xib', 2082 'app/nibs/BookmarkBubble.xib',
2082 'app/nibs/BookmarkEditor.xib', 2083 'app/nibs/BookmarkEditor.xib',
2083 'app/nibs/BookmarkManager.xib', 2084 'app/nibs/BookmarkManager.xib',
2084 'app/nibs/BookmarkNameFolder.xib', 2085 'app/nibs/BookmarkNameFolder.xib',
2085 'app/nibs/ClearBrowsingData.xib', 2086 'app/nibs/ClearBrowsingData.xib',
2087 'app/nibs/Cookies.xib',
2086 'app/nibs/DownloadItem.xib', 2088 'app/nibs/DownloadItem.xib',
2087 'app/nibs/DownloadShelf.xib', 2089 'app/nibs/DownloadShelf.xib',
2088 'app/nibs/EditSearchEngine.xib', 2090 'app/nibs/EditSearchEngine.xib',
2089 'app/nibs/FirstRunDialog.xib', 2091 'app/nibs/FirstRunDialog.xib',
2090 'app/nibs/FontLanguageSettings.xib', 2092 'app/nibs/FontLanguageSettings.xib',
2091 'app/nibs/HttpAuthLoginSheet.xib', 2093 'app/nibs/HttpAuthLoginSheet.xib',
2092 'app/nibs/HungRendererDialog.xib', 2094 'app/nibs/HungRendererDialog.xib',
2093 'app/nibs/ImportSettingsDialog.xib', 2095 'app/nibs/ImportSettingsDialog.xib',
2094 'app/nibs/ImportProgressDialog.xib', 2096 'app/nibs/ImportProgressDialog.xib',
2095 'app/nibs/KeywordEditor.xib', 2097 'app/nibs/KeywordEditor.xib',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 ], 2529 ],
2528 }, 2530 },
2529 ], 2531 ],
2530 } 2532 }
2531 2533
2532 # Local Variables: 2534 # Local Variables:
2533 # tab-width:2 2535 # tab-width:2
2534 # indent-tabs-mode:nil 2536 # indent-tabs-mode:nil
2535 # End: 2537 # End:
2536 # vim: set expandtab tabstop=2 shiftwidth=2: 2538 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/nibs/Cookies.xib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698