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

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

Issue 49303002: [Ozone] Rename software implementation files to use Dri prefix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ifdef Created 7 years, 1 month 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/impl/dri_skbitmap.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) 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'insets.h', 131 'insets.h',
132 'insets_base.h', 132 'insets_base.h',
133 'insets_f.cc', 133 'insets_f.cc',
134 'insets_f.h', 134 'insets_f.h',
135 'interpolated_transform.cc', 135 'interpolated_transform.cc',
136 'interpolated_transform.h', 136 'interpolated_transform.h',
137 'mac/scoped_ns_disable_screen_updates.h', 137 'mac/scoped_ns_disable_screen_updates.h',
138 'matrix3_f.cc', 138 'matrix3_f.cc',
139 'matrix3_f.h', 139 'matrix3_f.h',
140 'native_widget_types.h', 140 'native_widget_types.h',
141 'ozone/impl/drm_skbitmap_ozone.cc', 141 'ozone/impl/dri_skbitmap.cc',
142 'ozone/impl/drm_skbitmap_ozone.h', 142 'ozone/impl/dri_skbitmap.h',
143 'ozone/impl/drm_wrapper_ozone.cc', 143 'ozone/impl/dri_surface.cc',
144 'ozone/impl/drm_wrapper_ozone.h', 144 'ozone/impl/dri_surface.h',
145 'ozone/impl/file_surface_factory_ozone.cc', 145 'ozone/impl/dri_surface_factory.cc',
146 'ozone/impl/file_surface_factory_ozone.h', 146 'ozone/impl/dri_surface_factory.h',
147 'ozone/impl/hardware_display_controller_ozone.cc', 147 'ozone/impl/dri_wrapper.cc',
148 'ozone/impl/hardware_display_controller_ozone.h', 148 'ozone/impl/dri_wrapper.h',
149 'ozone/impl/software_surface_factory_ozone.cc', 149 'ozone/impl/file_surface_factory.cc',
150 'ozone/impl/software_surface_factory_ozone.h', 150 'ozone/impl/file_surface_factory.h',
151 'ozone/impl/software_surface_ozone.cc', 151 'ozone/impl/hardware_display_controller.cc',
152 'ozone/impl/software_surface_ozone.h', 152 'ozone/impl/hardware_display_controller.h',
153 'ozone/surface_factory_ozone.cc', 153 'ozone/surface_factory_ozone.cc',
154 'ozone/surface_factory_ozone.h', 154 'ozone/surface_factory_ozone.h',
155 'pango_util.cc', 155 'pango_util.cc',
156 'pango_util.h', 156 'pango_util.h',
157 'path.cc', 157 'path.cc',
158 'path.h', 158 'path.h',
159 'path_aura.cc', 159 'path_aura.cc',
160 'path_gtk.cc', 160 'path_gtk.cc',
161 'path_win.cc', 161 'path_win.cc',
162 'path_win.h', 162 'path_win.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ], 406 ],
407 'variables': { 407 'variables': {
408 'jni_gen_package': 'ui/gfx', 408 'jni_gen_package': 'ui/gfx',
409 }, 409 },
410 'includes': [ '../../build/jni_generator.gypi' ], 410 'includes': [ '../../build/jni_generator.gypi' ],
411 }, 411 },
412 ], 412 ],
413 }], 413 }],
414 ], 414 ],
415 } 415 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/dri_skbitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698