| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'common/mac/app_mode_common.mm', | 272 'common/mac/app_mode_common.mm', |
| 273 'common/mac/cfbundle_blocker.h', | 273 'common/mac/cfbundle_blocker.h', |
| 274 'common/mac/cfbundle_blocker.mm', | 274 'common/mac/cfbundle_blocker.mm', |
| 275 'common/mac/launchd.h', | 275 'common/mac/launchd.h', |
| 276 'common/mac/launchd.mm', | 276 'common/mac/launchd.mm', |
| 277 'common/mac/objc_method_swizzle.h', | 277 'common/mac/objc_method_swizzle.h', |
| 278 'common/mac/objc_method_swizzle.mm', | 278 'common/mac/objc_method_swizzle.mm', |
| 279 'common/mac/objc_zombie.h', | 279 'common/mac/objc_zombie.h', |
| 280 'common/mac/objc_zombie.mm', | 280 'common/mac/objc_zombie.mm', |
| 281 'common/media/webrtc_logging_messages.h', | 281 'common/media/webrtc_logging_messages.h', |
| 282 'common/media/webrtc_logging_message_data.cc', |
| 283 'common/media/webrtc_logging_message_data.h', |
| 282 'common/metrics/caching_permuted_entropy_provider.cc', | 284 'common/metrics/caching_permuted_entropy_provider.cc', |
| 283 'common/metrics/caching_permuted_entropy_provider.h', | 285 'common/metrics/caching_permuted_entropy_provider.h', |
| 284 'common/metrics/metrics_log_base.cc', | 286 'common/metrics/metrics_log_base.cc', |
| 285 'common/metrics/metrics_log_base.h', | 287 'common/metrics/metrics_log_base.h', |
| 286 'common/metrics/metrics_log_manager.cc', | 288 'common/metrics/metrics_log_manager.cc', |
| 287 'common/metrics/metrics_log_manager.h', | 289 'common/metrics/metrics_log_manager.h', |
| 288 'common/metrics/metrics_service_base.cc', | 290 'common/metrics/metrics_service_base.cc', |
| 289 'common/metrics/metrics_service_base.h', | 291 'common/metrics/metrics_service_base.h', |
| 290 'common/metrics/variations/experiment_labels.cc', | 292 'common/metrics/variations/experiment_labels.cc', |
| 291 'common/metrics/variations/experiment_labels.h', | 293 'common/metrics/variations/experiment_labels.h', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'common/metrics/proto/user_action_event.proto', | 727 'common/metrics/proto/user_action_event.proto', |
| 726 ], | 728 ], |
| 727 'variables': { | 729 'variables': { |
| 728 'proto_in_dir': 'common/metrics/proto', | 730 'proto_in_dir': 'common/metrics/proto', |
| 729 'proto_out_dir': 'chrome/common/metrics/proto', | 731 'proto_out_dir': 'chrome/common/metrics/proto', |
| 730 }, | 732 }, |
| 731 'includes': [ '../build/protoc.gypi' ], | 733 'includes': [ '../build/protoc.gypi' ], |
| 732 }, | 734 }, |
| 733 ], | 735 ], |
| 734 } | 736 } |
| OLD | NEW |