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

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

Issue 1480333002: egl/x11: Created a child window to control resizes and prevent flashes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved up the call to InitializeNativeWindow() 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 | « AUTHORS ('k') | 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "gl_context_glx.cc", 167 "gl_context_glx.cc",
168 "gl_context_glx.h", 168 "gl_context_glx.h",
169 "gl_context_x11.cc", 169 "gl_context_x11.cc",
170 "gl_egl_api_implementation.cc", 170 "gl_egl_api_implementation.cc",
171 "gl_egl_api_implementation.h", 171 "gl_egl_api_implementation.h",
172 "gl_glx_api_implementation.cc", 172 "gl_glx_api_implementation.cc",
173 "gl_glx_api_implementation.h", 173 "gl_glx_api_implementation.h",
174 "gl_image_glx.cc", 174 "gl_image_glx.cc",
175 "gl_image_glx.h", 175 "gl_image_glx.h",
176 "gl_implementation_x11.cc", 176 "gl_implementation_x11.cc",
177 "gl_surface_egl_x11.cc",
178 "gl_surface_egl_x11.h",
177 "gl_surface_glx.cc", 179 "gl_surface_glx.cc",
178 "gl_surface_glx.h", 180 "gl_surface_glx.h",
179 "gl_surface_x11.cc", 181 "gl_surface_x11.cc",
180 ] 182 ]
181 183
182 configs += [ 184 configs += [
183 "//build/config/linux:x11", 185 "//build/config/linux:x11",
184 "//build/config/linux:xcomposite", 186 "//build/config/linux:xcomposite",
185 "//build/config/linux:xext", 187 "//build/config/linux:xext",
186 ] 188 ]
(...skipping 194 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 | « AUTHORS ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698