Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: ui/gl/BUILD.gn

Issue 1418483003: Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2CmdDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 deps = [ 349 deps = [
350 ":gl", 350 ":gl",
351 ":gl_unittest_utils", 351 ":gl_unittest_utils",
352 ":test_support", 352 ":test_support",
353 "//base", 353 "//base",
354 "//base/test:test_support", 354 "//base/test:test_support",
355 "//skia", 355 "//skia",
356 "//testing/gmock", 356 "//testing/gmock",
357 "//testing/gtest", 357 "//testing/gtest",
358 "//ui/gfx", 358 "//ui/gfx",
359 "//ui/gfx/geometry",
360 ] 359 ]
361 360
362 data_deps = [ 361 data_deps = [
363 "//third_party/mesa:osmesa", 362 "//third_party/mesa:osmesa",
364 ] 363 ]
365 } 364 }
366 365
367 if (is_android) { 366 if (is_android) {
368 generate_jar_jni("surface_jni_headers") { 367 generate_jar_jni("surface_jni_headers") {
369 jni_package = "ui/gl" 368 jni_package = "ui/gl"
370 classes = [ "android/view/Surface.class" ] 369 classes = [ "android/view/Surface.class" ]
371 } 370 }
372 371
373 generate_jni("gl_jni_headers") { 372 generate_jni("gl_jni_headers") {
374 sources = [ 373 sources = [
375 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 374 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
376 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 375 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
377 ] 376 ]
378 public_deps = [ 377 public_deps = [
379 ":surface_jni_headers", 378 ":surface_jni_headers",
380 ] 379 ]
381 jni_package = "ui/gl" 380 jni_package = "ui/gl"
382 } 381 }
383 } 382 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698