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

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: sync 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
« no previous file with comments | « components/BUILD.gn ('k') | components/ntp_tiles.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'network_session_configurator/network_session_configurator_unittest.cc', 418 'network_session_configurator/network_session_configurator_unittest.cc',
419 ], 419 ],
420 'network_time_unittest_sources': [ 420 'network_time_unittest_sources': [
421 'network_time/network_time_tracker_unittest.cc', 421 'network_time/network_time_tracker_unittest.cc',
422 ], 422 ],
423 'ntp_snippets_unittest_sources': [ 423 'ntp_snippets_unittest_sources': [
424 'ntp_snippets/ntp_snippets_database_unittest.cc', 424 'ntp_snippets/ntp_snippets_database_unittest.cc',
425 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 425 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
426 'ntp_snippets/ntp_snippets_service_unittest.cc', 426 'ntp_snippets/ntp_snippets_service_unittest.cc',
427 ], 427 ],
428 'ntp_tiles_unittest_sources': [
429 'ntp_tiles/most_visited_sites_unittest.cc',
430 ],
428 'offline_pages_background_unittest_sources': [ 431 'offline_pages_background_unittest_sources': [
429 'offline_pages/background/request_coordinator_unittest.cc', 432 'offline_pages/background/request_coordinator_unittest.cc',
430 'offline_pages/background/request_picker_unittest.cc', 433 'offline_pages/background/request_picker_unittest.cc',
431 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 434 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
432 'offline_pages/background/request_queue_unittest.cc', 435 'offline_pages/background/request_queue_unittest.cc',
433 'offline_pages/background/save_page_request_unittest.cc', 436 'offline_pages/background/save_page_request_unittest.cc',
434 ], 437 ],
435 'offline_pages_unittest_sources': [ 438 'offline_pages_unittest_sources': [
436 'offline_pages/archive_manager_unittest.cc', 439 'offline_pages/archive_manager_unittest.cc',
437 'offline_pages/client_policy_controller_unittest.cc', 440 'offline_pages/client_policy_controller_unittest.cc',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 'sources': [ 1271 'sources': [
1269 '<@(certificate_transparency_unittest_sources)', 1272 '<@(certificate_transparency_unittest_sources)',
1270 '<@(child_trace_message_filter_unittest_sources)', 1273 '<@(child_trace_message_filter_unittest_sources)',
1271 '<@(devtools_http_handler_unittest_sources)', 1274 '<@(devtools_http_handler_unittest_sources)',
1272 '<@(display_compositor_unittest_sources)', 1275 '<@(display_compositor_unittest_sources)',
1273 '<@(domain_reliability_unittest_sources)', 1276 '<@(domain_reliability_unittest_sources)',
1274 '<@(error_page_unittest_sources)', 1277 '<@(error_page_unittest_sources)',
1275 '<@(guest_view_unittest_sources)', 1278 '<@(guest_view_unittest_sources)',
1276 '<@(navigation_interception_unittest_sources)', 1279 '<@(navigation_interception_unittest_sources)',
1277 '<@(network_hints_unittest_sources)', 1280 '<@(network_hints_unittest_sources)',
1281 '<@(ntp_tiles_unittest_sources)',
1278 '<@(packed_ct_ev_whitelist_unittest_sources)', 1282 '<@(packed_ct_ev_whitelist_unittest_sources)',
1279 '<@(page_load_metrics_unittest_sources)', 1283 '<@(page_load_metrics_unittest_sources)',
1280 '<@(power_unittest_sources)', 1284 '<@(power_unittest_sources)',
1281 '<@(safe_browsing_db_unittest_sources)', 1285 '<@(safe_browsing_db_unittest_sources)',
1282 '<@(safe_json_unittest_sources)', 1286 '<@(safe_json_unittest_sources)',
1283 '<@(scheduler_unittest_sources)', 1287 '<@(scheduler_unittest_sources)',
1284 '<@(storage_monitor_unittest_sources)', 1288 '<@(storage_monitor_unittest_sources)',
1285 '<@(tracing_unittest_sources)', 1289 '<@(tracing_unittest_sources)',
1286 '<@(visitedlink_unittest_sources)', 1290 '<@(visitedlink_unittest_sources)',
1287 '<@(wallpaper_unittest_sources)', 1291 '<@(wallpaper_unittest_sources)',
(...skipping 17 matching lines...) Expand all
1305 'components.gyp:dom_distiller_content_browser', 1309 'components.gyp:dom_distiller_content_browser',
1306 'components.gyp:dom_distiller_content_renderer', 1310 'components.gyp:dom_distiller_content_renderer',
1307 'components.gyp:domain_reliability', 1311 'components.gyp:domain_reliability',
1308 'components.gyp:error_page_renderer', 1312 'components.gyp:error_page_renderer',
1309 'components.gyp:favicon_content', 1313 'components.gyp:favicon_content',
1310 'components.gyp:guest_view_browser', 1314 'components.gyp:guest_view_browser',
1311 'components.gyp:guest_view_common', 1315 'components.gyp:guest_view_common',
1312 'components.gyp:guest_view_test_support', 1316 'components.gyp:guest_view_test_support',
1313 'components.gyp:history_content_browser', 1317 'components.gyp:history_content_browser',
1314 'components.gyp:keyed_service_content', 1318 'components.gyp:keyed_service_content',
1319 'components.gyp:metrics_gpu',
1315 'components.gyp:navigation_interception', 1320 'components.gyp:navigation_interception',
1316 'components.gyp:network_hints_renderer', 1321 'components.gyp:network_hints_renderer',
1317 'components.gyp:metrics_gpu', 1322 'components.gyp:ntp_tiles',
1318 'components.gyp:packed_ct_ev_whitelist', 1323 'components.gyp:packed_ct_ev_whitelist',
1319 'components.gyp:page_load_metrics_browser', 1324 'components.gyp:page_load_metrics_browser',
1320 'components.gyp:page_load_metrics_renderer', 1325 'components.gyp:page_load_metrics_renderer',
1321 'components.gyp:password_manager_content_browser', 1326 'components.gyp:password_manager_content_browser',
1322 'components.gyp:power', 1327 'components.gyp:power',
1323 'components.gyp:precache_content', 1328 'components.gyp:precache_content',
1324 'components.gyp:safe_browsing_db', 1329 'components.gyp:safe_browsing_db',
1325 'components.gyp:safe_json', 1330 'components.gyp:safe_json',
1326 'components.gyp:safe_json_test_support', 1331 'components.gyp:safe_json_test_support',
1327 'components.gyp:sessions_content', 1332 'components.gyp:sessions_content',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 'dependencies': [ 1991 'dependencies': [
1987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1992 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1988 ], 1993 ],
1989 }], 1994 }],
1990 ], 1995 ],
1991 }, 1996 },
1992 ], 1997 ],
1993 }], 1998 }],
1994 ], 1999 ],
1995 } 2000 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/ntp_tiles.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698