aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Anderson <thomasanderson@chromium.org>2018-05-30 22:20:37 +0000
committerEdward Lesmes <ehmaldonado@google.com>2021-07-23 22:46:06 +0000
commite0dd84f01629380625e5cf7d454d26343a46eaeb (patch)
tree8104f938c5195aa5021b77327d40d985c429b04c /BUILD.gn
parent4701352fcf9ed0584318bea013f97f8f5b09b7d0 (diff)
downloadzucchini-e0dd84f01629380625e5cf7d454d26343a46eaeb.tar.gz
Remove references to exe_and_shlib_deps in src
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=845700 R=dpranke TBR=sky,mark Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_compile_x64_dbg;master.tryserver.chromium.android:android_compile_x86_dbg;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I647442fb09eba4c055697bf26504abc3b3284d94 Reviewed-on: https://chromium-review.googlesource.com/1073613 Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#563028} NOKEYCHECK=True GitOrigin-RevId: ce772faa73ab8fa58e848b61b786d449bb988237
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9f7318a..232e6e7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -130,7 +130,6 @@ executable("zucchini") {
":zucchini_io",
":zucchini_lib",
"//base",
- "//build/config:exe_and_shlib_deps",
]
if (is_win) {