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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1410013008: [Sync] Remove some http-related chrome deps from SyncBackendHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 1 month 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 | « chrome/browser/sync/test_profile_sync_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'browser/sync/glue/synced_session_util_unittest.cc', 232 'browser/sync/glue/synced_session_util_unittest.cc',
233 'browser/sync/glue/synced_tab_delegate_unittest.cc', 233 'browser/sync/glue/synced_tab_delegate_unittest.cc',
234 'browser/sync/profile_sync_auth_provider_unittest.cc', 234 'browser/sync/profile_sync_auth_provider_unittest.cc',
235 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 235 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
236 'browser/sync/profile_sync_service_autofill_unittest.cc', 236 'browser/sync/profile_sync_service_autofill_unittest.cc',
237 'browser/sync/profile_sync_service_bookmark_unittest.cc', 237 'browser/sync/profile_sync_service_bookmark_unittest.cc',
238 'browser/sync/profile_sync_service_factory_unittest.cc', 238 'browser/sync/profile_sync_service_factory_unittest.cc',
239 'browser/sync/profile_sync_service_startup_unittest.cc', 239 'browser/sync/profile_sync_service_startup_unittest.cc',
240 'browser/sync/profile_sync_service_typed_url_unittest.cc', 240 'browser/sync/profile_sync_service_typed_url_unittest.cc',
241 'browser/sync/profile_sync_service_unittest.cc', 241 'browser/sync/profile_sync_service_unittest.cc',
242 'browser/sync/profile_sync_test_util.cc',
243 'browser/sync/profile_sync_test_util.h',
244 'browser/sync/sessions/session_data_type_controller_unittest.cc', 242 'browser/sync/sessions/session_data_type_controller_unittest.cc',
245 'browser/sync/startup_controller_unittest.cc', 243 'browser/sync/startup_controller_unittest.cc',
246 'browser/sync/sync_startup_tracker_unittest.cc', 244 'browser/sync/sync_startup_tracker_unittest.cc',
247 'browser/sync/test/test_http_bridge_factory.cc', 245 'browser/sync/test/test_http_bridge_factory.cc',
248 'browser/sync/test/test_http_bridge_factory.h', 246 'browser/sync/test/test_http_bridge_factory.h',
249 'browser/sync/test_profile_sync_service.cc', 247 'browser/sync/test_profile_sync_service.cc',
250 'browser/sync/test_profile_sync_service.h', 248 'browser/sync/test_profile_sync_service.h',
251 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 249 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
252 'browser/thumbnails/content_analysis_unittest.cc', 250 'browser/thumbnails/content_analysis_unittest.cc',
253 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', 251 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc',
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 'browser/signin/fake_gaia_cookie_manager_service.cc', 1748 'browser/signin/fake_gaia_cookie_manager_service.cc',
1751 'browser/signin/fake_gaia_cookie_manager_service.h', 1749 'browser/signin/fake_gaia_cookie_manager_service.h',
1752 'browser/signin/fake_profile_oauth2_token_service_builder.cc', 1750 'browser/signin/fake_profile_oauth2_token_service_builder.cc',
1753 'browser/signin/fake_profile_oauth2_token_service_builder.h', 1751 'browser/signin/fake_profile_oauth2_token_service_builder.h',
1754 'browser/signin/fake_signin_manager_builder.cc', 1752 'browser/signin/fake_signin_manager_builder.cc',
1755 'browser/signin/fake_signin_manager_builder.h', 1753 'browser/signin/fake_signin_manager_builder.h',
1756 'browser/ssl/ssl_client_auth_requestor_mock.cc', 1754 'browser/ssl/ssl_client_auth_requestor_mock.cc',
1757 'browser/ssl/ssl_client_auth_requestor_mock.h', 1755 'browser/ssl/ssl_client_auth_requestor_mock.h',
1758 'browser/sync/profile_sync_service_mock.cc', 1756 'browser/sync/profile_sync_service_mock.cc',
1759 'browser/sync/profile_sync_service_mock.h', 1757 'browser/sync/profile_sync_service_mock.h',
1758 'browser/sync/profile_sync_test_util.cc',
1759 'browser/sync/profile_sync_test_util.h',
1760 'browser/ui/browser.h', 1760 'browser/ui/browser.h',
1761 'browser/ui/cocoa/extensions/browser_action_test_util_mac.mm', 1761 'browser/ui/cocoa/extensions/browser_action_test_util_mac.mm',
1762 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', 1762 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm',
1763 'browser/ui/cocoa/run_loop_testing.h', 1763 'browser/ui/cocoa/run_loop_testing.h',
1764 'browser/ui/cocoa/run_loop_testing.mm', 1764 'browser/ui/cocoa/run_loop_testing.mm',
1765 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', 1765 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc',
1766 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', 1766 'browser/ui/exclusive_access/fullscreen_controller_state_test.h',
1767 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', 1767 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h',
1768 'browser/ui/exclusive_access/fullscreen_controller_test.cc', 1768 'browser/ui/exclusive_access/fullscreen_controller_test.cc',
1769 'browser/ui/exclusive_access/fullscreen_controller_test.h', 1769 'browser/ui/exclusive_access/fullscreen_controller_test.h',
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2976 'dependencies': [ 2976 'dependencies': [
2977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2978 ], 2978 ],
2979 }], 2979 }],
2980 ], 2980 ],
2981 }, 2981 },
2982 ], 2982 ],
2983 }], 2983 }],
2984 ], # 'conditions' 2984 ], # 'conditions'
2985 } 2985 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698