| OLD | NEW |
| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'common/mac/launchd.mm', | 251 'common/mac/launchd.mm', |
| 252 'common/mac/objc_method_swizzle.h', | 252 'common/mac/objc_method_swizzle.h', |
| 253 'common/mac/objc_method_swizzle.mm', | 253 'common/mac/objc_method_swizzle.mm', |
| 254 'common/mac/objc_zombie.h', | 254 'common/mac/objc_zombie.h', |
| 255 'common/mac/objc_zombie.mm', | 255 'common/mac/objc_zombie.mm', |
| 256 'common/media/webrtc_logging_messages.h', | 256 'common/media/webrtc_logging_messages.h', |
| 257 'common/media/webrtc_logging_message_data.cc', | 257 'common/media/webrtc_logging_message_data.cc', |
| 258 'common/media/webrtc_logging_message_data.h', | 258 'common/media/webrtc_logging_message_data.h', |
| 259 'common/metrics/caching_permuted_entropy_provider.cc', | 259 'common/metrics/caching_permuted_entropy_provider.cc', |
| 260 'common/metrics/caching_permuted_entropy_provider.h', | 260 'common/metrics/caching_permuted_entropy_provider.h', |
| 261 'common/metrics/metrics_log_base.cc', | |
| 262 'common/metrics/metrics_log_base.h', | |
| 263 'common/metrics/metrics_log_manager.cc', | |
| 264 'common/metrics/metrics_log_manager.h', | |
| 265 'common/metrics/metrics_service_base.cc', | 261 'common/metrics/metrics_service_base.cc', |
| 266 'common/metrics/metrics_service_base.h', | 262 'common/metrics/metrics_service_base.h', |
| 267 'common/metrics/variations/experiment_labels.cc', | 263 'common/metrics/variations/experiment_labels.cc', |
| 268 'common/metrics/variations/experiment_labels.h', | 264 'common/metrics/variations/experiment_labels.h', |
| 269 'common/metrics/variations/uniformity_field_trials.cc', | 265 'common/metrics/variations/uniformity_field_trials.cc', |
| 270 'common/metrics/variations/uniformity_field_trials.h', | 266 'common/metrics/variations/uniformity_field_trials.h', |
| 271 'common/metrics/variations/variations_util.cc', | 267 'common/metrics/variations/variations_util.cc', |
| 272 'common/metrics/variations/variations_util.h', | 268 'common/metrics/variations/variations_util.h', |
| 273 'common/multi_process_lock.h', | 269 'common/multi_process_lock.h', |
| 274 'common/multi_process_lock_linux.cc', | 270 'common/multi_process_lock_linux.cc', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'proto_out_dir': 'chrome/common/safe_browsing', | 678 'proto_out_dir': 'chrome/common/safe_browsing', |
| 683 }, | 679 }, |
| 684 'includes': [ '../build/protoc.gypi' ], | 680 'includes': [ '../build/protoc.gypi' ], |
| 685 }, | 681 }, |
| 686 { | 682 { |
| 687 # Protobuf compiler / generator for UMA (User Metrics Analysis). | 683 # Protobuf compiler / generator for UMA (User Metrics Analysis). |
| 688 'target_name': 'metrics_proto', | 684 'target_name': 'metrics_proto', |
| 689 'type': 'static_library', | 685 'type': 'static_library', |
| 690 'sources': [ | 686 'sources': [ |
| 691 'common/metrics/proto/chrome_experiments.proto', | 687 'common/metrics/proto/chrome_experiments.proto', |
| 692 'common/metrics/proto/chrome_user_metrics_extension.proto', | |
| 693 'common/metrics/proto/histogram_event.proto', | |
| 694 'common/metrics/proto/omnibox_event.proto', | |
| 695 'common/metrics/proto/perf_data.proto', | |
| 696 'common/metrics/proto/permuted_entropy_cache.proto', | 688 'common/metrics/proto/permuted_entropy_cache.proto', |
| 697 'common/metrics/proto/profiler_event.proto', | |
| 698 'common/metrics/proto/system_profile.proto', | |
| 699 'common/metrics/proto/user_action_event.proto', | |
| 700 ], | 689 ], |
| 701 'variables': { | 690 'variables': { |
| 702 'proto_in_dir': 'common/metrics/proto', | 691 'proto_in_dir': 'common/metrics/proto', |
| 703 'proto_out_dir': 'chrome/common/metrics/proto', | 692 'proto_out_dir': 'chrome/common/metrics/proto', |
| 704 }, | 693 }, |
| 705 'includes': [ '../build/protoc.gypi' ], | 694 'includes': [ '../build/protoc.gypi' ], |
| 706 }, | 695 }, |
| 707 ], | 696 ], |
| 708 } | 697 } |
| OLD | NEW |