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

Side by Side Diff: components/rappor.gypi

Issue 311133006: Add more Rappor metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 'target_name': 'rappor', 8 'target_name': 'rappor',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 16 matching lines...) Expand all
27 'rappor/log_uploader.h', 27 'rappor/log_uploader.h',
28 'rappor/proto/rappor_metric.proto', 28 'rappor/proto/rappor_metric.proto',
29 'rappor/rappor_metric.cc', 29 'rappor/rappor_metric.cc',
30 'rappor/rappor_metric.h', 30 'rappor/rappor_metric.h',
31 'rappor/rappor_parameters.cc', 31 'rappor/rappor_parameters.cc',
32 'rappor/rappor_parameters.h', 32 'rappor/rappor_parameters.h',
33 'rappor/rappor_pref_names.cc', 33 'rappor/rappor_pref_names.cc',
34 'rappor/rappor_pref_names.h', 34 'rappor/rappor_pref_names.h',
35 'rappor/rappor_service.cc', 35 'rappor/rappor_service.cc',
36 'rappor/rappor_service.h', 36 'rappor/rappor_service.h',
37 'rappor/rappor_utils.cc',
38 'rappor/rappor_utils.h',
37 ], 39 ],
38 'variables': { 40 'variables': {
39 'proto_in_dir': 'rappor/proto', 41 'proto_in_dir': 'rappor/proto',
40 'proto_out_dir': 'components/rappor/proto', 42 'proto_out_dir': 'components/rappor/proto',
41 }, 43 },
42 'includes': [ '../build/protoc.gypi' ], 44 'includes': [ '../build/protoc.gypi' ],
43 }, 45 },
44 ], 46 ],
45 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698