| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "gl_bindings_autogen_gl.cc", | 61 "gl_bindings_autogen_gl.cc", |
| 62 "gl_bindings_autogen_gl.h", | 62 "gl_bindings_autogen_gl.h", |
| 63 "gl_bindings_autogen_osmesa.cc", | 63 "gl_bindings_autogen_osmesa.cc", |
| 64 "gl_bindings_autogen_osmesa.h", | 64 "gl_bindings_autogen_osmesa.h", |
| 65 "gl_context.cc", | 65 "gl_context.cc", |
| 66 "gl_context.h", | 66 "gl_context.h", |
| 67 "gl_context_osmesa.cc", | 67 "gl_context_osmesa.cc", |
| 68 "gl_context_osmesa.h", | 68 "gl_context_osmesa.h", |
| 69 "gl_context_stub.cc", | 69 "gl_context_stub.cc", |
| 70 "gl_context_stub.h", | 70 "gl_context_stub.h", |
| 71 "gl_driver_workarounds.cc", |
| 72 "gl_driver_workarounds.h", |
| 71 "gl_enums.cc", | 73 "gl_enums.cc", |
| 72 "gl_enums.h", | 74 "gl_enums.h", |
| 73 "gl_enums_implementation_autogen.h", | 75 "gl_enums_implementation_autogen.h", |
| 74 "gl_export.h", | 76 "gl_export.h", |
| 75 "gl_fence.cc", | 77 "gl_fence.cc", |
| 76 "gl_fence.h", | 78 "gl_fence.h", |
| 77 "gl_fence_arb.cc", | 79 "gl_fence_arb.cc", |
| 78 "gl_fence_arb.h", | 80 "gl_fence_arb.h", |
| 79 "gl_fence_nv.cc", | 81 "gl_fence_nv.cc", |
| 80 "gl_fence_nv.h", | 82 "gl_fence_nv.h", |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 sources = [ | 451 sources = [ |
| 450 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", | 452 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", |
| 451 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", | 453 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", |
| 452 ] | 454 ] |
| 453 public_deps = [ | 455 public_deps = [ |
| 454 ":surface_jni_headers", | 456 ":surface_jni_headers", |
| 455 ] | 457 ] |
| 456 jni_package = "ui/gl" | 458 jni_package = "ui/gl" |
| 457 } | 459 } |
| 458 } | 460 } |
| OLD | NEW |