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

Side by Side Diff: components/components_tests.gyp

Issue 1275003003: Componentize tab_node_pool to sync_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'sync_driver/device_info_data_type_controller_unittest.cc', 596 'sync_driver/device_info_data_type_controller_unittest.cc',
597 'sync_driver/device_info_sync_service_unittest.cc', 597 'sync_driver/device_info_sync_service_unittest.cc',
598 'sync_driver/generic_change_processor_unittest.cc', 598 'sync_driver/generic_change_processor_unittest.cc',
599 'sync_driver/model_association_manager_unittest.cc', 599 'sync_driver/model_association_manager_unittest.cc',
600 'sync_driver/non_blocking_data_type_controller_unittest.cc', 600 'sync_driver/non_blocking_data_type_controller_unittest.cc',
601 'sync_driver/non_ui_data_type_controller_unittest.cc', 601 'sync_driver/non_ui_data_type_controller_unittest.cc',
602 'sync_driver/shared_change_processor_unittest.cc', 602 'sync_driver/shared_change_processor_unittest.cc',
603 'sync_driver/sync_policy_handler_unittest.cc', 603 'sync_driver/sync_policy_handler_unittest.cc',
604 'sync_driver/sync_prefs_unittest.cc', 604 'sync_driver/sync_prefs_unittest.cc',
605 'sync_driver/system_encryptor_unittest.cc', 605 'sync_driver/system_encryptor_unittest.cc',
606 'sync_driver/tab_node_pool_unittest.cc',
606 'sync_driver/ui_data_type_controller_unittest.cc', 607 'sync_driver/ui_data_type_controller_unittest.cc',
607 ], 608 ],
608 'translate_unittest_sources': [ 609 'translate_unittest_sources': [
609 'translate/core/browser/language_state_unittest.cc', 610 'translate/core/browser/language_state_unittest.cc',
610 'translate/core/browser/translate_browser_metrics_unittest.cc', 611 'translate/core/browser/translate_browser_metrics_unittest.cc',
611 'translate/core/browser/translate_language_list_unittest.cc', 612 'translate/core/browser/translate_language_list_unittest.cc',
612 'translate/core/browser/translate_prefs_unittest.cc', 613 'translate/core/browser/translate_prefs_unittest.cc',
613 'translate/core/browser/translate_script_unittest.cc', 614 'translate/core/browser/translate_script_unittest.cc',
614 'translate/core/common/translate_metrics_unittest.cc', 615 'translate/core/common/translate_metrics_unittest.cc',
615 'translate/core/common/translate_util_unittest.cc', 616 'translate/core/common/translate_util_unittest.cc',
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 'invalidation/impl/android/junit/', 1596 'invalidation/impl/android/junit/',
1596 'policy/android/junit/' 1597 'policy/android/junit/'
1597 ], 1598 ],
1598 }, 1599 },
1599 'includes': [ '../build/host_jar.gypi' ], 1600 'includes': [ '../build/host_jar.gypi' ],
1600 }, 1601 },
1601 ], 1602 ],
1602 }], 1603 }],
1603 ], 1604 ],
1604 } 1605 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698