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

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

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("sync_bookmarks") { 7 static_library("sync_bookmarks") {
8 sources = [ 8 sources = [
9 "bookmark_change_processor.cc", 9 "bookmark_change_processor.cc",
10 "bookmark_change_processor.h", 10 "bookmark_change_processor.h",
11 "bookmark_data_type_controller.cc", 11 "bookmark_data_type_controller.cc",
12 "bookmark_data_type_controller.h", 12 "bookmark_data_type_controller.h",
13 "bookmark_model_associator.cc", 13 "bookmark_model_associator.cc",
14 "bookmark_model_associator.h", 14 "bookmark_model_associator.h",
15 ] 15 ]
16 16
17 deps = [ 17 deps = [
(...skipping 22 matching lines...) Expand all
40 "//components/bookmarks/test", 40 "//components/bookmarks/test",
41 "//components/history/core/browser", 41 "//components/history/core/browser",
42 "//components/prefs:test_support", 42 "//components/prefs:test_support",
43 "//components/sync_driver", 43 "//components/sync_driver",
44 "//components/sync_driver:test_support", 44 "//components/sync_driver:test_support",
45 "//sync", 45 "//sync",
46 "//testing/gmock", 46 "//testing/gmock",
47 "//testing/gtest", 47 "//testing/gtest",
48 ] 48 ]
49 } 49 }
OLDNEW
« no previous file with comments | « components/supervised_user_error_page/BUILD.gn ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698