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

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

Issue 2858883002: Add flag for disabling minimum of ntp tile suggestions (Closed)
Patch Set: Replace switch with feature Created 3 years, 7 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 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 "features.cc",
10 "features.h",
9 "image_encoder.h", 11 "image_encoder.h",
10 "image_manager.cc", 12 "image_manager.cc",
11 "image_manager.h", 13 "image_manager.h",
12 "suggestions_pref_names.cc", 14 "suggestions_pref_names.cc",
13 "suggestions_pref_names.h", 15 "suggestions_pref_names.h",
14 "suggestions_service.h", 16 "suggestions_service.h",
15 "suggestions_service_impl.cc", 17 "suggestions_service_impl.cc",
16 "suggestions_service_impl.h", 18 "suggestions_service_impl.h",
17 "suggestions_store.cc", 19 "suggestions_store.cc",
18 "suggestions_store.h", 20 "suggestions_store.h",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//components/leveldb_proto:test_support", 64 "//components/leveldb_proto:test_support",
63 "//components/signin/core/browser:test_support", 65 "//components/signin/core/browser:test_support",
64 "//components/sync", 66 "//components/sync",
65 "//components/sync:test_support_driver", 67 "//components/sync:test_support_driver",
66 "//components/sync_preferences:test_support", 68 "//components/sync_preferences:test_support",
67 "//net:test_support", 69 "//net:test_support",
68 "//testing/gmock", 70 "//testing/gmock",
69 "//testing/gtest", 71 "//testing/gtest",
70 ] 72 ]
71 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698