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

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

Issue 1486773002: Add NativeViewGLSurfaceEGL::CommitOverlayPlanes support for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cop-bare-implementation
Patch Set: Move comment Created 5 years 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 | « no previous file | ui/gl/gl.gyp » ('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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "gl_share_group.cc", 78 "gl_share_group.cc",
79 "gl_share_group.h", 79 "gl_share_group.h",
80 "gl_state_restorer.cc", 80 "gl_state_restorer.cc",
81 "gl_state_restorer.h", 81 "gl_state_restorer.h",
82 "gl_surface.cc", 82 "gl_surface.cc",
83 "gl_surface.h", 83 "gl_surface.h",
84 "gl_surface_android.cc", 84 "gl_surface_android.cc",
85 "gl_surface_mac.cc", 85 "gl_surface_mac.cc",
86 "gl_surface_osmesa.cc", 86 "gl_surface_osmesa.cc",
87 "gl_surface_osmesa.h", 87 "gl_surface_osmesa.h",
88 "gl_surface_overlay.cc",
89 "gl_surface_overlay.h",
88 "gl_surface_stub.cc", 90 "gl_surface_stub.cc",
89 "gl_surface_stub.h", 91 "gl_surface_stub.h",
90 "gl_surface_win.cc", 92 "gl_surface_win.cc",
91 "gl_switches.cc", 93 "gl_switches.cc",
92 "gl_switches.h", 94 "gl_switches.h",
93 "gl_version_info.cc", 95 "gl_version_info.cc",
94 "gl_version_info.h", 96 "gl_version_info.h",
95 "gpu_switching_manager.cc", 97 "gpu_switching_manager.cc",
96 "gpu_switching_manager.h", 98 "gpu_switching_manager.h",
97 "gpu_timing.cc", 99 "gpu_timing.cc",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 sources = [ 383 sources = [
382 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 384 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
383 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 385 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
384 ] 386 ]
385 public_deps = [ 387 public_deps = [
386 ":surface_jni_headers", 388 ":surface_jni_headers",
387 ] 389 ]
388 jni_package = "ui/gl" 390 jni_package = "ui/gl"
389 } 391 }
390 } 392 }
OLDNEW
« no previous file with comments | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698