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

Side by Side Diff: components/rappor.gypi

Issue 1090683003: Alternative Multi-dimensional Rappor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use 64-bit shift Created 5 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
« no previous file with comments | « components/components_tests.gyp ('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',
(...skipping 23 matching lines...) Expand all
34 'rappor/rappor_parameters.cc', 34 'rappor/rappor_parameters.cc',
35 'rappor/rappor_parameters.h', 35 'rappor/rappor_parameters.h',
36 'rappor/rappor_pref_names.cc', 36 'rappor/rappor_pref_names.cc',
37 'rappor/rappor_pref_names.h', 37 'rappor/rappor_pref_names.h',
38 'rappor/rappor_prefs.cc', 38 'rappor/rappor_prefs.cc',
39 'rappor/rappor_prefs.h', 39 'rappor/rappor_prefs.h',
40 'rappor/rappor_service.cc', 40 'rappor/rappor_service.cc',
41 'rappor/rappor_service.h', 41 'rappor/rappor_service.h',
42 'rappor/rappor_utils.cc', 42 'rappor/rappor_utils.cc',
43 'rappor/rappor_utils.h', 43 'rappor/rappor_utils.h',
44 'rappor/reports.cc',
45 'rappor/reports.h',
46 'rappor/sample.cc',
47 'rappor/sample.h',
48 'rappor/sampler.cc',
49 'rappor/sampler.h',
44 ], 50 ],
45 'variables': { 51 'variables': {
46 'proto_in_dir': 'rappor/proto', 52 'proto_in_dir': 'rappor/proto',
47 'proto_out_dir': 'components/rappor/proto', 53 'proto_out_dir': 'components/rappor/proto',
48 }, 54 },
49 'includes': [ '../build/protoc.gypi' ], 55 'includes': [ '../build/protoc.gypi' ],
50 }, 56 },
51 { 57 {
52 # GN version: //components/rappor:test_support 58 # GN version: //components/rappor:test_support
53 'target_name': 'rappor_test_support', 59 'target_name': 'rappor_test_support',
54 'type': 'static_library', 60 'type': 'static_library',
55 'include_dirs': [ 61 'include_dirs': [
56 '..', 62 '..',
57 ], 63 ],
58 'dependencies': [ 64 'dependencies': [
59 'rappor', 65 'rappor',
60 ], 66 ],
61 'sources': [ 67 'sources': [
62 'rappor/test_log_uploader.cc', 68 'rappor/test_log_uploader.cc',
63 'rappor/test_log_uploader.h', 69 'rappor/test_log_uploader.h',
64 'rappor/test_rappor_service.cc', 70 'rappor/test_rappor_service.cc',
65 'rappor/test_rappor_service.h', 71 'rappor/test_rappor_service.h',
66 ], 72 ],
67 }, 73 },
68 ], 74 ],
69 } 75 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698