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

Side by Side Diff: components/browser_sync.gypi

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Just rebased Created 4 years, 10 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 | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/browser_sync_browser 8 # GN version: //components/browser_sync_browser
9 'target_name': 'browser_sync_browser', 9 'target_name': 'browser_sync_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '../sync/sync.gyp:sync', 75 '../sync/sync.gyp:sync',
76 '../testing/gmock.gyp:gmock', 76 '../testing/gmock.gyp:gmock',
77 'sync_driver', 77 'sync_driver',
78 'sync_driver_test_support', 78 'sync_driver_test_support',
79 ], 79 ],
80 'include_dirs': [ 80 'include_dirs': [
81 '..', 81 '..',
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 # Note: file list duplicated in GN build. 84 # Note: file list duplicated in GN build.
85 'browser_sync/browser/abstract_profile_sync_service_test.cc',
86 'browser_sync/browser/abstract_profile_sync_service_test.h',
85 'browser_sync/browser/profile_sync_service_mock.cc', 87 'browser_sync/browser/profile_sync_service_mock.cc',
86 'browser_sync/browser/profile_sync_service_mock.h', 88 'browser_sync/browser/profile_sync_service_mock.h',
87 'browser_sync/browser/profile_sync_test_util.cc', 89 'browser_sync/browser/profile_sync_test_util.cc',
88 'browser_sync/browser/profile_sync_test_util.h', 90 'browser_sync/browser/profile_sync_test_util.h',
91 'browser_sync/browser/test_http_bridge_factory.cc',
92 'browser_sync/browser/test_http_bridge_factory.h',
93 'browser_sync/browser/test_profile_sync_service.cc',
94 'browser_sync/browser/test_profile_sync_service.h',
89 ], 95 ],
90 } 96 }
91 ], 97 ],
92 } 98 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698