Remove copy_sources_to_resources
[email protected]
Bug: 1174013
Change-Id: I6a9ac5e5b961b70ab33107fdd352e1a8a64a13ca
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2732367
Commit-Queue: Tim van der Lippe <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
Auto-Submit: Tim van der Lippe <[email protected]>
diff --git a/front_end/BUILD.gn b/front_end/BUILD.gn
index 8a06ab7..15853a0 100644
--- a/front_end/BUILD.gn
+++ b/front_end/BUILD.gn
@@ -330,17 +330,10 @@
}
group("integration_test_runner") {
- public_deps = [
- ":integration_test_runner-gen",
- ":integration_test_runner-resources",
- ]
+ public_deps = [ ":integration_test_runner-gen" ]
data_deps = public_deps
}
-copy_sources_to_resources("integration_test_runner-resources") {
- sources = [ "integration_test_runner.html" ]
-}
-
copy_to_gen("integration_test_runner-gen") {
sources = [ "integration_test_runner.html" ]
}
@@ -385,21 +378,7 @@
data_deps = [ ":html_entrypoints-generation" ]
}
-group("embedder-scripts") {
- public_deps = [
- ":gen-embedder-scripts",
- ":resources-embedder-scripts",
- ]
-}
-
-copy_sources_to_resources("resources-embedder-scripts") {
- sources = [
- "Tests.js",
- "devtools_compatibility.js",
- ]
-}
-
-copy_to_gen("gen-embedder-scripts") {
+copy_to_gen("embedder-scripts") {
sources = [
"Tests.js",
"devtools_compatibility.js",