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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/renderer_context_menu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 689c0e841c653da716505733902e3d0b7b0208d5..fa44a9b7ef8963ef2e3de873d31127964bcc3110 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -5,10 +5,12 @@
# GYP version: components/metrics.gypi:metrics
source_set("metrics") {
sources = [
- "compression_utils.cc",
- "compression_utils.h",
+ "client_info.cc",
+ "client_info.h",
"cloned_install_detector.cc",
"cloned_install_detector.h",
+ "compression_utils.cc",
+ "compression_utils.h",
"machine_id_provider.h",
"machine_id_provider_stub.cc",
"machine_id_provider_win.cc",
@@ -16,10 +18,10 @@ source_set("metrics") {
"metrics_hashes.h",
"metrics_log.cc",
"metrics_log.h",
- "metrics_log_uploader.cc",
- "metrics_log_uploader.h",
"metrics_log_manager.cc",
"metrics_log_manager.h",
+ "metrics_log_uploader.cc",
+ "metrics_log_uploader.h",
"metrics_pref_names.cc",
"metrics_pref_names.h",
"metrics_provider.h",
« 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