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

Side by Side Diff: ui/ui_gfx.gypi

Issue 7130001: Make infobar background gray (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Make infobar background gray Created 9 years, 6 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
« ui/gfx/skia_utils_mac.mm ('K') | « ui/gfx/skia_utils_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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'gfx/scrollbar_size.cc', 103 'gfx/scrollbar_size.cc',
104 'gfx/scrollbar_size.h', 104 'gfx/scrollbar_size.h',
105 'gfx/size.cc', 105 'gfx/size.cc',
106 'gfx/size.h', 106 'gfx/size.h',
107 'gfx/skbitmap_operations.cc', 107 'gfx/skbitmap_operations.cc',
108 'gfx/skbitmap_operations.h', 108 'gfx/skbitmap_operations.h',
109 'gfx/skia_util.cc', 109 'gfx/skia_util.cc',
110 'gfx/skia_util.h', 110 'gfx/skia_util.h',
111 'gfx/skia_utils_gtk.cc', 111 'gfx/skia_utils_gtk.cc',
112 'gfx/skia_utils_gtk.h', 112 'gfx/skia_utils_gtk.h',
113 'gfx/skia_utils_mac.h',
114 'gfx/skia_utils_mac.mm',
113 'gfx/transform.h', 115 'gfx/transform.h',
114 'gfx/transform.cc', 116 'gfx/transform.cc',
115 ], 117 ],
116 'conditions': [ 118 'conditions': [
117 ['OS=="win"', { 119 ['OS=="win"', {
118 'sources': [ 120 'sources': [
119 'gfx/canvas_direct2d.cc', 121 'gfx/canvas_direct2d.cc',
120 'gfx/canvas_direct2d.h', 122 'gfx/canvas_direct2d.h',
121 'gfx/gdi_util.cc', 123 'gfx/gdi_util.cc',
122 'gfx/gdi_util.h', 124 'gfx/gdi_util.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 }, 181 },
180 182
181 ], 183 ],
182 } 184 }
183 185
184 # Local Variables: 186 # Local Variables:
185 # tab-width:2 187 # tab-width:2
186 # indent-tabs-mode:nil 188 # indent-tabs-mode:nil
187 # End: 189 # End:
188 # vim: set expandtab tabstop=2 shiftwidth=2: 190 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« ui/gfx/skia_utils_mac.mm ('K') | « ui/gfx/skia_utils_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698