blob: 7d2be2f176ff7138732b65d5715c63c00b0341d1 [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("../../../../scripts/build/ninja/copy.gni")
copy_to_gen("network") {
sources = [
"cacheable.rawresponse",
"chunked.txt",
"chunked_sync.html",
"code-with-json-subtype-request.html",
"coffees.json",
"csp-report-only.rawresponse",
"embedded_requests.html",
"event-stream.rawresponse",
"eventstream.html",
"fetch-json.html",
"fetch.html",
"headers-and-payload.html",
"hello.html",
"image.svg",
"infinite-requests.html",
"json-subtype-ld.rawresponse",
"last-modified.html",
"last-modified.rawresponse",
"requests.html",
"resources-from-cache.html",
"resources-from-webbundle-with-bad-inner-request.html",
"resources-from-webbundle-with-bad-metadata.html",
"resources-from-webbundle.html",
"send_beacon_on_unload.html",
"service-worker.html",
"service-worker.js",
"style.css",
"stylesheet-resources.css",
"stylesheet-resources.html",
"third-party-resources.html",
"trusted-type-policy-violation-report-only.rawresponse",
"trusted-type-violations-enforced.rawresponse",
"trusted-type-violations-report-only-in-html.rawresponse",
"trusted-type-violations-report-only.rawresponse",
"unreachable.rawresponse",
"utf-8.rawresponse",
"webbundle.wbn",
"webbundle.wbn.headers",
"webbundle_bad_inner_request.wbn",
"webbundle_bad_inner_request.wbn.headers",
"webbundle_bad_metadata.wbn",
"webbundle_bad_metadata.wbn.headers",
"websocket.html",
"xhr-json.html",
"xhr.html",
]
}
OSZAR »