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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 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 | « components/search_engines/BUILD.gn ('k') | components/sync/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("suggestions") { 5 static_library("suggestions") {
6 sources = [ 6 sources = [
7 "blacklist_store.cc", 7 "blacklist_store.cc",
8 "blacklist_store.h", 8 "blacklist_store.h",
9 "image_encoder.h", 9 "image_encoder.h",
10 "image_manager.cc", 10 "image_manager.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "suggestions_service_unittest.cc", 54 "suggestions_service_unittest.cc",
55 "suggestions_store_unittest.cc", 55 "suggestions_store_unittest.cc",
56 ] 56 ]
57 deps = [ 57 deps = [
58 ":suggestions", 58 ":suggestions",
59 "//base/test:test_support", 59 "//base/test:test_support",
60 "//components/image_fetcher", 60 "//components/image_fetcher",
61 "//components/leveldb_proto:test_support", 61 "//components/leveldb_proto:test_support",
62 "//components/pref_registry:test_support", 62 "//components/pref_registry:test_support",
63 "//components/signin/core/browser:test_support", 63 "//components/signin/core/browser:test_support",
64 "//components/sync:test_support_sync_driver", 64 "//components/sync",
65 "//components/sync:test_support_driver",
65 "//net:test_support", 66 "//net:test_support",
66 "//testing/gmock", 67 "//testing/gmock",
67 "//testing/gtest", 68 "//testing/gtest",
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698