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

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: 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 '<@(flags_ui_unittest_sources)', 969 '<@(flags_ui_unittest_sources)',
967 '<@(gcm_driver_crypto_unittest_sources)', 970 '<@(gcm_driver_crypto_unittest_sources)',
968 '<@(gcm_driver_unittest_sources)', 971 '<@(gcm_driver_unittest_sources)',
969 '<@(google_unittest_sources)', 972 '<@(google_unittest_sources)',
970 '<@(history_unittest_sources)', 973 '<@(history_unittest_sources)',
971 '<@(instance_id_unittest_sources)', 974 '<@(instance_id_unittest_sources)',
972 '<@(json_schema_unittest_sources)', 975 '<@(json_schema_unittest_sources)',
973 '<@(keyed_service_unittest_sources)', 976 '<@(keyed_service_unittest_sources)',
974 '<@(language_usage_metrics_unittest_sources)', 977 '<@(language_usage_metrics_unittest_sources)',
975 '<@(leveldb_proto_unittest_sources)', 978 '<@(leveldb_proto_unittest_sources)',
979 '<@(link_header_util_unittest_sources)',
976 '<@(login_unittest_sources)', 980 '<@(login_unittest_sources)',
977 '<@(memory_pressure_unittest_sources)', 981 '<@(memory_pressure_unittest_sources)',
978 '<@(metrics_unittest_sources)', 982 '<@(metrics_unittest_sources)',
979 '<@(mime_util_unittest_sources)', 983 '<@(mime_util_unittest_sources)',
980 '<@(network_time_unittest_sources)', 984 '<@(network_time_unittest_sources)',
981 '<@(ntp_snippets_unittest_sources)', 985 '<@(ntp_snippets_unittest_sources)',
982 '<@(offline_page_unittest_sources)', 986 '<@(offline_page_unittest_sources)',
983 '<@(omnibox_unittest_sources)', 987 '<@(omnibox_unittest_sources)',
984 '<@(open_from_clipboard_unittest_sources)', 988 '<@(open_from_clipboard_unittest_sources)',
985 '<@(os_crypt_unittest_sources)', 989 '<@(os_crypt_unittest_sources)',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 'components.gyp:variations', 1151 'components.gyp:variations',
1148 'components.gyp:variations_net', 1152 'components.gyp:variations_net',
1149 'components.gyp:variations_service', 1153 'components.gyp:variations_service',
1150 'components.gyp:version_info', 1154 'components.gyp:version_info',
1151 'components.gyp:webdata_services_test_support', 1155 'components.gyp:webdata_services_test_support',
1152 'components.gyp:web_resource', 1156 'components.gyp:web_resource',
1153 'components.gyp:web_resource_test_support', 1157 'components.gyp:web_resource_test_support',
1154 'components_resources.gyp:components_resources', 1158 'components_resources.gyp:components_resources',
1155 'components_strings.gyp:components_strings', 1159 'components_strings.gyp:components_strings',
1156 'components_tests_pak', 1160 'components_tests_pak',
1161 'link_header_util/link_header_util.gyp:link_header_util',
1157 'mime_util/mime_util.gyp:mime_util', 1162 'mime_util/mime_util.gyp:mime_util',
1158 'prefs/prefs.gyp:prefs', 1163 'prefs/prefs.gyp:prefs',
1159 'prefs/prefs.gyp:prefs_test_support', 1164 'prefs/prefs.gyp:prefs_test_support',
1160 'url_formatter/url_formatter.gyp:url_formatter', 1165 'url_formatter/url_formatter.gyp:url_formatter',
1161 ], 1166 ],
1162 'conditions': [ 1167 'conditions': [
1163 ['OS!="mac" and OS!="ios"', { 1168 ['OS!="mac" and OS!="ios"', {
1164 'sources!': [ 1169 'sources!': [
1165 'crash/core/common/objc_zombie_unittest.mm', 1170 'crash/core/common/objc_zombie_unittest.mm',
1166 ], 1171 ],
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'dependencies': [ 1927 'dependencies': [
1923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1924 ], 1929 ],
1925 }], 1930 }],
1926 ], 1931 ],
1927 }, 1932 },
1928 ], 1933 ],
1929 }], 1934 }],
1930 ], 1935 ],
1931 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698