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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "gl_surface_stub.h", | 89 "gl_surface_stub.h", |
90 "gl_surface_win.cc", | 90 "gl_surface_win.cc", |
91 "gl_switches.cc", | 91 "gl_switches.cc", |
92 "gl_switches.h", | 92 "gl_switches.h", |
93 "gl_version_info.cc", | 93 "gl_version_info.cc", |
94 "gl_version_info.h", | 94 "gl_version_info.h", |
95 "gpu_switching_manager.cc", | 95 "gpu_switching_manager.cc", |
96 "gpu_switching_manager.h", | 96 "gpu_switching_manager.h", |
97 "gpu_timing.cc", | 97 "gpu_timing.cc", |
98 "gpu_timing.h", | 98 "gpu_timing.h", |
99 "scoped_api.cc", | |
100 "scoped_api.h", | |
101 "scoped_binders.cc", | 99 "scoped_binders.cc", |
102 "scoped_binders.h", | 100 "scoped_binders.h", |
103 "scoped_make_current.cc", | 101 "scoped_make_current.cc", |
104 "scoped_make_current.h", | 102 "scoped_make_current.h", |
105 "sync_control_vsync_provider.cc", | 103 "sync_control_vsync_provider.cc", |
106 "sync_control_vsync_provider.h", | 104 "sync_control_vsync_provider.h", |
107 "trace_util.cc", | 105 "trace_util.cc", |
108 "trace_util.h", | 106 "trace_util.h", |
109 ] | 107 ] |
110 | 108 |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 deps = [ | 349 deps = [ |
352 ":surface_jni_headers", | 350 ":surface_jni_headers", |
353 ] | 351 ] |
354 sources = [ | 352 sources = [ |
355 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", | 353 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", |
356 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", | 354 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
", |
357 ] | 355 ] |
358 jni_package = "ui/gl" | 356 jni_package = "ui/gl" |
359 } | 357 } |
360 } | 358 } |
OLD | NEW |