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

Side by Side Diff: ui/gl/BUILD.gn

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/gfx/gpu_memory_buffer.cc ('k') | ui/gl/android/surface_texture_tracker.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 if (is_android) { 6 if (is_android) {
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 sources = [ 26 sources = [
27 "android/gl_jni_registrar.cc", 27 "android/gl_jni_registrar.cc",
28 "android/gl_jni_registrar.h", 28 "android/gl_jni_registrar.h",
29 "android/scoped_java_surface.cc", 29 "android/scoped_java_surface.cc",
30 "android/scoped_java_surface.h", 30 "android/scoped_java_surface.h",
31 "android/surface_texture.cc", 31 "android/surface_texture.cc",
32 "android/surface_texture.h", 32 "android/surface_texture.h",
33 "android/surface_texture_listener.cc", 33 "android/surface_texture_listener.cc",
34 "android/surface_texture_listener.h", 34 "android/surface_texture_listener.h",
35 "android/surface_texture_tracker.cc",
36 "android/surface_texture_tracker.h",
37 "gl_bindings.h", 35 "gl_bindings.h",
38 "gl_bindings_skia_in_process.cc", 36 "gl_bindings_skia_in_process.cc",
39 "gl_bindings_skia_in_process.h", 37 "gl_bindings_skia_in_process.h",
40 "gl_context.cc", 38 "gl_context.cc",
41 "gl_context.h", 39 "gl_context.h",
42 "gl_context_android.cc", 40 "gl_context_android.cc",
43 "gl_context_mac.mm", 41 "gl_context_mac.mm",
44 "gl_context_osmesa.cc", 42 "gl_context_osmesa.cc",
45 "gl_context_osmesa.h", 43 "gl_context_osmesa.h",
46 "gl_context_stub.cc", 44 "gl_context_stub.cc",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 336
339 generate_jni("gl_jni_headers") { 337 generate_jni("gl_jni_headers") {
340 deps = [ ":surface_jni_headers" ] 338 deps = [ ":surface_jni_headers" ]
341 sources = [ 339 sources = [
342 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 340 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
343 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 341 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
344 ] 342 ]
345 jni_package = "ui/gl" 343 jni_package = "ui/gl"
346 } 344 }
347 } 345 }
OLDNEW
« no previous file with comments | « ui/gfx/gpu_memory_buffer.cc ('k') | ui/gl/android/surface_texture_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698