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/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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "sync_control_vsync_provider.cc", | 109 "sync_control_vsync_provider.cc", |
110 "sync_control_vsync_provider.h", | 110 "sync_control_vsync_provider.h", |
111 "trace_util.cc", | 111 "trace_util.cc", |
112 "trace_util.h", | 112 "trace_util.h", |
113 ] | 113 ] |
114 | 114 |
115 configs += [ "//build/config:precompiled_headers" ] | 115 configs += [ "//build/config:precompiled_headers" ] |
116 defines = [ "GL_IMPLEMENTATION" ] | 116 defines = [ "GL_IMPLEMENTATION" ] |
117 | 117 |
118 include_dirs = [ | 118 include_dirs = [ |
119 "//third_party/switfshader/include", | 119 "//third_party/swiftshader/include", |
120 "//third_party/mesa/src/include", | 120 "//third_party/mesa/src/include", |
121 ] | 121 ] |
122 | 122 |
123 all_dependent_configs = [ ":gl_config" ] | 123 all_dependent_configs = [ ":gl_config" ] |
124 | 124 |
125 public_configs = [ "//third_party/khronos:khronos_headers" ] | 125 public_configs = [ "//third_party/khronos:khronos_headers" ] |
126 | 126 |
127 deps = [ | 127 deps = [ |
128 "//base/third_party/dynamic_annotations", | 128 "//base/third_party/dynamic_annotations", |
129 "//skia", | 129 "//skia", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 sources = [ | 398 sources = [ |
399 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", | 399 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", |
400 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", | 400 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", |
401 ] | 401 ] |
402 public_deps = [ | 402 public_deps = [ |
403 ":surface_jni_headers", | 403 ":surface_jni_headers", |
404 ] | 404 ] |
405 jni_package = "ui/gl" | 405 jni_package = "ui/gl" |
406 } | 406 } |
407 } | 407 } |
OLD | NEW |