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

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

Issue 634643002: content: Out-of-process GPU service support for SurfaceTexture backed GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one last build fix Created 6 years, 2 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/gl/android/surface_texture_tracker.cc ('k') | ui/gl/gl_image_surface_texture.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ], 42 ],
43 'sources': [ 43 'sources': [
44 'android/gl_jni_registrar.cc', 44 'android/gl_jni_registrar.cc',
45 'android/gl_jni_registrar.h', 45 'android/gl_jni_registrar.h',
46 'android/scoped_java_surface.cc', 46 'android/scoped_java_surface.cc',
47 'android/scoped_java_surface.h', 47 'android/scoped_java_surface.h',
48 'android/surface_texture.cc', 48 'android/surface_texture.cc',
49 'android/surface_texture.h', 49 'android/surface_texture.h',
50 'android/surface_texture_listener.cc', 50 'android/surface_texture_listener.cc',
51 'android/surface_texture_listener.h', 51 'android/surface_texture_listener.h',
52 'android/surface_texture_tracker.cc',
53 'android/surface_texture_tracker.h',
54 'gl_bindings.h', 52 'gl_bindings.h',
55 'gl_bindings_skia_in_process.cc', 53 'gl_bindings_skia_in_process.cc',
56 'gl_bindings_skia_in_process.h', 54 'gl_bindings_skia_in_process.h',
57 'gl_context.cc', 55 'gl_context.cc',
58 'gl_context.h', 56 'gl_context.h',
59 'gl_context_android.cc', 57 'gl_context_android.cc',
60 'gl_context_mac.mm', 58 'gl_context_mac.mm',
61 'gl_context_ozone.cc', 59 'gl_context_ozone.cc',
62 'gl_context_osmesa.cc', 60 'gl_context_osmesa.cc',
63 'gl_context_osmesa.h', 61 'gl_context_osmesa.h',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ], 360 ],
363 'variables': { 361 'variables': {
364 'jni_gen_package': 'ui/gl', 362 'jni_gen_package': 'ui/gl',
365 }, 363 },
366 'includes': [ '../../build/jni_generator.gypi' ], 364 'includes': [ '../../build/jni_generator.gypi' ],
367 }, 365 },
368 ], 366 ],
369 }], 367 }],
370 ], 368 ],
371 } 369 }
OLDNEW
« no previous file with comments | « ui/gl/android/surface_texture_tracker.cc ('k') | ui/gl/gl_image_surface_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698