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

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

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Update past extension test fixes Created 3 years, 9 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 | « content/public/browser/gpu_data_manager.h ('k') | ui/gl/gl_switches.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/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")
11 11
12 declare_args() { 12 declare_args() {
13 enable_swiftshader = is_chrome_branded && is_win 13 enable_swiftshader = is_win
14 } 14 }
15 15
16 use_egl = is_win || is_android || is_linux 16 use_egl = is_win || is_android || is_linux
17 use_glx = use_x11 || ozone_platform_x11 17 use_glx = use_x11 || ozone_platform_x11
18 18
19 if (is_android) { 19 if (is_android) {
20 import("//build/config/android/config.gni") 20 import("//build/config/android/config.gni")
21 import("//build/config/android/rules.gni") 21 import("//build/config/android/rules.gni")
22 } 22 }
23 23
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 sources = [ 443 sources = [
444 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 444 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
445 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 445 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
446 ] 446 ]
447 public_deps = [ 447 public_deps = [
448 ":surface_jni_headers", 448 ":surface_jni_headers",
449 ] 449 ]
450 jni_package = "ui/gl" 450 jni_package = "ui/gl"
451 } 451 }
452 } 452 }
OLDNEW
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698