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

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, 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 | Annotate | Revision Log
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 ], 532 ],
531 }], 533 }],
532 ], # conditions 534 ], # conditions
533 }], # OS=="mac" 535 }], # OS=="mac"
534 ], # conditions 536 ], # conditions
535 }, # target chrome_dll 537 }, # target chrome_dll
536 ], # targets 538 ], # targets
537 }], # OS=="mac" or OS=="win" 539 }], # OS=="mac" or OS=="win"
538 ], 540 ],
539 } 541 }
OLDNEW
« chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698