Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: components/security_state/BUILD.gn

Issue 1896903002: [GN/iOS] Explicitly list test data in net_unittests_bundle_data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-fix-tests-ui-gfx
Patch Set: Define the file list in net/net.gypi and sync gyp & gn Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/BUILD.gn
diff --git a/components/security_state/BUILD.gn b/components/security_state/BUILD.gn
index d6b37cfeb84df78dfa6d9ae0496bf412450f3365..68cd2827e09b3bc6563af508712999395f9e3e2e 100644
--- a/components/security_state/BUILD.gn
+++ b/components/security_state/BUILD.gn
@@ -32,18 +32,6 @@ if (is_android) {
}
}
-bundle_data("unit_tests_bundle_data") {
- visibility = [ ":unit_tests" ]
- testonly = true
- sources = [
- "//net/data/ssl/certificates/sha1_2016.pem",
- ]
- outputs = [
- "{{bundle_resources_dir}}/" +
- "{{source_root_relative_dir}}/{{source_file_part}}",
- ]
-}
-
source_set("unit_tests") {
testonly = true
sources = [
@@ -52,7 +40,6 @@ source_set("unit_tests") {
deps = [
":security_state",
- ":unit_tests_bundle_data",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698