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

Side by Side 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: address mmenke's comments 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'keyed_service_unittest_sources': [ 331 'keyed_service_unittest_sources': [
332 'keyed_service/content/browser_context_dependency_manager_unittest.cc', 332 'keyed_service/content/browser_context_dependency_manager_unittest.cc',
333 'keyed_service/core/dependency_graph_unittest.cc', 333 'keyed_service/core/dependency_graph_unittest.cc',
334 ], 334 ],
335 'language_usage_metrics_unittest_sources': [ 335 'language_usage_metrics_unittest_sources': [
336 'language_usage_metrics/language_usage_metrics_unittest.cc', 336 'language_usage_metrics/language_usage_metrics_unittest.cc',
337 ], 337 ],
338 'leveldb_proto_unittest_sources': [ 338 'leveldb_proto_unittest_sources': [
339 'leveldb_proto/proto_database_impl_unittest.cc', 339 'leveldb_proto/proto_database_impl_unittest.cc',
340 ], 340 ],
341 'link_header_util_unittest_sources': [
342 'link_header_util/link_header_util_unittest.cc',
343 ],
341 'login_unittest_sources': [ 344 'login_unittest_sources': [
342 'login/screens/screen_context_unittest.cc', 345 'login/screens/screen_context_unittest.cc',
343 ], 346 ],
344 'memory_pressure_unittest_sources': [ 347 'memory_pressure_unittest_sources': [
345 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc', 348 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc',
346 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', 349 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc',
347 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 350 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
348 'memory_pressure/memory_pressure_monitor_unittest.cc', 351 'memory_pressure/memory_pressure_monitor_unittest.cc',
349 'memory_pressure/memory_pressure_stats_collector_unittest.cc', 352 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
350 'memory_pressure/test_memory_pressure_calculator.cc', 353 'memory_pressure/test_memory_pressure_calculator.cc',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 '<@(flags_ui_unittest_sources)', 981 '<@(flags_ui_unittest_sources)',
979 '<@(gcm_driver_crypto_unittest_sources)', 982 '<@(gcm_driver_crypto_unittest_sources)',
980 '<@(gcm_driver_unittest_sources)', 983 '<@(gcm_driver_unittest_sources)',
981 '<@(google_unittest_sources)', 984 '<@(google_unittest_sources)',
982 '<@(history_unittest_sources)', 985 '<@(history_unittest_sources)',
983 '<@(instance_id_unittest_sources)', 986 '<@(instance_id_unittest_sources)',
984 '<@(json_schema_unittest_sources)', 987 '<@(json_schema_unittest_sources)',
985 '<@(keyed_service_unittest_sources)', 988 '<@(keyed_service_unittest_sources)',
986 '<@(language_usage_metrics_unittest_sources)', 989 '<@(language_usage_metrics_unittest_sources)',
987 '<@(leveldb_proto_unittest_sources)', 990 '<@(leveldb_proto_unittest_sources)',
991 '<@(link_header_util_unittest_sources)',
988 '<@(login_unittest_sources)', 992 '<@(login_unittest_sources)',
989 '<@(memory_pressure_unittest_sources)', 993 '<@(memory_pressure_unittest_sources)',
990 '<@(metrics_unittest_sources)', 994 '<@(metrics_unittest_sources)',
991 '<@(mime_util_unittest_sources)', 995 '<@(mime_util_unittest_sources)',
992 '<@(network_time_unittest_sources)', 996 '<@(network_time_unittest_sources)',
993 '<@(ntp_snippets_unittest_sources)', 997 '<@(ntp_snippets_unittest_sources)',
994 '<@(offline_page_unittest_sources)', 998 '<@(offline_page_unittest_sources)',
995 '<@(omnibox_unittest_sources)', 999 '<@(omnibox_unittest_sources)',
996 '<@(open_from_clipboard_unittest_sources)', 1000 '<@(open_from_clipboard_unittest_sources)',
997 '<@(os_crypt_unittest_sources)', 1001 '<@(os_crypt_unittest_sources)',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'components.gyp:variations', 1163 'components.gyp:variations',
1160 'components.gyp:variations_net', 1164 'components.gyp:variations_net',
1161 'components.gyp:variations_service', 1165 'components.gyp:variations_service',
1162 'components.gyp:version_info', 1166 'components.gyp:version_info',
1163 'components.gyp:webdata_services_test_support', 1167 'components.gyp:webdata_services_test_support',
1164 'components.gyp:web_resource', 1168 'components.gyp:web_resource',
1165 'components.gyp:web_resource_test_support', 1169 'components.gyp:web_resource_test_support',
1166 'components_resources.gyp:components_resources', 1170 'components_resources.gyp:components_resources',
1167 'components_strings.gyp:components_strings', 1171 'components_strings.gyp:components_strings',
1168 'components_tests_pak', 1172 'components_tests_pak',
1173 'link_header_util/link_header_util.gyp:link_header_util',
1169 'mime_util/mime_util.gyp:mime_util', 1174 'mime_util/mime_util.gyp:mime_util',
1170 'prefs/prefs.gyp:prefs', 1175 'prefs/prefs.gyp:prefs',
1171 'prefs/prefs.gyp:prefs_test_support', 1176 'prefs/prefs.gyp:prefs_test_support',
1172 'url_formatter/url_formatter.gyp:url_formatter', 1177 'url_formatter/url_formatter.gyp:url_formatter',
1173 ], 1178 ],
1174 'conditions': [ 1179 'conditions': [
1175 ['OS!="mac" and OS!="ios"', { 1180 ['OS!="mac" and OS!="ios"', {
1176 'sources!': [ 1181 'sources!': [
1177 'crash/core/common/objc_zombie_unittest.mm', 1182 'crash/core/common/objc_zombie_unittest.mm',
1178 ], 1183 ],
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'dependencies': [ 1922 'dependencies': [
1918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1919 ], 1924 ],
1920 }], 1925 }],
1921 ], 1926 ],
1922 }, 1927 },
1923 ], 1928 ],
1924 }], 1929 }],
1925 ], 1930 ],
1926 } 1931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698