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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 650124: Mac: Move prefs around in preparation for the content settings window. (Closed)
Patch Set: done? Created 10 years, 10 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
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 '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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'app/nibs/BookmarkManager.xib', 189 'app/nibs/BookmarkManager.xib',
190 'app/nibs/BookmarkNameFolder.xib', 190 'app/nibs/BookmarkNameFolder.xib',
191 'app/nibs/BrowserWindow.xib', 191 'app/nibs/BrowserWindow.xib',
192 'app/nibs/ClearBrowsingData.xib', 192 'app/nibs/ClearBrowsingData.xib',
193 'app/nibs/Cookies.xib', 193 'app/nibs/Cookies.xib',
194 'app/nibs/ContentBlockedCookies.xib', 194 'app/nibs/ContentBlockedCookies.xib',
195 'app/nibs/ContentBlockedImages.xib', 195 'app/nibs/ContentBlockedImages.xib',
196 'app/nibs/ContentBlockedJavaScript.xib', 196 'app/nibs/ContentBlockedJavaScript.xib',
197 'app/nibs/ContentBlockedPlugins.xib', 197 'app/nibs/ContentBlockedPlugins.xib',
198 'app/nibs/ContentBlockedPopups.xib', 198 'app/nibs/ContentBlockedPopups.xib',
199 'app/nibs/ContentSettings.xib',
199 'app/nibs/DownloadItem.xib', 200 'app/nibs/DownloadItem.xib',
200 'app/nibs/DownloadShelf.xib', 201 'app/nibs/DownloadShelf.xib',
201 'app/nibs/EditSearchEngine.xib', 202 'app/nibs/EditSearchEngine.xib',
202 'app/nibs/ExtensionInstalledBubble.xib', 203 'app/nibs/ExtensionInstalledBubble.xib',
203 'app/nibs/FindBar.xib', 204 'app/nibs/FindBar.xib',
204 'app/nibs/FirstRunDialog.xib', 205 'app/nibs/FirstRunDialog.xib',
205 'app/nibs/FontLanguageSettings.xib', 206 'app/nibs/FontLanguageSettings.xib',
206 'app/nibs/HungRendererDialog.xib', 207 'app/nibs/HungRendererDialog.xib',
207 'app/nibs/HttpAuthLoginSheet.xib', 208 'app/nibs/HttpAuthLoginSheet.xib',
208 'app/nibs/ImportSettingsDialog.xib', 209 'app/nibs/ImportSettingsDialog.xib',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'configurations': { 518 'configurations': {
518 'Common_Base': { 519 'Common_Base': {
519 'msvs_target_platform': 'x64', 520 'msvs_target_platform': 'x64',
520 }, 521 },
521 }, 522 },
522 }, # target chrome_dll 523 }, # target chrome_dll
523 ], 524 ],
524 }], 525 }],
525 ], 526 ],
526 } 527 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698