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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1813003: Vertical scrolling arrows in bookmark bar folder windows when needed.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/browser/cocoa/bookmark_bar_folder_window.mm ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'app/theme/close_bar_h.pdf', 239 'app/theme/close_bar_h.pdf',
240 'app/theme/close_bar_p.pdf', 240 'app/theme/close_bar_p.pdf',
241 'app/theme/find_next_Template.pdf', 241 'app/theme/find_next_Template.pdf',
242 'app/theme/find_prev_Template.pdf', 242 'app/theme/find_prev_Template.pdf',
243 'app/theme/forward_Template.pdf', 243 'app/theme/forward_Template.pdf',
244 'app/theme/go_Template.pdf', 244 'app/theme/go_Template.pdf',
245 'app/theme/home_Template.pdf', 245 'app/theme/home_Template.pdf',
246 'app/theme/menu_chrome_rtl_Template.pdf', 246 'app/theme/menu_chrome_rtl_Template.pdf',
247 'app/theme/menu_chrome_Template.pdf', 247 'app/theme/menu_chrome_Template.pdf',
248 'app/theme/menu_hierarchy_arrow.pdf', 248 'app/theme/menu_hierarchy_arrow.pdf',
249 'app/theme/menu_overflow_down.pdf',
250 'app/theme/menu_overflow_up.pdf',
249 'app/theme/menu_page_rtl_Template.pdf', 251 'app/theme/menu_page_rtl_Template.pdf',
250 'app/theme/menu_page_Template.pdf', 252 'app/theme/menu_page_Template.pdf',
251 'app/theme/nav.pdf', 253 'app/theme/nav.pdf',
252 'app/theme/newtab.pdf', 254 'app/theme/newtab.pdf',
253 'app/theme/newtab_h.pdf', 255 'app/theme/newtab_h.pdf',
254 'app/theme/newtab_p.pdf', 256 'app/theme/newtab_p.pdf',
255 'app/theme/omnibox_history.pdf', 257 'app/theme/omnibox_history.pdf',
256 'app/theme/omnibox_http.pdf', 258 'app/theme/omnibox_http.pdf',
257 'app/theme/omnibox_https_invalid.pdf', 259 'app/theme/omnibox_https_invalid.pdf',
258 'app/theme/omnibox_https_valid.pdf', 260 'app/theme/omnibox_https_valid.pdf',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'configurations': { 548 'configurations': {
547 'Common_Base': { 549 'Common_Base': {
548 'msvs_target_platform': 'x64', 550 'msvs_target_platform': 'x64',
549 }, 551 },
550 }, 552 },
551 }, # target chrome_dll 553 }, # target chrome_dll
552 ], 554 ],
553 }], 555 }],
554 ], 556 ],
555 } 557 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_folder_window.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698