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

Side by Side Diff: components/components_tests.gyp

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: yolo: another big bag of changes Created 4 years, 5 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/components_strings.grd ('k') | components/ntp_snippets.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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'network_session_configurator/network_session_configurator_unittest.cc', 428 'network_session_configurator/network_session_configurator_unittest.cc',
429 ], 429 ],
430 'network_time_unittest_sources': [ 430 'network_time_unittest_sources': [
431 'network_time/network_time_tracker_unittest.cc', 431 'network_time/network_time_tracker_unittest.cc',
432 ], 432 ],
433 'ntp_snippets_unittest_sources': [ 433 'ntp_snippets_unittest_sources': [
434 'ntp_snippets/ntp_snippet_unittest.cc', 434 'ntp_snippets/ntp_snippet_unittest.cc',
435 'ntp_snippets/ntp_snippets_database_unittest.cc', 435 'ntp_snippets/ntp_snippets_database_unittest.cc',
436 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 436 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
437 'ntp_snippets/ntp_snippets_service_unittest.cc', 437 'ntp_snippets/ntp_snippets_service_unittest.cc',
438 'ntp_snippets/ntp_snippets_status_service_unittest.cc',
439 'ntp_snippets/ntp_snippets_test_utils.cc',
440 'ntp_snippets/ntp_snippets_test_utils.h',
438 ], 441 ],
439 'ntp_tiles_unittest_sources': [ 442 'ntp_tiles_unittest_sources': [
440 'ntp_tiles/most_visited_sites_unittest.cc', 443 'ntp_tiles/most_visited_sites_unittest.cc',
441 ], 444 ],
442 'offline_pages_background_unittest_sources': [ 445 'offline_pages_background_unittest_sources': [
443 'offline_pages/background/request_coordinator_event_logger_unittest.cc', 446 'offline_pages/background/request_coordinator_event_logger_unittest.cc',
444 'offline_pages/background/request_coordinator_unittest.cc', 447 'offline_pages/background/request_coordinator_unittest.cc',
445 'offline_pages/background/request_picker_unittest.cc', 448 'offline_pages/background/request_picker_unittest.cc',
446 'offline_pages/background/request_queue_store_unittest.cc', 449 'offline_pages/background/request_queue_store_unittest.cc',
447 'offline_pages/background/request_queue_unittest.cc', 450 'offline_pages/background/request_queue_unittest.cc',
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 'dependencies': [ 2039 'dependencies': [
2037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2038 ], 2041 ],
2039 }], 2042 }],
2040 ], 2043 ],
2041 }, 2044 },
2042 ], 2045 ],
2043 }], 2046 }],
2044 ], 2047 ],
2045 } 2048 }
OLDNEW
« no previous file with comments | « components/components_strings.grd ('k') | components/ntp_snippets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698