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

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: rebase Created 6 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/aura/window_tree_host_ozone.cc ('k') | ui/gfx/ozone/dri/dri_surface_factory.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 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_base.cc',
222 'ozone/surface_ozone_base.h',
223 'ozone/surface_ozone.h',
221 'ozone/overlay_candidates_ozone.cc', 224 'ozone/overlay_candidates_ozone.cc',
222 'ozone/overlay_candidates_ozone.h', 225 'ozone/overlay_candidates_ozone.h',
223 'pango_util.cc', 226 'pango_util.cc',
224 'pango_util.h', 227 'pango_util.h',
225 'path.cc', 228 'path.cc',
226 'path.h', 229 'path.h',
227 'path_aura.cc', 230 'path_aura.cc',
228 'path_gtk.cc', 231 'path_gtk.cc',
229 'path_win.cc', 232 'path_win.cc',
230 'path_win.h', 233 'path_win.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'variables': { 533 'variables': {
531 'jni_gen_package': 'ui/gfx', 534 'jni_gen_package': 'ui/gfx',
532 'jni_generator_ptr_type': 'long' 535 'jni_generator_ptr_type': 'long'
533 }, 536 },
534 'includes': [ '../../build/jni_generator.gypi' ], 537 'includes': [ '../../build/jni_generator.gypi' ],
535 }, 538 },
536 ], 539 ],
537 }], 540 }],
538 ], 541 ],
539 } 542 }
OLDNEW
« no previous file with comments | « ui/aura/window_tree_host_ozone.cc ('k') | ui/gfx/ozone/dri/dri_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698