| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'common/mac/launchd.h', | 246 'common/mac/launchd.h', |
| 247 'common/mac/launchd.mm', | 247 'common/mac/launchd.mm', |
| 248 'common/mac/objc_method_swizzle.h', | 248 'common/mac/objc_method_swizzle.h', |
| 249 'common/mac/objc_method_swizzle.mm', | 249 'common/mac/objc_method_swizzle.mm', |
| 250 'common/mac/objc_zombie.h', | 250 'common/mac/objc_zombie.h', |
| 251 'common/mac/objc_zombie.mm', | 251 'common/mac/objc_zombie.mm', |
| 252 'common/media/webrtc_logging_messages.h', | 252 'common/media/webrtc_logging_messages.h', |
| 253 'common/media/webrtc_logging_message_data.cc', | 253 'common/media/webrtc_logging_message_data.cc', |
| 254 'common/media/webrtc_logging_message_data.h', | 254 'common/media/webrtc_logging_message_data.h', |
| 255 'common/media_galleries/metadata_types.h', | 255 'common/media_galleries/metadata_types.h', |
| 256 'common/metrics/caching_permuted_entropy_provider.cc', | |
| 257 'common/metrics/caching_permuted_entropy_provider.h', | |
| 258 'common/metrics/metrics_service_base.cc', | 256 'common/metrics/metrics_service_base.cc', |
| 259 'common/metrics/metrics_service_base.h', | 257 'common/metrics/metrics_service_base.h', |
| 260 'common/metrics/variations/experiment_labels.cc', | 258 'common/metrics/variations/experiment_labels.cc', |
| 261 'common/metrics/variations/experiment_labels.h', | 259 'common/metrics/variations/experiment_labels.h', |
| 262 'common/metrics/variations/uniformity_field_trials.cc', | 260 'common/metrics/variations/uniformity_field_trials.cc', |
| 263 'common/metrics/variations/uniformity_field_trials.h', | 261 'common/metrics/variations/uniformity_field_trials.h', |
| 264 'common/metrics/variations/variations_util.cc', | 262 'common/metrics/variations/variations_util.cc', |
| 265 'common/metrics/variations/variations_util.h', | 263 'common/metrics/variations/variations_util.h', |
| 266 'common/multi_process_lock.h', | 264 'common/multi_process_lock.h', |
| 267 'common/multi_process_lock_linux.cc', | 265 'common/multi_process_lock_linux.cc', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'proto_out_dir': 'chrome/common/safe_browsing', | 675 'proto_out_dir': 'chrome/common/safe_browsing', |
| 678 }, | 676 }, |
| 679 'includes': [ '../build/protoc.gypi' ], | 677 'includes': [ '../build/protoc.gypi' ], |
| 680 }, | 678 }, |
| 681 { | 679 { |
| 682 # Protobuf compiler / generator for UMA (User Metrics Analysis). | 680 # Protobuf compiler / generator for UMA (User Metrics Analysis). |
| 683 'target_name': 'metrics_proto', | 681 'target_name': 'metrics_proto', |
| 684 'type': 'static_library', | 682 'type': 'static_library', |
| 685 'sources': [ | 683 'sources': [ |
| 686 'common/metrics/proto/chrome_experiments.proto', | 684 'common/metrics/proto/chrome_experiments.proto', |
| 687 'common/metrics/proto/permuted_entropy_cache.proto', | |
| 688 ], | 685 ], |
| 689 'variables': { | 686 'variables': { |
| 690 'proto_in_dir': 'common/metrics/proto', | 687 'proto_in_dir': 'common/metrics/proto', |
| 691 'proto_out_dir': 'chrome/common/metrics/proto', | 688 'proto_out_dir': 'chrome/common/metrics/proto', |
| 692 }, | 689 }, |
| 693 'includes': [ '../build/protoc.gypi' ], | 690 'includes': [ '../build/protoc.gypi' ], |
| 694 }, | 691 }, |
| 695 ], | 692 ], |
| 696 } | 693 } |
| OLD | NEW |