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

Unified Diff: net/data/update_net_gypi.py

Issue 2574413002: Make static (preloaded) security state generation part of the build process. (Closed)
Patch Set: !is_nacl only Created 4 years 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
Index: net/data/update_net_gypi.py
diff --git a/net/data/update_net_gypi.py b/net/data/update_net_gypi.py
index 266fa0cef6f90a1bcaf36847efabfac374157699..a1068835914edd009b1f2d03bccd048c20c7284b 100644
--- a/net/data/update_net_gypi.py
+++ b/net/data/update_net_gypi.py
@@ -14,6 +14,7 @@ EXCLUSION_PATTERN = re.compile("^(?:README|OWNERS|.*\.(pyc?|sh|swp)|.*~)$")
DATA_SOURCES_PATH_FOR_VARIABLES = {
"net_test_support_data_sources": [
"net/data/ssl/certificates",
+ "net/http/transport_security_state_static.json",
],
"net_unittests_data_sources": [
"net/data/cert_issuer_source_aia_unittest",

Powered by Google App Engine
This is Rietveld 408576698