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

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

Issue 1640003002: Fix swiftshader include in ui/gl/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698