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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 'message': 'Generating version information', | 726 'message': 'Generating version information', |
727 }, | 727 }, |
728 ], | 728 ], |
729 }], | 729 }], |
730 ], | 730 ], |
731 }, | 731 }, |
732 { | 732 { |
733 'target_name': 'common_net', | 733 'target_name': 'common_net', |
734 'type': 'static_library', | 734 'type': 'static_library', |
735 'sources': [ | 735 'sources': [ |
736 'common/net/net_error_info.cc', | 736 'common/net/net_error_tracker.cc', |
737 'common/net/net_error_info.h', | 737 'common/net/net_error_tracker.h', |
738 'common/net/net_resource_provider.cc', | 738 'common/net/net_resource_provider.cc', |
739 'common/net/net_resource_provider.h', | 739 'common/net/net_resource_provider.h', |
740 'common/net/predictor_common.h', | 740 'common/net/predictor_common.h', |
741 'common/net/url_util.cc', | 741 'common/net/url_util.cc', |
742 'common/net/url_util.h', | 742 'common/net/url_util.h', |
743 'common/net/x509_certificate_model.cc', | 743 'common/net/x509_certificate_model.cc', |
744 'common/net/x509_certificate_model_nss.cc', | 744 'common/net/x509_certificate_model_nss.cc', |
745 'common/net/x509_certificate_model_openssl.cc', | 745 'common/net/x509_certificate_model_openssl.cc', |
746 'common/net/x509_certificate_model.h', | 746 'common/net/x509_certificate_model.h', |
747 ], | 747 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'common/metrics/proto/user_action_event.proto', | 835 'common/metrics/proto/user_action_event.proto', |
836 ], | 836 ], |
837 'variables': { | 837 'variables': { |
838 'proto_in_dir': 'common/metrics/proto', | 838 'proto_in_dir': 'common/metrics/proto', |
839 'proto_out_dir': 'chrome/common/metrics/proto', | 839 'proto_out_dir': 'chrome/common/metrics/proto', |
840 }, | 840 }, |
841 'includes': [ '../build/protoc.gypi' ], | 841 'includes': [ '../build/protoc.gypi' ], |
842 }, | 842 }, |
843 ], | 843 ], |
844 } | 844 } |
OLD | NEW |