| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "gl_surface_overlay.cc", | 115 "gl_surface_overlay.cc", |
| 116 "gl_surface_overlay.h", | 116 "gl_surface_overlay.h", |
| 117 "gl_surface_stub.cc", | 117 "gl_surface_stub.cc", |
| 118 "gl_surface_stub.h", | 118 "gl_surface_stub.h", |
| 119 "gl_switches.cc", | 119 "gl_switches.cc", |
| 120 "gl_switches.h", | 120 "gl_switches.h", |
| 121 "gl_utils.cc", | 121 "gl_utils.cc", |
| 122 "gl_utils.h", | 122 "gl_utils.h", |
| 123 "gl_version_info.cc", | 123 "gl_version_info.cc", |
| 124 "gl_version_info.h", | 124 "gl_version_info.h", |
| 125 "gl_workarounds.h", |
| 125 "gpu_switching_manager.cc", | 126 "gpu_switching_manager.cc", |
| 126 "gpu_switching_manager.h", | 127 "gpu_switching_manager.h", |
| 127 "gpu_timing.cc", | 128 "gpu_timing.cc", |
| 128 "gpu_timing.h", | 129 "gpu_timing.h", |
| 129 "scoped_binders.cc", | 130 "scoped_binders.cc", |
| 130 "scoped_binders.h", | 131 "scoped_binders.h", |
| 131 "scoped_make_current.cc", | 132 "scoped_make_current.cc", |
| 132 "scoped_make_current.h", | 133 "scoped_make_current.h", |
| 133 "sync_control_vsync_provider.cc", | 134 "sync_control_vsync_provider.cc", |
| 134 "sync_control_vsync_provider.h", | 135 "sync_control_vsync_provider.h", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 sources = [ | 451 sources = [ |
| 451 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", | 452 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", |
| 452 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", | 453 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", |
| 453 ] | 454 ] |
| 454 public_deps = [ | 455 public_deps = [ |
| 455 ":surface_jni_headers", | 456 ":surface_jni_headers", |
| 456 ] | 457 ] |
| 457 jni_package = "ui/gl" | 458 jni_package = "ui/gl" |
| 458 } | 459 } |
| 459 } | 460 } |
| OLD | NEW |