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

Unified Diff: net/net.gyp

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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index e59ce18f44719852036a8b383c7a742e9e18a52a..28b70d8a37a75f55874f466527c56ca9d75b0fdd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -398,18 +398,8 @@
'action_name': 'copy_test_data',
'variables': {
'test_data_files': [
- 'data/certificate_policies_unittest/',
- 'data/name_constraints_unittest/',
- 'data/parse_certificate_unittest/',
- 'data/parse_ocsp_unittest/',
- 'data/ssl/certificates/',
- 'data/test.html',
- 'data/url_request_unittest/',
- 'data/verify_certificate_chain_unittest/',
- 'data/verify_name_match_unittest/names/',
- 'data/verify_signed_data_unittest/',
- 'third_party/nist-pkits/certs/',
- 'third_party/nist-pkits/crls/',
+ '<@(net_test_support_data_sources)',
+ '<@(net_unittests_data_sources)',
],
'test_data_prefix': 'net',
},

Powered by Google App Engine
This is Rietveld 408576698