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

Side by Side Diff: components/rappor.gypi

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc 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
« no previous file with comments | « components/policy/policy_common.gypi ('k') | components/rappor/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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/rappor 8 # GN version: //components/rappor
9 'target_name': 'rappor', 9 'target_name': 'rappor',
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 '../crypto/crypto.gyp:crypto', 16 '../crypto/crypto.gyp:crypto',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../third_party/smhasher/smhasher.gyp:cityhash', 18 '../third_party/smhasher/smhasher.gyp:cityhash',
19 'data_use_measurement_core',
19 'metrics', 20 'metrics',
20 'variations', 21 'variations',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 # Note: sources list duplicated in GN build. 24 # Note: sources list duplicated in GN build.
24 'rappor/bloom_filter.cc', 25 'rappor/bloom_filter.cc',
25 'rappor/bloom_filter.h', 26 'rappor/bloom_filter.h',
26 'rappor/byte_vector_utils.cc', 27 'rappor/byte_vector_utils.cc',
27 'rappor/byte_vector_utils.h', 28 'rappor/byte_vector_utils.h',
28 'rappor/log_uploader.cc', 29 'rappor/log_uploader.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 67 ],
67 'sources': [ 68 'sources': [
68 'rappor/test_log_uploader.cc', 69 'rappor/test_log_uploader.cc',
69 'rappor/test_log_uploader.h', 70 'rappor/test_log_uploader.h',
70 'rappor/test_rappor_service.cc', 71 'rappor/test_rappor_service.cc',
71 'rappor/test_rappor_service.h', 72 'rappor/test_rappor_service.h',
72 ], 73 ],
73 }, 74 },
74 ], 75 ],
75 } 76 }
OLDNEW
« no previous file with comments | « components/policy/policy_common.gypi ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698