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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 # Protobuf compiler / generator for UMA (User Metrics Analysis). | 706 # Protobuf compiler / generator for UMA (User Metrics Analysis). |
707 'target_name': 'metrics_proto', | 707 'target_name': 'metrics_proto', |
708 'type': 'static_library', | 708 'type': 'static_library', |
709 'sources': [ | 709 'sources': [ |
710 'common/metrics/proto/chrome_experiments.proto', | 710 'common/metrics/proto/chrome_experiments.proto', |
711 'common/metrics/proto/chrome_user_metrics_extension.proto', | 711 'common/metrics/proto/chrome_user_metrics_extension.proto', |
712 'common/metrics/proto/histogram_event.proto', | 712 'common/metrics/proto/histogram_event.proto', |
713 'common/metrics/proto/omnibox_event.proto', | 713 'common/metrics/proto/omnibox_event.proto', |
714 'common/metrics/proto/perf_data.proto', | 714 'common/metrics/proto/perf_data.proto', |
715 'common/metrics/proto/permuted_entropy_cache.proto', | 715 'common/metrics/proto/permuted_entropy_cache.proto', |
| 716 'common/metrics/proto/profile_collection.proto', |
716 'common/metrics/proto/profiler_event.proto', | 717 'common/metrics/proto/profiler_event.proto', |
717 'common/metrics/proto/system_profile.proto', | 718 'common/metrics/proto/system_profile.proto', |
718 'common/metrics/proto/user_action_event.proto', | 719 'common/metrics/proto/user_action_event.proto', |
719 ], | 720 ], |
720 'variables': { | 721 'variables': { |
721 'proto_in_dir': 'common/metrics/proto', | 722 'proto_in_dir': 'common/metrics/proto', |
722 'proto_out_dir': 'chrome/common/metrics/proto', | 723 'proto_out_dir': 'chrome/common/metrics/proto', |
723 }, | 724 }, |
724 'includes': [ '../build/protoc.gypi' ], | 725 'includes': [ '../build/protoc.gypi' ], |
725 }, | 726 }, |
726 ], | 727 ], |
727 } | 728 } |
OLD | NEW |