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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 523025: [Mac] Implement the cookie manager (Closed)
Patch Set: Address all comments 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/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) 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'app/framework-Info.plist', 179 'app/framework-Info.plist',
180 'app/nibs/About.xib', 180 'app/nibs/About.xib',
181 'app/nibs/AboutIPC.xib', 181 'app/nibs/AboutIPC.xib',
182 'app/nibs/BookmarkAllTabs.xib', 182 'app/nibs/BookmarkAllTabs.xib',
183 'app/nibs/BookmarkBar.xib', 183 'app/nibs/BookmarkBar.xib',
184 'app/nibs/BookmarkBubble.xib', 184 'app/nibs/BookmarkBubble.xib',
185 'app/nibs/BookmarkEditor.xib', 185 'app/nibs/BookmarkEditor.xib',
186 'app/nibs/BookmarkNameFolder.xib', 186 'app/nibs/BookmarkNameFolder.xib',
187 'app/nibs/BrowserWindow.xib', 187 'app/nibs/BrowserWindow.xib',
188 'app/nibs/ClearBrowsingData.xib', 188 'app/nibs/ClearBrowsingData.xib',
189 'app/nibs/Cookies.xib',
189 'app/nibs/DownloadItem.xib', 190 'app/nibs/DownloadItem.xib',
190 'app/nibs/DownloadShelf.xib', 191 'app/nibs/DownloadShelf.xib',
191 'app/nibs/EditSearchEngine.xib', 192 'app/nibs/EditSearchEngine.xib',
192 'app/nibs/ExtensionShelf.xib', 193 'app/nibs/ExtensionShelf.xib',
193 'app/nibs/FindBar.xib', 194 'app/nibs/FindBar.xib',
194 'app/nibs/FirstRunDialog.xib', 195 'app/nibs/FirstRunDialog.xib',
195 'app/nibs/FontLanguageSettings.xib', 196 'app/nibs/FontLanguageSettings.xib',
196 'app/nibs/HungRendererDialog.xib', 197 'app/nibs/HungRendererDialog.xib',
197 'app/nibs/HttpAuthLoginSheet.xib', 198 'app/nibs/HttpAuthLoginSheet.xib',
198 'app/nibs/ImportSettingsDialog.xib', 199 'app/nibs/ImportSettingsDialog.xib',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'configurations': { 508 'configurations': {
508 'Common_Base': { 509 'Common_Base': {
509 'msvs_target_platform': 'x64', 510 'msvs_target_platform': 'x64',
510 }, 511 },
511 }, 512 },
512 }, # target chrome_dll 513 }, # target chrome_dll
513 ], 514 ],
514 }], 515 }],
515 ], 516 ],
516 } 517 }
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