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

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, 7 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'navigation_interception_unittest_sources': [ 403 'navigation_interception_unittest_sources': [
404 'navigation_interception/intercept_navigation_throttle_unittest.cc', 404 'navigation_interception/intercept_navigation_throttle_unittest.cc',
405 ], 405 ],
406 'network_hints_unittest_sources': [ 406 'network_hints_unittest_sources': [
407 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 407 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
408 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 408 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
409 ], 409 ],
410 'network_time_unittest_sources': [ 410 'network_time_unittest_sources': [
411 'network_time/network_time_tracker_unittest.cc', 411 'network_time/network_time_tracker_unittest.cc',
412 ], 412 ],
413 'ntp_tiles_unittest_sources': [
Marc Treib 2016/05/17 15:50:25 This should go after ntp_snippets
sfiera 2016/05/18 08:43:42 Done. Praise our new gn overlords and their `gn fo
414 'ntp_tiles/most_visited_sites_unittest.cc',
415 ],
413 'ntp_snippets_unittest_sources': [ 416 'ntp_snippets_unittest_sources': [
414 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 417 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
415 'ntp_snippets/ntp_snippets_service_unittest.cc', 418 'ntp_snippets/ntp_snippets_service_unittest.cc',
416 ], 419 ],
417 'offline_pages_background_unittest_sources': [ 420 'offline_pages_background_unittest_sources': [
418 'offline_pages/background/request_coordinator_unittest.cc', 421 'offline_pages/background/request_coordinator_unittest.cc',
419 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 422 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
420 'offline_pages/background/request_queue_unittest.cc', 423 'offline_pages/background/request_queue_unittest.cc',
421 'offline_pages/background/save_page_request_unittest.cc', 424 'offline_pages/background/save_page_request_unittest.cc',
422 ], 425 ],
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'dependencies': [ 1948 'dependencies': [
1946 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1949 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1947 ], 1950 ],
1948 }], 1951 }],
1949 ], 1952 ],
1950 }, 1953 },
1951 ], 1954 ],
1952 }], 1955 }],
1953 ], 1956 ],
1954 } 1957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698