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

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

Issue 205433002: ozone: Add OzoneSurface object that is owned by compositor, GLSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing InitializeCanvas to FileSurface Created 6 years, 9 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'ozone/dri/dri_vsync_provider.cc', 211 'ozone/dri/dri_vsync_provider.cc',
212 'ozone/dri/dri_vsync_provider.h', 212 'ozone/dri/dri_vsync_provider.h',
213 'ozone/dri/dri_wrapper.cc', 213 'ozone/dri/dri_wrapper.cc',
214 'ozone/dri/dri_wrapper.h', 214 'ozone/dri/dri_wrapper.h',
215 'ozone/dri/hardware_display_controller.cc', 215 'ozone/dri/hardware_display_controller.cc',
216 'ozone/dri/hardware_display_controller.h', 216 'ozone/dri/hardware_display_controller.h',
217 'ozone/impl/file_surface_factory.cc', 217 'ozone/impl/file_surface_factory.cc',
218 'ozone/impl/file_surface_factory.h', 218 'ozone/impl/file_surface_factory.h',
219 'ozone/surface_factory_ozone.cc', 219 'ozone/surface_factory_ozone.cc',
220 'ozone/surface_factory_ozone.h', 220 'ozone/surface_factory_ozone.h',
221 'ozone/surface_ozone.cc',
222 'ozone/surface_ozone.h',
221 'ozone/overlay_candidates_ozone.cc', 223 'ozone/overlay_candidates_ozone.cc',
222 'ozone/overlay_candidates_ozone.h', 224 'ozone/overlay_candidates_ozone.h',
223 'pango_util.cc', 225 'pango_util.cc',
224 'pango_util.h', 226 'pango_util.h',
225 'path.cc', 227 'path.cc',
226 'path.h', 228 'path.h',
227 'path_aura.cc', 229 'path_aura.cc',
228 'path_gtk.cc', 230 'path_gtk.cc',
229 'path_win.cc', 231 'path_win.cc',
230 'path_win.h', 232 'path_win.h',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'variables': { 530 'variables': {
529 'jni_gen_package': 'ui/gfx', 531 'jni_gen_package': 'ui/gfx',
530 'jni_generator_ptr_type': 'long' 532 'jni_generator_ptr_type': 'long'
531 }, 533 },
532 'includes': [ '../../build/jni_generator.gypi' ], 534 'includes': [ '../../build/jni_generator.gypi' ],
533 }, 535 },
534 ], 536 ],
535 }], 537 }],
536 ], 538 ],
537 } 539 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698