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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7890056: FullscreenExitBubble temp UI for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix url? 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') | 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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'variables': { 9 'variables': {
10 'conditions' : [ 10 'conditions' : [
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'app/nibs/DownloadItem.xib', 238 'app/nibs/DownloadItem.xib',
239 'app/nibs/DownloadShelf.xib', 239 'app/nibs/DownloadShelf.xib',
240 'app/nibs/EditSearchEngine.xib', 240 'app/nibs/EditSearchEngine.xib',
241 'app/nibs/ExtensionInstalledBubble.xib', 241 'app/nibs/ExtensionInstalledBubble.xib',
242 'app/nibs/ExtensionInstallPrompt.xib', 242 'app/nibs/ExtensionInstallPrompt.xib',
243 'app/nibs/ExtensionInstallPromptInline.xib', 243 'app/nibs/ExtensionInstallPromptInline.xib',
244 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 244 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
245 'app/nibs/FindBar.xib', 245 'app/nibs/FindBar.xib',
246 'app/nibs/FirstRunBubble.xib', 246 'app/nibs/FirstRunBubble.xib',
247 'app/nibs/FirstRunDialog.xib', 247 'app/nibs/FirstRunDialog.xib',
248 'app/nibs/FullscreenExitBubble.xib',
248 'app/nibs/GlobalErrorBubble.xib', 249 'app/nibs/GlobalErrorBubble.xib',
249 'app/nibs/HungRendererDialog.xib', 250 'app/nibs/HungRendererDialog.xib',
250 'app/nibs/HttpAuthLoginSheet.xib', 251 'app/nibs/HttpAuthLoginSheet.xib',
251 'app/nibs/ImportProgressDialog.xib', 252 'app/nibs/ImportProgressDialog.xib',
252 'app/nibs/InfoBar.xib', 253 'app/nibs/InfoBar.xib',
253 'app/nibs/InfoBarContainer.xib', 254 'app/nibs/InfoBarContainer.xib',
254 'app/nibs/InstantOptIn.xib', 255 'app/nibs/InstantOptIn.xib',
255 'app/nibs/MainMenu.xib', 256 'app/nibs/MainMenu.xib',
256 'app/nibs/Notification.xib', 257 'app/nibs/Notification.xib',
257 'app/nibs/Panel.xib', 258 'app/nibs/Panel.xib',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 632 ],
632 }], 633 }],
633 ], # conditions 634 ], # conditions
634 }], # OS=="mac" 635 }], # OS=="mac"
635 ], # conditions 636 ], # conditions
636 }, # target chrome_dll 637 }, # target chrome_dll
637 ], # targets 638 ], # targets
638 }], # OS=="mac" or OS=="win" 639 }], # OS=="mac" or OS=="win"
639 ], 640 ],
640 } 641 }
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