Commit a62cf68c by Tom Anderson Committed by Tom Anderson

Remove manual references to exe_and_shlib_deps

After [1], a manual dependency on exe_and_shlib_deps is no longer necessary since it's automatically added. This CL removes all remaining manual references to exe_and_shlib_deps. [1] https://chromium.googlesource.com/chromium/src.git/+/d7ed1f0a9c28c932fddc834ca5de44f28266c7f5 BUG=chromium:845700 R=capn Change-Id: I20a88d716ed4cddd55047529f87267b5383366bc Reviewed-on: https://swiftshader-review.googlesource.com/19348Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarTom Anderson <thomasanderson@google.com>
parent a5ac650d
...@@ -42,10 +42,6 @@ swiftshader_shared_library("swiftshader_libEGL") { ...@@ -42,10 +42,6 @@ swiftshader_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",
......
...@@ -101,7 +101,6 @@ swiftshader_shared_library("swiftshader_libGLESv2") { ...@@ -101,7 +101,6 @@ swiftshader_shared_library("swiftshader_libGLESv2") {
deps = [ deps = [
":swiftshader_libGLESv2_static", ":swiftshader_libGLESv2_static",
"//build/config:exe_and_shlib_deps",
] ]
sources = [ sources = [
......
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