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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9460045: Add Mac interface for installing bundles of extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'app/nibs/CookieDetailsView.xib', 246 'app/nibs/CookieDetailsView.xib',
247 'app/nibs/ContentBlockedCookies.xib', 247 'app/nibs/ContentBlockedCookies.xib',
248 'app/nibs/ContentBlockedImages.xib', 248 'app/nibs/ContentBlockedImages.xib',
249 'app/nibs/ContentBlockedJavaScript.xib', 249 'app/nibs/ContentBlockedJavaScript.xib',
250 'app/nibs/ContentBlockedPlugins.xib', 250 'app/nibs/ContentBlockedPlugins.xib',
251 'app/nibs/ContentBlockedPopups.xib', 251 'app/nibs/ContentBlockedPopups.xib',
252 'app/nibs/ContentBlockedGeolocation.xib', 252 'app/nibs/ContentBlockedGeolocation.xib',
253 'app/nibs/DownloadItem.xib', 253 'app/nibs/DownloadItem.xib',
254 'app/nibs/DownloadShelf.xib', 254 'app/nibs/DownloadShelf.xib',
255 'app/nibs/EditSearchEngine.xib', 255 'app/nibs/EditSearchEngine.xib',
256 'app/nibs/ExtensionInstalledBubble.xib',
257 'app/nibs/ExtensionInstallPrompt.xib', 256 'app/nibs/ExtensionInstallPrompt.xib',
257 'app/nibs/ExtensionInstallPromptBundle.xib',
258 'app/nibs/ExtensionInstallPromptInline.xib', 258 'app/nibs/ExtensionInstallPromptInline.xib',
259 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 259 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
260 'app/nibs/ExtensionInstalledBubble.xib',
261 'app/nibs/ExtensionInstalledBubbleBundle.xib',
260 'app/nibs/FindBar.xib', 262 'app/nibs/FindBar.xib',
261 'app/nibs/FirstRunBubble.xib', 263 'app/nibs/FirstRunBubble.xib',
262 'app/nibs/FirstRunDialog.xib', 264 'app/nibs/FirstRunDialog.xib',
263 'app/nibs/FullscreenExitBubble.xib', 265 'app/nibs/FullscreenExitBubble.xib',
264 'app/nibs/GlobalErrorBubble.xib', 266 'app/nibs/GlobalErrorBubble.xib',
265 'app/nibs/HungRendererDialog.xib', 267 'app/nibs/HungRendererDialog.xib',
266 'app/nibs/HttpAuthLoginSheet.xib', 268 'app/nibs/HttpAuthLoginSheet.xib',
267 'app/nibs/ImportProgressDialog.xib', 269 'app/nibs/ImportProgressDialog.xib',
268 'app/nibs/InfoBar.xib', 270 'app/nibs/InfoBar.xib',
269 'app/nibs/InfoBarContainer.xib', 271 'app/nibs/InfoBarContainer.xib',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 536 ],
535 }], 537 }],
536 ], # conditions 538 ], # conditions
537 }], # OS=="mac" 539 }], # OS=="mac"
538 ], # conditions 540 ], # conditions
539 }, # target chrome_dll 541 }, # target chrome_dll
540 ], # targets 542 ], # targets
541 }], # OS=="mac" or OS=="win" 543 }], # OS=="mac" or OS=="win"
542 ], 544 ],
543 } 545 }
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