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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 271303002: ozone: Create a separate small gfx_ozone target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'image/image_util_ios.mm', 196 'image/image_util_ios.mm',
197 'interpolated_transform.cc', 197 'interpolated_transform.cc',
198 'interpolated_transform.h', 198 'interpolated_transform.h',
199 'linux_font_delegate.cc', 199 'linux_font_delegate.cc',
200 'linux_font_delegate.h', 200 'linux_font_delegate.h',
201 'mac/scoped_ns_disable_screen_updates.h', 201 'mac/scoped_ns_disable_screen_updates.h',
202 'native_widget_types.h', 202 'native_widget_types.h',
203 'nine_image_painter.cc', 203 'nine_image_painter.cc',
204 'nine_image_painter.h', 204 'nine_image_painter.h',
205 'overlay_transform.h', 205 'overlay_transform.h',
206 'ozone/impl/file_surface_factory.cc',
207 'ozone/impl/file_surface_factory.h',
208 'ozone/surface_factory_ozone.cc',
209 'ozone/surface_factory_ozone.h',
210 'ozone/surface_ozone_egl.h',
211 'ozone/surface_ozone_canvas.h',
212 'ozone/overlay_candidates_ozone.cc',
213 'ozone/overlay_candidates_ozone.h',
214 'pango_util.cc', 206 'pango_util.cc',
215 'pango_util.h', 207 'pango_util.h',
216 'path.cc', 208 'path.cc',
217 'path.h', 209 'path.h',
218 'path_aura.cc', 210 'path_aura.cc',
219 'path_win.cc', 211 'path_win.cc',
220 'path_win.h', 212 'path_win.h',
221 'path_x11.cc', 213 'path_x11.cc',
222 'path_x11.h', 214 'path_x11.h',
223 'platform_font.h', 215 'platform_font.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'x/x11_error_tracker.cc', 578 'x/x11_error_tracker.cc',
587 'x/x11_error_tracker.h', 579 'x/x11_error_tracker.h',
588 'x/x11_types.cc', 580 'x/x11_types.cc',
589 'x/x11_types.h', 581 'x/x11_types.h',
590 ], 582 ],
591 }, 583 },
592 ] 584 ]
593 }], 585 }],
594 ], 586 ],
595 } 587 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698