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

Side by Side Diff: ui/ui_gfx.gypi

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 years, 8 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/surface/surface.gyp ('k') | webkit/gpu/webgraphicscontext3d_in_process_impl.cc » ('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 { 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'gfx/codec/png_codec.h', 69 'gfx/codec/png_codec.h',
70 'gfx/color_utils.cc', 70 'gfx/color_utils.cc',
71 'gfx/color_utils.h', 71 'gfx/color_utils.h',
72 'gfx/favicon_size.h', 72 'gfx/favicon_size.h',
73 'gfx/font.h', 73 'gfx/font.h',
74 'gfx/font.cc', 74 'gfx/font.cc',
75 'gfx/gfx_paths.cc', 75 'gfx/gfx_paths.cc',
76 'gfx/gfx_paths.h', 76 'gfx/gfx_paths.h',
77 'gfx/gfx_module.cc', 77 'gfx/gfx_module.cc',
78 'gfx/gfx_module.h', 78 'gfx/gfx_module.h',
79 'gfx/gl/gl_switches.cc',
80 'gfx/gl/gl_switches.h',
81 'gfx/image.cc', 79 'gfx/image.cc',
82 'gfx/image.h', 80 'gfx/image.h',
83 'gfx/image_mac.mm', 81 'gfx/image_mac.mm',
84 'gfx/insets.cc', 82 'gfx/insets.cc',
85 'gfx/insets.h', 83 'gfx/insets.h',
86 'gfx/native_widget_types.h', 84 'gfx/native_widget_types.h',
87 'gfx/path.cc', 85 'gfx/path.cc',
88 'gfx/path.h', 86 'gfx/path.h',
89 'gfx/path_gtk.cc', 87 'gfx/path_gtk.cc',
90 'gfx/path_win.cc', 88 'gfx/path_win.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }, 172 },
175 173
176 ], 174 ],
177 } 175 }
178 176
179 # Local Variables: 177 # Local Variables:
180 # tab-width:2 178 # tab-width:2
181 # indent-tabs-mode:nil 179 # indent-tabs-mode:nil
182 # End: 180 # End:
183 # vim: set expandtab tabstop=2 shiftwidth=2: 181 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | webkit/gpu/webgraphicscontext3d_in_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698