[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / ownership / BUILD.gn
index 3c23b17..5ca74d0 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
 import("//build/config/chromeos/ui_mode.gni")
-import("//build/config/crypto.gni")
 import("//build/config/features.gni")
+import("//crypto/features.gni")
 
 if (is_chromeos_ash) {
   component("ownership") {
@@ -34,7 +34,7 @@ if (is_chromeos_ash) {
     ]
 
     if (use_nss_certs) {
-      public_deps += [ "//crypto:platform" ]
+      public_configs = [ "//build/config/linux/nss" ]
     }
   }