| OLD | NEW |
| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 deps += [ "//ui/gfx/x" ] | 227 deps += [ "//ui/gfx/x" ] |
| 228 } | 228 } |
| 229 if (is_win) { | 229 if (is_win) { |
| 230 sources += [ | 230 sources += [ |
| 231 "gl_angle_util_win.cc", | 231 "gl_angle_util_win.cc", |
| 232 "gl_angle_util_win.h", | 232 "gl_angle_util_win.h", |
| 233 "gl_bindings_autogen_wgl.cc", | 233 "gl_bindings_autogen_wgl.cc", |
| 234 "gl_bindings_autogen_wgl.h", | 234 "gl_bindings_autogen_wgl.h", |
| 235 "gl_context_wgl.cc", | 235 "gl_context_wgl.cc", |
| 236 "gl_context_wgl.h", | 236 "gl_context_wgl.h", |
| 237 "gl_image_dxgi.cc", |
| 238 "gl_image_dxgi.h", |
| 237 "gl_surface_osmesa_win.cc", | 239 "gl_surface_osmesa_win.cc", |
| 238 "gl_surface_osmesa_win.h", | 240 "gl_surface_osmesa_win.h", |
| 239 "gl_surface_wgl.cc", | 241 "gl_surface_wgl.cc", |
| 240 "gl_surface_wgl.h", | 242 "gl_surface_wgl.h", |
| 241 "gl_wgl_api_implementation.cc", | 243 "gl_wgl_api_implementation.cc", |
| 242 "gl_wgl_api_implementation.h", | 244 "gl_wgl_api_implementation.h", |
| 243 "vsync_provider_win.cc", | 245 "vsync_provider_win.cc", |
| 244 "vsync_provider_win.h", | 246 "vsync_provider_win.h", |
| 245 ] | 247 ] |
| 246 | 248 |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 sources = [ | 447 sources = [ |
| 446 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", | 448 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", |
| 447 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", | 449 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", |
| 448 ] | 450 ] |
| 449 public_deps = [ | 451 public_deps = [ |
| 450 ":surface_jni_headers", | 452 ":surface_jni_headers", |
| 451 ] | 453 ] |
| 452 jni_package = "ui/gl" | 454 jni_package = "ui/gl" |
| 453 } | 455 } |
| 454 } | 456 } |
| OLD | NEW |