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

Side by Side Diff: components/browser_sync.gypi

Issue 1501123003: Componentize ProfileSyncServiceMock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@565305_InitParam
Patch Set: Just rebased Created 5 years 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 'include_dirs': [ 58 'include_dirs': [
59 '..', 59 '..',
60 ], 60 ],
61 'sources': [ 61 'sources': [
62 # Note: file list duplicated in GN build. 62 # Note: file list duplicated in GN build.
63 'browser_sync/common/browser_sync_switches.cc', 63 'browser_sync/common/browser_sync_switches.cc',
64 'browser_sync/common/browser_sync_switches.h', 64 'browser_sync/common/browser_sync_switches.h',
65 ], 65 ],
66 }, 66 },
67 {
68 # GN version: //components/browser_sync/browser:test_support
69 'target_name': 'browser_sync_browser_test_support',
70 'type': 'static_library',
71 'dependencies': [
72 '../base/base.gyp:base',
73 '../google_apis/google_apis.gyp:google_apis',
74 '../sync/sync.gyp:sync',
75 '../testing/gmock.gyp:gmock',
76 'sync_driver_test_support',
77 ],
78 'include_dirs': [
79 '..',
80 ],
81 'sources': [
82 # Note: file list duplicated in GN build.
83 'browser_sync/browser/profile_sync_service_mock.cc',
84 'browser_sync/browser/profile_sync_service_mock.h',
85 ],
86 }
67 ], 87 ],
68 } 88 }
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