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

Side by Side Diff: components/metrics/BUILD.gn

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « components/BUILD.gn ('k') | components/renderer_context_menu/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 # GYP version: components/metrics.gypi:metrics 5 # GYP version: components/metrics.gypi:metrics
6 source_set("metrics") { 6 source_set("metrics") {
7 sources = [ 7 sources = [
8 "client_info.cc",
9 "client_info.h",
10 "cloned_install_detector.cc",
11 "cloned_install_detector.h",
8 "compression_utils.cc", 12 "compression_utils.cc",
9 "compression_utils.h", 13 "compression_utils.h",
10 "cloned_install_detector.cc",
11 "cloned_install_detector.h",
12 "machine_id_provider.h", 14 "machine_id_provider.h",
13 "machine_id_provider_stub.cc", 15 "machine_id_provider_stub.cc",
14 "machine_id_provider_win.cc", 16 "machine_id_provider_win.cc",
15 "metrics_hashes.cc", 17 "metrics_hashes.cc",
16 "metrics_hashes.h", 18 "metrics_hashes.h",
17 "metrics_log.cc", 19 "metrics_log.cc",
18 "metrics_log.h", 20 "metrics_log.h",
21 "metrics_log_manager.cc",
22 "metrics_log_manager.h",
19 "metrics_log_uploader.cc", 23 "metrics_log_uploader.cc",
20 "metrics_log_uploader.h", 24 "metrics_log_uploader.h",
21 "metrics_log_manager.cc",
22 "metrics_log_manager.h",
23 "metrics_pref_names.cc", 25 "metrics_pref_names.cc",
24 "metrics_pref_names.h", 26 "metrics_pref_names.h",
25 "metrics_provider.h", 27 "metrics_provider.h",
26 "metrics_reporting_scheduler.cc", 28 "metrics_reporting_scheduler.cc",
27 "metrics_reporting_scheduler.h", 29 "metrics_reporting_scheduler.h",
28 "metrics_service.cc", 30 "metrics_service.cc",
29 "metrics_service.h", 31 "metrics_service.h",
30 "metrics_service_client.h", 32 "metrics_service_client.h",
31 "metrics_service_observer.cc", 33 "metrics_service_observer.cc",
32 "metrics_service_observer.h", 34 "metrics_service_observer.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ] 73 ]
72 74
73 deps = [ 75 deps = [
74 ":metrics", 76 ":metrics",
75 ] 77 ]
76 78
77 forward_dependent_configs_from = [ ":metrics" ] 79 forward_dependent_configs_from = [ ":metrics" ]
78 } 80 }
79 81
80 # TODO(GYP): metrics_chromeos 82 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/renderer_context_menu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698