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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7647002: [Mac] Implement the avatar menu bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test Created 9 years, 4 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 '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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 # from disk image and Keystone promotion (if so enabled). It 219 # from disk image and Keystone promotion (if so enabled). It
220 # needs to exist as a file on disk and not just something in a 220 # needs to exist as a file on disk and not just something in a
221 # resource bundle because that's the interface that 221 # resource bundle because that's the interface that
222 # Authorization Services uses. Also, Authorization Services 222 # Authorization Services uses. Also, Authorization Services
223 # can't deal with .icns files. 223 # can't deal with .icns files.
224 'app/theme/<(theme_dir_name)/product_logo_32.png', 224 'app/theme/<(theme_dir_name)/product_logo_32.png',
225 225
226 'app/framework-Info.plist', 226 'app/framework-Info.plist',
227 'app/nibs/About.xib', 227 'app/nibs/About.xib',
228 'app/nibs/AboutIPC.xib', 228 'app/nibs/AboutIPC.xib',
229 'app/nibs/AvatarMenuItem.xib',
229 'app/nibs/BookmarkAllTabs.xib', 230 'app/nibs/BookmarkAllTabs.xib',
230 'app/nibs/BookmarkBar.xib', 231 'app/nibs/BookmarkBar.xib',
231 'app/nibs/BookmarkBubble.xib', 232 'app/nibs/BookmarkBubble.xib',
232 'app/nibs/BookmarkEditor.xib', 233 'app/nibs/BookmarkEditor.xib',
233 'app/nibs/BookmarkNameFolder.xib', 234 'app/nibs/BookmarkNameFolder.xib',
234 'app/nibs/BrowserWindow.xib', 235 'app/nibs/BrowserWindow.xib',
235 'app/nibs/CollectedCookies.xib', 236 'app/nibs/CollectedCookies.xib',
236 'app/nibs/CookieDetailsView.xib', 237 'app/nibs/CookieDetailsView.xib',
237 'app/nibs/ContentBlockedCookies.xib', 238 'app/nibs/ContentBlockedCookies.xib',
238 'app/nibs/ContentBlockedImages.xib', 239 'app/nibs/ContentBlockedImages.xib',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 732 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
732 }, 733 },
733 }, 734 },
734 }, 735 },
735 }, 736 },
736 }, # target chrome_dll 737 }, # target chrome_dll
737 ], 738 ],
738 }], 739 }],
739 ], 740 ],
740 } 741 }
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