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

Side by Side Diff: chrome/chrome_common.gypi

Issue 239093004: Move part of metrics from chrome/common to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetizing DEPS Created 6 years, 8 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'common/mac/launchd.mm', 252 'common/mac/launchd.mm',
253 'common/mac/objc_method_swizzle.h', 253 'common/mac/objc_method_swizzle.h',
254 'common/mac/objc_method_swizzle.mm', 254 'common/mac/objc_method_swizzle.mm',
255 'common/mac/objc_zombie.h', 255 'common/mac/objc_zombie.h',
256 'common/mac/objc_zombie.mm', 256 'common/mac/objc_zombie.mm',
257 'common/media/webrtc_logging_messages.h', 257 'common/media/webrtc_logging_messages.h',
258 'common/media/webrtc_logging_message_data.cc', 258 'common/media/webrtc_logging_message_data.cc',
259 'common/media/webrtc_logging_message_data.h', 259 'common/media/webrtc_logging_message_data.h',
260 'common/metrics/caching_permuted_entropy_provider.cc', 260 'common/metrics/caching_permuted_entropy_provider.cc',
261 'common/metrics/caching_permuted_entropy_provider.h', 261 'common/metrics/caching_permuted_entropy_provider.h',
262 'common/metrics/metrics_log_base.cc',
263 'common/metrics/metrics_log_base.h',
264 'common/metrics/metrics_log_manager.cc',
265 'common/metrics/metrics_log_manager.h',
266 'common/metrics/metrics_service_base.cc', 262 'common/metrics/metrics_service_base.cc',
267 'common/metrics/metrics_service_base.h', 263 'common/metrics/metrics_service_base.h',
268 'common/metrics/variations/experiment_labels.cc', 264 'common/metrics/variations/experiment_labels.cc',
269 'common/metrics/variations/experiment_labels.h', 265 'common/metrics/variations/experiment_labels.h',
270 'common/metrics/variations/uniformity_field_trials.cc', 266 'common/metrics/variations/uniformity_field_trials.cc',
271 'common/metrics/variations/uniformity_field_trials.h', 267 'common/metrics/variations/uniformity_field_trials.h',
272 'common/metrics/variations/variations_util.cc', 268 'common/metrics/variations/variations_util.cc',
273 'common/metrics/variations/variations_util.h', 269 'common/metrics/variations/variations_util.h',
274 'common/multi_process_lock.h', 270 'common/multi_process_lock.h',
275 'common/multi_process_lock_linux.cc', 271 'common/multi_process_lock_linux.cc',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'proto_out_dir': 'chrome/common/safe_browsing', 667 'proto_out_dir': 'chrome/common/safe_browsing',
672 }, 668 },
673 'includes': [ '../build/protoc.gypi' ], 669 'includes': [ '../build/protoc.gypi' ],
674 }, 670 },
675 { 671 {
676 # Protobuf compiler / generator for UMA (User Metrics Analysis). 672 # Protobuf compiler / generator for UMA (User Metrics Analysis).
677 'target_name': 'metrics_proto', 673 'target_name': 'metrics_proto',
678 'type': 'static_library', 674 'type': 'static_library',
679 'sources': [ 675 'sources': [
680 'common/metrics/proto/chrome_experiments.proto', 676 'common/metrics/proto/chrome_experiments.proto',
681 'common/metrics/proto/chrome_user_metrics_extension.proto',
682 'common/metrics/proto/histogram_event.proto',
683 'common/metrics/proto/omnibox_event.proto',
684 'common/metrics/proto/perf_data.proto',
685 'common/metrics/proto/permuted_entropy_cache.proto', 677 'common/metrics/proto/permuted_entropy_cache.proto',
686 'common/metrics/proto/profiler_event.proto',
687 'common/metrics/proto/system_profile.proto',
688 'common/metrics/proto/user_action_event.proto',
689 ], 678 ],
690 'variables': { 679 'variables': {
691 'proto_in_dir': 'common/metrics/proto', 680 'proto_in_dir': 'common/metrics/proto',
692 'proto_out_dir': 'chrome/common/metrics/proto', 681 'proto_out_dir': 'chrome/common/metrics/proto',
693 }, 682 },
694 'includes': [ '../build/protoc.gypi' ], 683 'includes': [ '../build/protoc.gypi' ],
695 }, 684 },
696 ], 685 ],
697 } 686 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698