Skip to content

Commit

Permalink
Remove unneeded imports of build/config/crypto.gni.
Browse files Browse the repository at this point in the history
This patch removes crypto.gni imports from BUILD.gn files that are not
using either use_openssl, use_openssl_certs, use_nss_certs.

This is in preparation for moving it from build/config to crypto/.

BUG=None
R=dpranke@chromium.org
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/1422463010

Cr-Commit-Position: refs/heads/master@{#357901}
  • Loading branch information
tfarina authored and Commit bot committed Nov 4, 2015
1 parent 04184b5 commit 1e0bdb2
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# you add a new build file, there must be some path of dependencies from this
# file to your new one or GN won't know about it.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/ui.gni")
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/extensions/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")

Expand Down
1 change: 0 additions & 1 deletion chromecast/media/base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//chromecast/chromecast.gni")

source_set("message_loop") {
Expand Down
1 change: 0 additions & 1 deletion components/nacl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/nacl/config.gni")
import("//build/config/ui.gni")
Expand Down
1 change: 0 additions & 1 deletion components/webcrypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//testing/test.gni")

source_set("webcrypto") {
Expand Down
1 change: 0 additions & 1 deletion content/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/browser/browser.gni")
Expand Down
1 change: 0 additions & 1 deletion content/child/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/child/child.gni")
Expand Down
1 change: 0 additions & 1 deletion extensions/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//extensions/extensions.gni")

Expand Down
1 change: 0 additions & 1 deletion extensions/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//extensions/extensions.gni")
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
Expand Down
1 change: 0 additions & 1 deletion third_party/libjingle/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")
import("//build/config/features.gni")

# From third_party/libjingle/libjingle.gyp's target_defaults.
Expand Down
2 changes: 0 additions & 2 deletions third_party/usrsctp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/crypto.gni")

config("usrsctp_config") {
include_dirs = [
"usrsctplib",
Expand Down

0 comments on commit 1e0bdb2

Please sign in to comment.