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

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: Renaming test. Adding explicit dependency on protobuffers. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 (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 23 matching lines...) Expand all
34 '<(DEPTH)/base/base.gyp:base_static', 34 '<(DEPTH)/base/base.gyp:base_static',
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
39 '<(DEPTH)/components/components.gyp:cloud_devices_common', 39 '<(DEPTH)/components/components.gyp:cloud_devices_common',
40 '<(DEPTH)/components/components.gyp:json_schema', 40 '<(DEPTH)/components/components.gyp:json_schema',
41 '<(DEPTH)/components/components.gyp:metrics', 41 '<(DEPTH)/components/components.gyp:metrics',
42 '<(DEPTH)/components/components.gyp:policy_component_common', 42 '<(DEPTH)/components/components.gyp:policy_component_common',
43 '<(DEPTH)/components/components.gyp:translate_core_common', 43 '<(DEPTH)/components/components.gyp:translate_core_common',
44 '<(DEPTH)/components/components.gyp:variations', 44 '<(DEPTH)/components/components.gyp:variations',
Alexei Svitkine (slow) 2014/04/22 20:51:17 Does anything in chrome/common/metrics still inclu
bsimonnet 2014/04/23 00:08:01 Everything was extracted, chrome/common/metrics do
45 '<(DEPTH)/content/content.gyp:content_common', 45 '<(DEPTH)/content/content.gyp:content_common',
46 '<(DEPTH)/crypto/crypto.gyp:crypto', 46 '<(DEPTH)/crypto/crypto.gyp:crypto',
47 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 47 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
48 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', 48 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
49 '<(DEPTH)/net/net.gyp:net', 49 '<(DEPTH)/net/net.gyp:net',
50 '<(DEPTH)/skia/skia.gyp:skia', 50 '<(DEPTH)/skia/skia.gyp:skia',
51 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 51 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
52 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 52 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
(...skipping 197 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698