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

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: Created 4 years, 9 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index be9d5ddb79c8290af063dd080bc439769ff94d18..e8e42a616723c7e0a3476a8da7d580b4a375f9ab 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -338,6 +338,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',
],
@@ -973,6 +976,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)',
@@ -1154,6 +1158,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',

Powered by Google App Engine
This is Rietveld 408576698