From e5389527466d390b5653724a069008b9f1edcd5c Mon Sep 17 00:00:00 2001 From: Brett Wilson Date: Tue, 23 Sep 2014 16:41:46 -0700 Subject: Replace forward_dependent_configs with public_deps This is the new name. It has the same meaning but additionally with a "you can use the headers" permission. Rename direct_dependent_configs to public_configs. This is the new name with identical meaning. TBR=jamesr Review URL: https://codereview.chromium.org/595073002 Cr-Commit-Position: refs/heads/master@{#296302} --- mojo/environment/BUILD.gn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mojo/environment') diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn index ef7006d..c860250 100644 --- a/mojo/environment/BUILD.gn +++ b/mojo/environment/BUILD.gn @@ -13,11 +13,7 @@ source_set("chromium") { "../public/cpp/environment/lib/logging.cc", ] - deps = [ - ":chromium_impl", - ] - - forward_dependent_configs_from = [ + public_deps = [ ":chromium_impl", ] } -- cgit v1.1