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

Side by Side Diff: components/suggestions.gypi

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressed comments and rebased. Created 5 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',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../net/net.gyp:net', 16 '../net/net.gyp:net',
17 '../ui/gfx/gfx.gyp:gfx', 17 '../ui/gfx/gfx.gyp:gfx',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 'components.gyp:data_use_measurement_core',
19 'components.gyp:keyed_service_core', 20 'components.gyp:keyed_service_core',
20 'components.gyp:pref_registry', 21 'components.gyp:pref_registry',
21 'components.gyp:variations', 22 'components.gyp:variations',
22 'components.gyp:variations_http_provider', 23 'components.gyp:variations_http_provider',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 'suggestions/blacklist_store.cc', 26 'suggestions/blacklist_store.cc',
26 'suggestions/blacklist_store.h', 27 'suggestions/blacklist_store.h',
27 'suggestions/image_encoder.h', 28 'suggestions/image_encoder.h',
28 'suggestions/image_fetcher.h', 29 'suggestions/image_fetcher.h',
(...skipping 22 matching lines...) Expand all
51 ] 52 ]
52 }, { # 'OS != "ios"' 53 }, { # 'OS != "ios"'
53 'sources': [ 54 'sources': [
54 'suggestions/image_encoder.cc', 55 'suggestions/image_encoder.cc',
55 ] 56 ]
56 } 57 }
57 ]] 58 ]]
58 }, 59 },
59 ], 60 ],
60 } 61 }
OLDNEW
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698