From 444237e2e4adac32b6db22efe4d76ae3155e663f Mon Sep 17 00:00:00 2001 From: tfarina Date: Wed, 4 Nov 2015 14:43:58 -0800 Subject: [PATCH] Remove unused crypto.gni import. We are trying to move crypto.gni out of build/config in chromium, this should help with this work. BUG=None R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1410343014 Cr-Commit-Position: refs/heads/master@{#10514} --- webrtc/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index ac14d7d528..45e7c144fd 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -8,7 +8,6 @@ # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. -import("//build/config/crypto.gni") import("//build/config/linux/pkg_config.gni") import("build/webrtc.gni") import("//third_party/protobuf/proto_library.gni")