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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6621076: [Mac] Remove native/Cocoa preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase switch removal Created 9 years, 9 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/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 # from disk image and Keystone promotion (if so enabled). It 192 # from disk image and Keystone promotion (if so enabled). It
193 # needs to exist as a file on disk and not just something in a 193 # needs to exist as a file on disk and not just something in a
194 # resource bundle because that's the interface that 194 # resource bundle because that's the interface that
195 # Authorization Services uses. Also, Authorization Services 195 # Authorization Services uses. Also, Authorization Services
196 # can't deal with .icns files. 196 # can't deal with .icns files.
197 'app/theme/<(theme_dir_name)/product_logo_32.png', 197 'app/theme/<(theme_dir_name)/product_logo_32.png',
198 198
199 'app/framework-Info.plist', 199 'app/framework-Info.plist',
200 'app/nibs/About.xib', 200 'app/nibs/About.xib',
201 'app/nibs/AboutIPC.xib', 201 'app/nibs/AboutIPC.xib',
202 'app/nibs/AutoFillAddressSheet.xib',
203 'app/nibs/AutoFillCreditCardSheet.xib',
204 'app/nibs/AutoFillDialog.xib',
205 'app/nibs/BookmarkAllTabs.xib', 202 'app/nibs/BookmarkAllTabs.xib',
206 'app/nibs/BookmarkBar.xib', 203 'app/nibs/BookmarkBar.xib',
207 'app/nibs/BookmarkBarFolderWindow.xib', 204 'app/nibs/BookmarkBarFolderWindow.xib',
208 'app/nibs/BookmarkBubble.xib', 205 'app/nibs/BookmarkBubble.xib',
209 'app/nibs/BookmarkEditor.xib', 206 'app/nibs/BookmarkEditor.xib',
210 'app/nibs/BookmarkNameFolder.xib', 207 'app/nibs/BookmarkNameFolder.xib',
211 'app/nibs/BrowserWindow.xib', 208 'app/nibs/BrowserWindow.xib',
212 'app/nibs/ClearBrowsingData.xib',
213 'app/nibs/CollectedCookies.xib', 209 'app/nibs/CollectedCookies.xib',
214 'app/nibs/Cookies.xib',
215 'app/nibs/CookieDetailsView.xib', 210 'app/nibs/CookieDetailsView.xib',
216 'app/nibs/ContentBlockedCookies.xib', 211 'app/nibs/ContentBlockedCookies.xib',
217 'app/nibs/ContentBlockedImages.xib', 212 'app/nibs/ContentBlockedImages.xib',
218 'app/nibs/ContentBlockedJavaScript.xib', 213 'app/nibs/ContentBlockedJavaScript.xib',
219 'app/nibs/ContentBlockedPlugins.xib', 214 'app/nibs/ContentBlockedPlugins.xib',
220 'app/nibs/ContentBlockedPopups.xib', 215 'app/nibs/ContentBlockedPopups.xib',
221 'app/nibs/ContentBubbleGeolocation.xib', 216 'app/nibs/ContentBubbleGeolocation.xib',
222 'app/nibs/ContentExceptionsWindow.xib',
223 'app/nibs/ContentSettings.xib',
224 'app/nibs/DownloadItem.xib', 217 'app/nibs/DownloadItem.xib',
225 'app/nibs/DownloadShelf.xib', 218 'app/nibs/DownloadShelf.xib',
226 'app/nibs/EditSearchEngine.xib',
227 'app/nibs/ExtensionInstalledBubble.xib', 219 'app/nibs/ExtensionInstalledBubble.xib',
228 'app/nibs/ExtensionInstallPrompt.xib', 220 'app/nibs/ExtensionInstallPrompt.xib',
229 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 221 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
230 'app/nibs/FindBar.xib', 222 'app/nibs/FindBar.xib',
231 'app/nibs/FirstRunBubble.xib', 223 'app/nibs/FirstRunBubble.xib',
232 'app/nibs/FirstRunDialog.xib', 224 'app/nibs/FirstRunDialog.xib',
233 'app/nibs/FontLanguageSettings.xib',
234 'app/nibs/HungRendererDialog.xib', 225 'app/nibs/HungRendererDialog.xib',
235 'app/nibs/HttpAuthLoginSheet.xib', 226 'app/nibs/HttpAuthLoginSheet.xib',
236 'app/nibs/ImportProgressDialog.xib', 227 'app/nibs/ImportProgressDialog.xib',
237 'app/nibs/ImportSettingsDialog.xib', 228 'app/nibs/ImportSettingsDialog.xib',
238 'app/nibs/InfoBar.xib', 229 'app/nibs/InfoBar.xib',
239 'app/nibs/InfoBarContainer.xib', 230 'app/nibs/InfoBarContainer.xib',
240 'app/nibs/InstantConfirm.xib',
241 'app/nibs/InstantOptIn.xib', 231 'app/nibs/InstantOptIn.xib',
242 'app/nibs/KeywordEditor.xib',
243 'app/nibs/MainMenu.xib', 232 'app/nibs/MainMenu.xib',
244 'app/nibs/Notification.xib', 233 'app/nibs/Notification.xib',
245 'app/nibs/Preferences.xib',
246 'app/nibs/PreviewableContents.xib', 234 'app/nibs/PreviewableContents.xib',
247 'app/nibs/ReportBug.xib', 235 'app/nibs/ReportBug.xib',
248 'app/nibs/SaveAccessoryView.xib', 236 'app/nibs/SaveAccessoryView.xib',
249 'app/nibs/SadTab.xib', 237 'app/nibs/SadTab.xib',
250 'app/nibs/SearchEngineDialog.xib', 238 'app/nibs/SearchEngineDialog.xib',
251 'app/nibs/SimpleContentExceptionsWindow.xib', 239 'app/nibs/SimpleContentExceptionsWindow.xib',
252 'app/nibs/SpeechInputBubble.xib', 240 'app/nibs/SpeechInputBubble.xib',
253 'app/nibs/TabView.xib', 241 'app/nibs/TabView.xib',
254 'app/nibs/TaskManager.xib', 242 'app/nibs/TaskManager.xib',
255 'app/nibs/Toolbar.xib', 243 'app/nibs/Toolbar.xib',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 620 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
633 }, 621 },
634 }, 622 },
635 }, 623 },
636 }, 624 },
637 }, # target chrome_dll 625 }, # target chrome_dll
638 ], 626 ],
639 }], 627 }],
640 ], 628 ],
641 } 629 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698