blob: 45fce73e412afe621abe00e953e4de92135ec661 [file] [log] [blame]
Jack Franklin086ccd52020-11-27 11:00:141# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("../build/ninja/copy.gni")
6
7copy_to_gen("component_server") {
8 sources = [ "server.js" ]
Jack Franklina3dd06a2021-03-18 10:47:169
Tim van der Lippecd385c22021-11-16 16:13:4410 deps = [
11 "../../front_end/ui/legacy:copy_stylesheets_for_server",
12 "../test",
13 ]
Jack Franklin086ccd52020-11-27 11:00:1414}