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

Side by Side Diff: ui/ui_gfx.gypi

Issue 6927058: Merge 83125 - Add and use gfx::ScopedNSGraphicsContextState (ui/gfx/scoped_ns_graphics_context_st... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: Created 9 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 | « ui/gfx/scoped_ns_graphics_context_save_gstate_mac.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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # TODO(rsesek): Remove this target once ui_unittests is run on the 8 # TODO(rsesek): Remove this target once ui_unittests is run on the
9 # waterfall instead of gfx_unittests. 9 # waterfall instead of gfx_unittests.
10 'target_name': 'gfx_unittests', 10 'target_name': 'gfx_unittests',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'gfx/platform_font_gtk.cc', 91 'gfx/platform_font_gtk.cc',
92 'gfx/platform_font_mac.h', 92 'gfx/platform_font_mac.h',
93 'gfx/platform_font_mac.mm', 93 'gfx/platform_font_mac.mm',
94 'gfx/platform_font_win.h', 94 'gfx/platform_font_win.h',
95 'gfx/platform_font_win.cc', 95 'gfx/platform_font_win.cc',
96 'gfx/point.cc', 96 'gfx/point.cc',
97 'gfx/point.h', 97 'gfx/point.h',
98 'gfx/rect.cc', 98 'gfx/rect.cc',
99 'gfx/rect.h', 99 'gfx/rect.h',
100 'gfx/scoped_cg_context_state_mac.h', 100 'gfx/scoped_cg_context_state_mac.h',
101 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
102 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
101 'gfx/scrollbar_size.cc', 103 'gfx/scrollbar_size.cc',
102 'gfx/scrollbar_size.h', 104 'gfx/scrollbar_size.h',
103 'gfx/size.cc', 105 'gfx/size.cc',
104 'gfx/size.h', 106 'gfx/size.h',
105 'gfx/skbitmap_operations.cc', 107 'gfx/skbitmap_operations.cc',
106 'gfx/skbitmap_operations.h', 108 'gfx/skbitmap_operations.h',
107 'gfx/skia_util.cc', 109 'gfx/skia_util.cc',
108 'gfx/skia_util.h', 110 'gfx/skia_util.h',
109 'gfx/skia_utils_gtk.cc', 111 'gfx/skia_utils_gtk.cc',
110 'gfx/skia_utils_gtk.h', 112 'gfx/skia_utils_gtk.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 }, 180 },
179 181
180 ], 182 ],
181 } 183 }
182 184
183 # Local Variables: 185 # Local Variables:
184 # tab-width:2 186 # tab-width:2
185 # indent-tabs-mode:nil 187 # indent-tabs-mode:nil
186 # End: 188 # End:
187 # vim: set expandtab tabstop=2 shiftwidth=2: 189 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/gfx/scoped_ns_graphics_context_save_gstate_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698