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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7835039: Implement the inline extensions/apps install UI for Cocoa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'app/nibs/ContentBlockedImages.xib', 253 'app/nibs/ContentBlockedImages.xib',
254 'app/nibs/ContentBlockedJavaScript.xib', 254 'app/nibs/ContentBlockedJavaScript.xib',
255 'app/nibs/ContentBlockedPlugins.xib', 255 'app/nibs/ContentBlockedPlugins.xib',
256 'app/nibs/ContentBlockedPopups.xib', 256 'app/nibs/ContentBlockedPopups.xib',
257 'app/nibs/ContentBlockedGeolocation.xib', 257 'app/nibs/ContentBlockedGeolocation.xib',
258 'app/nibs/DownloadItem.xib', 258 'app/nibs/DownloadItem.xib',
259 'app/nibs/DownloadShelf.xib', 259 'app/nibs/DownloadShelf.xib',
260 'app/nibs/EditSearchEngine.xib', 260 'app/nibs/EditSearchEngine.xib',
261 'app/nibs/ExtensionInstalledBubble.xib', 261 'app/nibs/ExtensionInstalledBubble.xib',
262 'app/nibs/ExtensionInstallPrompt.xib', 262 'app/nibs/ExtensionInstallPrompt.xib',
263 'app/nibs/ExtensionInstallPromptInline.xib',
263 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 264 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
264 'app/nibs/FindBar.xib', 265 'app/nibs/FindBar.xib',
265 'app/nibs/FirstRunBubble.xib', 266 'app/nibs/FirstRunBubble.xib',
266 'app/nibs/FirstRunDialog.xib', 267 'app/nibs/FirstRunDialog.xib',
267 'app/nibs/HungRendererDialog.xib', 268 'app/nibs/HungRendererDialog.xib',
268 'app/nibs/HttpAuthLoginSheet.xib', 269 'app/nibs/HttpAuthLoginSheet.xib',
269 'app/nibs/ImportProgressDialog.xib', 270 'app/nibs/ImportProgressDialog.xib',
270 'app/nibs/InfoBar.xib', 271 'app/nibs/InfoBar.xib',
271 'app/nibs/InfoBarContainer.xib', 272 'app/nibs/InfoBarContainer.xib',
272 'app/nibs/InstantOptIn.xib', 273 'app/nibs/InstantOptIn.xib',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 751 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
751 }, 752 },
752 }, 753 },
753 }, 754 },
754 }, 755 },
755 }, # target chrome_dll 756 }, # target chrome_dll
756 ], 757 ],
757 }], 758 }],
758 ], 759 ],
759 } 760 }
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