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

Side by Side Diff: gfx/gfx.gyp

Issue 5526011: Mac: Use high-quality interpolation to draw tabpose thumbnails. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 10 years 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/ui/cocoa/tabpose_window.mm ('k') | gfx/scoped_cg_context_state_mac.h » ('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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
9 'grit_cmd': ['python', '../tools/grit/grit.py'], 9 'grit_cmd': ['python', '../tools/grit/grit.py'],
10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'platform_font_gtk.h', 117 'platform_font_gtk.h',
118 'platform_font_gtk.cc', 118 'platform_font_gtk.cc',
119 'platform_font_mac.h', 119 'platform_font_mac.h',
120 'platform_font_mac.mm', 120 'platform_font_mac.mm',
121 'platform_font_win.h', 121 'platform_font_win.h',
122 'platform_font_win.cc', 122 'platform_font_win.cc',
123 'point.cc', 123 'point.cc',
124 'point.h', 124 'point.h',
125 'rect.cc', 125 'rect.cc',
126 'rect.h', 126 'rect.h',
127 'scoped_cg_context_state_mac.h',
127 'scoped_image.h', 128 'scoped_image.h',
128 'scrollbar_size.cc', 129 'scrollbar_size.cc',
129 'scrollbar_size.h', 130 'scrollbar_size.h',
130 'size.cc', 131 'size.cc',
131 'size.h', 132 'size.h',
132 'skbitmap_operations.cc', 133 'skbitmap_operations.cc',
133 'skbitmap_operations.h', 134 'skbitmap_operations.h',
134 'skia_util.cc', 135 'skia_util.cc',
135 'skia_util.h', 136 'skia_util.h',
136 'skia_utils_gtk.cc', 137 'skia_utils_gtk.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }, 222 },
222 223
223 ], 224 ],
224 } 225 }
225 226
226 # Local Variables: 227 # Local Variables:
227 # tab-width:2 228 # tab-width:2
228 # indent-tabs-mode:nil 229 # indent-tabs-mode:nil
229 # End: 230 # End:
230 # vim: set expandtab tabstop=2 shiftwidth=2: 231 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tabpose_window.mm ('k') | gfx/scoped_cg_context_state_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698