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

Side by Side Diff: components/components_tests.gyp

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'network_session_configurator/network_session_configurator_unittest.cc', 415 'network_session_configurator/network_session_configurator_unittest.cc',
416 ], 416 ],
417 'network_time_unittest_sources': [ 417 'network_time_unittest_sources': [
418 'network_time/network_time_tracker_unittest.cc', 418 'network_time/network_time_tracker_unittest.cc',
419 ], 419 ],
420 'ntp_snippets_unittest_sources': [ 420 'ntp_snippets_unittest_sources': [
421 'ntp_snippets/ntp_snippets_database_unittest.cc', 421 'ntp_snippets/ntp_snippets_database_unittest.cc',
422 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 422 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
423 'ntp_snippets/ntp_snippets_service_unittest.cc', 423 'ntp_snippets/ntp_snippets_service_unittest.cc',
424 ], 424 ],
425 'ntp_tiles_unittest_sources': [
426 'ntp_tiles/most_visited_sites_unittest.cc',
427 ],
425 'offline_pages_background_unittest_sources': [ 428 'offline_pages_background_unittest_sources': [
426 'offline_pages/background/request_coordinator_unittest.cc', 429 'offline_pages/background/request_coordinator_unittest.cc',
427 'offline_pages/background/request_picker_unittest.cc', 430 'offline_pages/background/request_picker_unittest.cc',
428 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 431 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
429 'offline_pages/background/request_queue_unittest.cc', 432 'offline_pages/background/request_queue_unittest.cc',
430 'offline_pages/background/save_page_request_unittest.cc', 433 'offline_pages/background/save_page_request_unittest.cc',
431 ], 434 ],
432 'offline_pages_unittest_sources': [ 435 'offline_pages_unittest_sources': [
433 'offline_pages/archive_manager_unittest.cc', 436 'offline_pages/archive_manager_unittest.cc',
434 'offline_pages/client_policy_controller_unittest.cc', 437 'offline_pages/client_policy_controller_unittest.cc',
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'sources': [ 1261 'sources': [
1259 '<@(certificate_transparency_unittest_sources)', 1262 '<@(certificate_transparency_unittest_sources)',
1260 '<@(child_trace_message_filter_unittest_sources)', 1263 '<@(child_trace_message_filter_unittest_sources)',
1261 '<@(devtools_http_handler_unittest_sources)', 1264 '<@(devtools_http_handler_unittest_sources)',
1262 '<@(display_compositor_unittest_sources)', 1265 '<@(display_compositor_unittest_sources)',
1263 '<@(domain_reliability_unittest_sources)', 1266 '<@(domain_reliability_unittest_sources)',
1264 '<@(error_page_unittest_sources)', 1267 '<@(error_page_unittest_sources)',
1265 '<@(guest_view_unittest_sources)', 1268 '<@(guest_view_unittest_sources)',
1266 '<@(navigation_interception_unittest_sources)', 1269 '<@(navigation_interception_unittest_sources)',
1267 '<@(network_hints_unittest_sources)', 1270 '<@(network_hints_unittest_sources)',
1271 '<@(ntp_tiles_unittest_sources)',
1268 '<@(packed_ct_ev_whitelist_unittest_sources)', 1272 '<@(packed_ct_ev_whitelist_unittest_sources)',
1269 '<@(page_load_metrics_unittest_sources)', 1273 '<@(page_load_metrics_unittest_sources)',
1270 '<@(power_unittest_sources)', 1274 '<@(power_unittest_sources)',
1271 '<@(safe_browsing_db_unittest_sources)', 1275 '<@(safe_browsing_db_unittest_sources)',
1272 '<@(safe_json_unittest_sources)', 1276 '<@(safe_json_unittest_sources)',
1273 '<@(scheduler_unittest_sources)', 1277 '<@(scheduler_unittest_sources)',
1274 '<@(storage_monitor_unittest_sources)', 1278 '<@(storage_monitor_unittest_sources)',
1275 '<@(tracing_unittest_sources)', 1279 '<@(tracing_unittest_sources)',
1276 '<@(visitedlink_unittest_sources)', 1280 '<@(visitedlink_unittest_sources)',
1277 '<@(wallpaper_unittest_sources)', 1281 '<@(wallpaper_unittest_sources)',
(...skipping 17 matching lines...) Expand all
1295 'components.gyp:dom_distiller_content_browser', 1299 'components.gyp:dom_distiller_content_browser',
1296 'components.gyp:dom_distiller_content_renderer', 1300 'components.gyp:dom_distiller_content_renderer',
1297 'components.gyp:domain_reliability', 1301 'components.gyp:domain_reliability',
1298 'components.gyp:error_page_renderer', 1302 'components.gyp:error_page_renderer',
1299 'components.gyp:favicon_content', 1303 'components.gyp:favicon_content',
1300 'components.gyp:guest_view_browser', 1304 'components.gyp:guest_view_browser',
1301 'components.gyp:guest_view_common', 1305 'components.gyp:guest_view_common',
1302 'components.gyp:guest_view_test_support', 1306 'components.gyp:guest_view_test_support',
1303 'components.gyp:history_content_browser', 1307 'components.gyp:history_content_browser',
1304 'components.gyp:keyed_service_content', 1308 'components.gyp:keyed_service_content',
1309 'components.gyp:metrics_gpu',
1305 'components.gyp:navigation_interception', 1310 'components.gyp:navigation_interception',
1306 'components.gyp:network_hints_renderer', 1311 'components.gyp:network_hints_renderer',
1307 'components.gyp:metrics_gpu', 1312 'components.gyp:ntp_tiles',
1308 'components.gyp:packed_ct_ev_whitelist', 1313 'components.gyp:packed_ct_ev_whitelist',
1309 'components.gyp:page_load_metrics_browser', 1314 'components.gyp:page_load_metrics_browser',
1310 'components.gyp:page_load_metrics_renderer', 1315 'components.gyp:page_load_metrics_renderer',
1311 'components.gyp:password_manager_content_browser', 1316 'components.gyp:password_manager_content_browser',
1312 'components.gyp:power', 1317 'components.gyp:power',
1313 'components.gyp:precache_content', 1318 'components.gyp:precache_content',
1314 'components.gyp:safe_browsing_db', 1319 'components.gyp:safe_browsing_db',
1315 'components.gyp:safe_json', 1320 'components.gyp:safe_json',
1316 'components.gyp:safe_json_test_support', 1321 'components.gyp:safe_json_test_support',
1317 'components.gyp:sessions_content', 1322 'components.gyp:sessions_content',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'dependencies': [ 1981 'dependencies': [
1977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1982 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1978 ], 1983 ],
1979 }], 1984 }],
1980 ], 1985 ],
1981 }, 1986 },
1982 ], 1987 ],
1983 }], 1988 }],
1984 ], 1989 ],
1985 } 1990 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698