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

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

Issue 183723003: Overlay interface for ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'ozone/dri/dri_vsync_provider.cc', 238 'ozone/dri/dri_vsync_provider.cc',
239 'ozone/dri/dri_vsync_provider.h', 239 'ozone/dri/dri_vsync_provider.h',
240 'ozone/dri/dri_wrapper.cc', 240 'ozone/dri/dri_wrapper.cc',
241 'ozone/dri/dri_wrapper.h', 241 'ozone/dri/dri_wrapper.h',
242 'ozone/dri/hardware_display_controller.cc', 242 'ozone/dri/hardware_display_controller.cc',
243 'ozone/dri/hardware_display_controller.h', 243 'ozone/dri/hardware_display_controller.h',
244 'ozone/impl/file_surface_factory.cc', 244 'ozone/impl/file_surface_factory.cc',
245 'ozone/impl/file_surface_factory.h', 245 'ozone/impl/file_surface_factory.h',
246 'ozone/surface_factory_ozone.cc', 246 'ozone/surface_factory_ozone.cc',
247 'ozone/surface_factory_ozone.h', 247 'ozone/surface_factory_ozone.h',
248 'ozone/overlay_candidates_ozone.cc',
249 'ozone/overlay_candidates_ozone.h',
248 'pango_util.cc', 250 'pango_util.cc',
249 'pango_util.h', 251 'pango_util.h',
250 'path.cc', 252 'path.cc',
251 'path.h', 253 'path.h',
252 'path_aura.cc', 254 'path_aura.cc',
253 'path_gtk.cc', 255 'path_gtk.cc',
254 'path_win.cc', 256 'path_win.cc',
255 'path_win.h', 257 'path_win.h',
256 'path_x11.cc', 258 'path_x11.cc',
257 'path_x11.h', 259 'path_x11.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'variables': { 540 'variables': {
539 'jni_gen_package': 'ui/gfx', 541 'jni_gen_package': 'ui/gfx',
540 'jni_generator_ptr_type': 'long' 542 'jni_generator_ptr_type': 'long'
541 }, 543 },
542 'includes': [ '../../build/jni_generator.gypi' ], 544 'includes': [ '../../build/jni_generator.gypi' ],
543 }, 545 },
544 ], 546 ],
545 }], 547 }],
546 ], 548 ],
547 } 549 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/ozone/overlay_candidates_ozone.h » ('j') | ui/gfx/ozone/overlay_candidates_ozone.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698