| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'common/mac/cfbundle_blocker.h', | 391 'common/mac/cfbundle_blocker.h', |
| 392 'common/mac/cfbundle_blocker.mm', | 392 'common/mac/cfbundle_blocker.mm', |
| 393 'common/mac/launchd.h', | 393 'common/mac/launchd.h', |
| 394 'common/mac/launchd.mm', | 394 'common/mac/launchd.mm', |
| 395 'common/mac/nscoder_util.h', | 395 'common/mac/nscoder_util.h', |
| 396 'common/mac/nscoder_util.mm', | 396 'common/mac/nscoder_util.mm', |
| 397 'common/mac/objc_method_swizzle.h', | 397 'common/mac/objc_method_swizzle.h', |
| 398 'common/mac/objc_method_swizzle.mm', | 398 'common/mac/objc_method_swizzle.mm', |
| 399 'common/mac/objc_zombie.h', | 399 'common/mac/objc_zombie.h', |
| 400 'common/mac/objc_zombie.mm', | 400 'common/mac/objc_zombie.mm', |
| 401 'common/media/encrypted_media_messages_android.h', |
| 401 'common/media/webrtc_logging_messages.h', | 402 'common/media/webrtc_logging_messages.h', |
| 402 'common/metrics/caching_permuted_entropy_provider.cc', | 403 'common/metrics/caching_permuted_entropy_provider.cc', |
| 403 'common/metrics/caching_permuted_entropy_provider.h', | 404 'common/metrics/caching_permuted_entropy_provider.h', |
| 404 'common/metrics/metrics_log_base.cc', | 405 'common/metrics/metrics_log_base.cc', |
| 405 'common/metrics/metrics_log_base.h', | 406 'common/metrics/metrics_log_base.h', |
| 406 'common/metrics/metrics_log_manager.cc', | 407 'common/metrics/metrics_log_manager.cc', |
| 407 'common/metrics/metrics_log_manager.h', | 408 'common/metrics/metrics_log_manager.h', |
| 408 'common/metrics/metrics_service_base.cc', | 409 'common/metrics/metrics_service_base.cc', |
| 409 'common/metrics/metrics_service_base.h', | 410 'common/metrics/metrics_service_base.h', |
| 410 'common/metrics/variations/uniformity_field_trials.cc', | 411 'common/metrics/variations/uniformity_field_trials.cc', |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'common/metrics/proto/user_action_event.proto', | 867 'common/metrics/proto/user_action_event.proto', |
| 867 ], | 868 ], |
| 868 'variables': { | 869 'variables': { |
| 869 'proto_in_dir': 'common/metrics/proto', | 870 'proto_in_dir': 'common/metrics/proto', |
| 870 'proto_out_dir': 'chrome/common/metrics/proto', | 871 'proto_out_dir': 'chrome/common/metrics/proto', |
| 871 }, | 872 }, |
| 872 'includes': [ '../build/protoc.gypi' ], | 873 'includes': [ '../build/protoc.gypi' ], |
| 873 }, | 874 }, |
| 874 ], | 875 ], |
| 875 } | 876 } |
| OLD | NEW |