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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8141003: [Mac] Restore the old bookmark menus now that the experiment is over. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 # Authorization Services uses. Also, Authorization Services 216 # Authorization Services uses. Also, Authorization Services
217 # can't deal with .icns files. 217 # can't deal with .icns files.
218 'app/theme/<(theme_dir_name)/product_logo_32.png', 218 'app/theme/<(theme_dir_name)/product_logo_32.png',
219 219
220 'app/framework-Info.plist', 220 'app/framework-Info.plist',
221 'app/nibs/About.xib', 221 'app/nibs/About.xib',
222 'app/nibs/AboutIPC.xib', 222 'app/nibs/AboutIPC.xib',
223 'app/nibs/AvatarMenuItem.xib', 223 'app/nibs/AvatarMenuItem.xib',
224 'app/nibs/BookmarkAllTabs.xib', 224 'app/nibs/BookmarkAllTabs.xib',
225 'app/nibs/BookmarkBar.xib', 225 'app/nibs/BookmarkBar.xib',
226 'app/nibs/BookmarkBarFolderWindow.xib',
226 'app/nibs/BookmarkBubble.xib', 227 'app/nibs/BookmarkBubble.xib',
227 'app/nibs/BookmarkEditor.xib', 228 'app/nibs/BookmarkEditor.xib',
228 'app/nibs/BookmarkNameFolder.xib', 229 'app/nibs/BookmarkNameFolder.xib',
229 'app/nibs/BrowserWindow.xib', 230 'app/nibs/BrowserWindow.xib',
230 'app/nibs/CollectedCookies.xib', 231 'app/nibs/CollectedCookies.xib',
231 'app/nibs/CookieDetailsView.xib', 232 'app/nibs/CookieDetailsView.xib',
232 'app/nibs/ContentBlockedCookies.xib', 233 'app/nibs/ContentBlockedCookies.xib',
233 'app/nibs/ContentBlockedImages.xib', 234 'app/nibs/ContentBlockedImages.xib',
234 'app/nibs/ContentBlockedJavaScript.xib', 235 'app/nibs/ContentBlockedJavaScript.xib',
235 'app/nibs/ContentBlockedPlugins.xib', 236 'app/nibs/ContentBlockedPlugins.xib',
(...skipping 26 matching lines...) Expand all
262 'app/nibs/SadTab.xib', 263 'app/nibs/SadTab.xib',
263 'app/nibs/SearchEngineDialog.xib', 264 'app/nibs/SearchEngineDialog.xib',
264 'app/nibs/SpeechInputBubble.xib', 265 'app/nibs/SpeechInputBubble.xib',
265 'app/nibs/TabView.xib', 266 'app/nibs/TabView.xib',
266 'app/nibs/TaskManager.xib', 267 'app/nibs/TaskManager.xib',
267 'app/nibs/Toolbar.xib', 268 'app/nibs/Toolbar.xib',
268 'app/theme/balloon_wrench.pdf', 269 'app/theme/balloon_wrench.pdf',
269 'app/theme/chevron.pdf', 270 'app/theme/chevron.pdf',
270 'app/theme/find_next_Template.pdf', 271 'app/theme/find_next_Template.pdf',
271 'app/theme/find_prev_Template.pdf', 272 'app/theme/find_prev_Template.pdf',
273 'app/theme/menu_hierarchy_arrow.pdf',
274 'app/theme/menu_overflow_down.pdf',
275 'app/theme/menu_overflow_up.pdf',
272 'app/theme/nav.pdf', 276 'app/theme/nav.pdf',
273 'app/theme/newtab.pdf', 277 'app/theme/newtab.pdf',
274 'app/theme/newtab_h.pdf', 278 'app/theme/newtab_h.pdf',
275 'app/theme/newtab_p.pdf', 279 'app/theme/newtab_p.pdf',
276 'app/theme/omnibox_extension_app.pdf', 280 'app/theme/omnibox_extension_app.pdf',
277 'app/theme/omnibox_history.pdf', 281 'app/theme/omnibox_history.pdf',
278 'app/theme/omnibox_http.pdf', 282 'app/theme/omnibox_http.pdf',
279 'app/theme/omnibox_https_invalid.pdf', 283 'app/theme/omnibox_https_invalid.pdf',
280 'app/theme/omnibox_https_valid.pdf', 284 'app/theme/omnibox_https_valid.pdf',
281 'app/theme/omnibox_https_warning.pdf', 285 'app/theme/omnibox_https_warning.pdf',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 ], 649 ],
646 }], 650 }],
647 ], # conditions 651 ], # conditions
648 }], # OS=="mac" 652 }], # OS=="mac"
649 ], # conditions 653 ], # conditions
650 }, # target chrome_dll 654 }, # target chrome_dll
651 ], # targets 655 ], # targets
652 }], # OS=="mac" or OS=="win" 656 }], # OS=="mac" or OS=="win"
653 ], 657 ],
654 } 658 }
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