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

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

Issue 186123006: zero copy - NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minus ui-map-image and ui-impl-side setting, plus tiled mode 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
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_image_foobar.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 9
10 'targets': [ 10 'targets': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'gl_context_win.cc', 67 'gl_context_win.cc',
68 'gl_context_x11.cc', 68 'gl_context_x11.cc',
69 'gl_export.h', 69 'gl_export.h',
70 'gl_fence.cc', 70 'gl_fence.cc',
71 'gl_fence.h', 71 'gl_fence.h',
72 'gl_gl_api_implementation.cc', 72 'gl_gl_api_implementation.cc',
73 'gl_gl_api_implementation.h', 73 'gl_gl_api_implementation.h',
74 'gl_image.cc', 74 'gl_image.cc',
75 'gl_image.h', 75 'gl_image.h',
76 'gl_image_android.cc', 76 'gl_image_android.cc',
77 'gl_image_foobar.cc',
78 'gl_image_foober.h',
77 'gl_image_mac.cc', 79 'gl_image_mac.cc',
78 'gl_image_ozone.cc', 80 'gl_image_ozone.cc',
79 'gl_image_shm.cc', 81 'gl_image_shm.cc',
80 'gl_image_shm.h', 82 'gl_image_shm.h',
81 'gl_image_stub.cc', 83 'gl_image_stub.cc',
82 'gl_image_stub.h', 84 'gl_image_stub.h',
83 'gl_image_win.cc', 85 'gl_image_win.cc',
84 'gl_image_x11.cc', 86 'gl_image_x11.cc',
85 'gl_implementation.cc', 87 'gl_implementation.cc',
86 'gl_implementation.h', 88 'gl_implementation.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'variables': { 356 'variables': {
355 'jni_gen_package': 'ui/gl', 357 'jni_gen_package': 'ui/gl',
356 'jni_generator_ptr_type': 'long', 358 'jni_generator_ptr_type': 'long',
357 }, 359 },
358 'includes': [ '../../build/jni_generator.gypi' ], 360 'includes': [ '../../build/jni_generator.gypi' ],
359 }, 361 },
360 ], 362 ],
361 }], 363 }],
362 ], 364 ],
363 } 365 }
OLDNEW
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_image_foobar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698