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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1345005: Mac: Initial Geolocation UI. (Closed)
Patch Set: rebase Created 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'app/nibs/BrowserWindow.xib', 196 'app/nibs/BrowserWindow.xib',
197 'app/nibs/ClearBrowsingData.xib', 197 'app/nibs/ClearBrowsingData.xib',
198 'app/nibs/Cookies.xib', 198 'app/nibs/Cookies.xib',
199 'app/nibs/CookieDetailsView.xib', 199 'app/nibs/CookieDetailsView.xib',
200 'app/nibs/CookiePrompt.xib', 200 'app/nibs/CookiePrompt.xib',
201 'app/nibs/ContentBlockedCookies.xib', 201 'app/nibs/ContentBlockedCookies.xib',
202 'app/nibs/ContentBlockedImages.xib', 202 'app/nibs/ContentBlockedImages.xib',
203 'app/nibs/ContentBlockedJavaScript.xib', 203 'app/nibs/ContentBlockedJavaScript.xib',
204 'app/nibs/ContentBlockedPlugins.xib', 204 'app/nibs/ContentBlockedPlugins.xib',
205 'app/nibs/ContentBlockedPopups.xib', 205 'app/nibs/ContentBlockedPopups.xib',
206 'app/nibs/ContentBubbleGeolocation.xib',
206 'app/nibs/ContentExceptionsWindow.xib', 207 'app/nibs/ContentExceptionsWindow.xib',
207 'app/nibs/ContentSettings.xib', 208 'app/nibs/ContentSettings.xib',
208 'app/nibs/DownloadItem.xib', 209 'app/nibs/DownloadItem.xib',
209 'app/nibs/DownloadShelf.xib', 210 'app/nibs/DownloadShelf.xib',
210 'app/nibs/EditSearchEngine.xib', 211 'app/nibs/EditSearchEngine.xib',
211 'app/nibs/ExtensionInstalledBubble.xib', 212 'app/nibs/ExtensionInstalledBubble.xib',
212 'app/nibs/FindBar.xib', 213 'app/nibs/FindBar.xib',
213 'app/nibs/FirstRunDialog.xib', 214 'app/nibs/FirstRunDialog.xib',
214 'app/nibs/FontLanguageSettings.xib', 215 'app/nibs/FontLanguageSettings.xib',
215 'app/nibs/HungRendererDialog.xib', 216 'app/nibs/HungRendererDialog.xib',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'configurations': { 531 'configurations': {
531 'Common_Base': { 532 'Common_Base': {
532 'msvs_target_platform': 'x64', 533 'msvs_target_platform': 'x64',
533 }, 534 },
534 }, 535 },
535 }, # target chrome_dll 536 }, # target chrome_dll
536 ], 537 ],
537 }], 538 }],
538 ], 539 ],
539 } 540 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698