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

Side by Side Diff: components/sync_driver/BUILD.gn

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/invalidation/BUILD.gn ('k') | google_apis/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 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 static_library("sync_driver") { 5 static_library("sync_driver") {
6 sources = [ 6 sources = [
7 "backend_data_type_configurer.cc", 7 "backend_data_type_configurer.cc",
8 "backend_data_type_configurer.h", 8 "backend_data_type_configurer.h",
9 "change_processor.cc", 9 "change_processor.cc",
10 "change_processor.h", 10 "change_processor.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "model_associator_mock.cc", 77 "model_associator_mock.cc",
78 "model_associator_mock.h", 78 "model_associator_mock.h",
79 "non_ui_data_type_controller_mock.cc", 79 "non_ui_data_type_controller_mock.cc",
80 "non_ui_data_type_controller_mock.h", 80 "non_ui_data_type_controller_mock.h",
81 ] 81 ]
82 82
83 deps = [ 83 deps = [
84 ":sync_driver", 84 ":sync_driver",
85 "//base", 85 "//base",
86 "//sync", 86 "//sync",
87 #'../sync/sync.gyp:test_support_sync_internal_api', TODO(GYP) 87 "//sync:test_support_sync_internal_api",
88 "//testing/gmock", 88 "//testing/gmock",
89 "//testing/gtest", 89 "//testing/gtest",
90 ] 90 ]
91 } 91 }
OLDNEW
« no previous file with comments | « components/invalidation/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698