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

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

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Created 3 years, 11 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
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/linux/pkg_config.gni") 7 import("//build/config/linux/pkg_config.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "gl_share_group.h", 99 "gl_share_group.h",
100 "gl_state_restorer.cc", 100 "gl_state_restorer.cc",
101 "gl_state_restorer.h", 101 "gl_state_restorer.h",
102 "gl_stub_api.cc", 102 "gl_stub_api.cc",
103 "gl_stub_api.h", 103 "gl_stub_api.h",
104 "gl_stub_api_base.h", 104 "gl_stub_api_base.h",
105 "gl_stub_autogen_gl.cc", 105 "gl_stub_autogen_gl.cc",
106 "gl_stub_autogen_gl.h", 106 "gl_stub_autogen_gl.h",
107 "gl_surface.cc", 107 "gl_surface.cc",
108 "gl_surface.h", 108 "gl_surface.h",
109 "gl_surface_format.cc",
110 "gl_surface_format.h",
109 "gl_surface_osmesa.cc", 111 "gl_surface_osmesa.cc",
110 "gl_surface_osmesa.h", 112 "gl_surface_osmesa.h",
111 "gl_surface_overlay.cc", 113 "gl_surface_overlay.cc",
112 "gl_surface_overlay.h", 114 "gl_surface_overlay.h",
113 "gl_surface_stub.cc", 115 "gl_surface_stub.cc",
114 "gl_surface_stub.h", 116 "gl_surface_stub.h",
115 "gl_switches.cc", 117 "gl_switches.cc",
116 "gl_switches.h", 118 "gl_switches.h",
117 "gl_version_info.cc", 119 "gl_version_info.cc",
118 "gl_version_info.h", 120 "gl_version_info.h",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 sources = [ 440 sources = [
439 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 441 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
440 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 442 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
441 ] 443 ]
442 public_deps = [ 444 public_deps = [
443 ":surface_jni_headers", 445 ":surface_jni_headers",
444 ] 446 ]
445 jni_package = "ui/gl" 447 jni_package = "ui/gl"
446 } 448 }
447 } 449 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698