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

Unified Diff: components/components_tests.gyp

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: rebase Created 4 years, 7 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 | « components/BUILD.gn ('k') | components/gcm_driver/crypto/encryption_header_parsers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index bfd1fd36571afb17c9472e697b7335dd5ec68d33..0328cea4b83a5ed6ed54ac4d48b8dd3128408af4 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -344,6 +344,9 @@
'leveldb_proto_unittest_sources': [
'leveldb_proto/proto_database_impl_unittest.cc',
],
+ 'link_header_util_unittest_sources': [
+ 'link_header_util/link_header_util_unittest.cc',
+ ],
'login_unittest_sources': [
'login/screens/screen_context_unittest.cc',
],
@@ -997,6 +1000,7 @@
'<@(keyed_service_unittest_sources)',
'<@(language_usage_metrics_unittest_sources)',
'<@(leveldb_proto_unittest_sources)',
+ '<@(link_header_util_unittest_sources)',
'<@(login_unittest_sources)',
'<@(memory_pressure_unittest_sources)',
'<@(metrics_unittest_sources)',
@@ -1183,6 +1187,7 @@
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'components_tests_pak',
+ 'link_header_util/link_header_util.gyp:link_header_util',
'mime_util/mime_util.gyp:mime_util',
'prefs/prefs.gyp:prefs',
'prefs/prefs.gyp:prefs_test_support',
« no previous file with comments | « components/BUILD.gn ('k') | components/gcm_driver/crypto/encryption_header_parsers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698