OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |