Commit 399a298b by Nicolas Capens

Add Chromium global build dependency.

All build targets must depend on //build/config:exe_and_shlib_deps. Bug chromium:723069 Bug swiftshader:54 Change-Id: I7aaecd681ece1ed773239a88a5c4c93a75f7cd1f Reviewed-on: https://swiftshader-review.googlesource.com/9829Reviewed-by: 's avatarTom Anderson <thomasanderson@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent f41f0332
...@@ -51,6 +51,10 @@ shared_library("swiftshader_libEGL") { ...@@ -51,6 +51,10 @@ shared_library("swiftshader_libEGL") {
output_dir = "$root_out_dir/swiftshader" output_dir = "$root_out_dir/swiftshader"
} }
deps = [
"//build/config:exe_and_shlib_deps",
]
sources = [ sources = [
"../common/Object.cpp", "../common/Object.cpp",
"Config.cpp", "Config.cpp",
......
...@@ -66,6 +66,7 @@ shared_library("swiftshader_libGLESv2") { ...@@ -66,6 +66,7 @@ shared_library("swiftshader_libGLESv2") {
} }
deps = [ deps = [
"//build/config:exe_and_shlib_deps",
"../../OpenGL/compiler:swiftshader_opengl_compiler", "../../OpenGL/compiler:swiftshader_opengl_compiler",
"../../Reactor:swiftshader_reactor", "../../Reactor:swiftshader_reactor",
"../../Renderer:swiftshader_renderer", "../../Renderer:swiftshader_renderer",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment