blob: 70157593e18456d88a542aa1bf95b631a55d2be1 [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../build/ninja/copy.gni")
copy_to_gen("component_server") {
sources = [ "server.js" ]
deps = [ "../test" ]
}