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/suggestions.gypi

Issue 527943002: [Most Visited] Check for Sync state when using SuggestionsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 years, 3 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/suggestions 8 # GN version: //components/suggestions
9 'target_name': 'suggestions', 9 'target_name': 'suggestions',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 13 matching lines...) Expand all
24 'suggestions/blacklist_store.cc', 24 'suggestions/blacklist_store.cc',
25 'suggestions/blacklist_store.h', 25 'suggestions/blacklist_store.h',
26 'suggestions/image_manager.h', 26 'suggestions/image_manager.h',
27 'suggestions/proto/suggestions.proto', 27 'suggestions/proto/suggestions.proto',
28 'suggestions/suggestions_pref_names.cc', 28 'suggestions/suggestions_pref_names.cc',
29 'suggestions/suggestions_pref_names.h', 29 'suggestions/suggestions_pref_names.h',
30 'suggestions/suggestions_service.cc', 30 'suggestions/suggestions_service.cc',
31 'suggestions/suggestions_service.h', 31 'suggestions/suggestions_service.h',
32 'suggestions/suggestions_store.cc', 32 'suggestions/suggestions_store.cc',
33 'suggestions/suggestions_store.h', 33 'suggestions/suggestions_store.h',
34 'suggestions/suggestions_utils.cc',
35 'suggestions/suggestions_utils.h',
34 ], 36 ],
35 'variables': { 37 'variables': {
36 'proto_in_dir': 'suggestions/proto', 38 'proto_in_dir': 'suggestions/proto',
37 'proto_out_dir': 'components/suggestions/proto', 39 'proto_out_dir': 'components/suggestions/proto',
38 }, 40 },
39 'includes': [ '../build/protoc.gypi' ], 41 'includes': [ '../build/protoc.gypi' ],
40 }, 42 },
41 ], 43 ],
42 } 44 }
OLDNEW
« no previous file with comments | « chrome/browser/search/suggestions/suggestions_source.cc ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698