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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'message': 'Generating version information', | 667 'message': 'Generating version information', |
668 }, | 668 }, |
669 ], | 669 ], |
670 }], | 670 }], |
671 ], | 671 ], |
672 }, | 672 }, |
673 { | 673 { |
674 'target_name': 'common_net', | 674 'target_name': 'common_net', |
675 'type': 'static_library', | 675 'type': 'static_library', |
676 'sources': [ | 676 'sources': [ |
677 'common/net/net_error_tracker.cc', | 677 'common/net/net_error_info.cc', |
678 'common/net/net_error_tracker.h', | 678 'common/net/net_error_info.h', |
679 'common/net/net_resource_provider.cc', | 679 'common/net/net_resource_provider.cc', |
680 'common/net/net_resource_provider.h', | 680 'common/net/net_resource_provider.h', |
681 'common/net/predictor_common.h', | 681 'common/net/predictor_common.h', |
682 'common/net/url_util.cc', | 682 'common/net/url_util.cc', |
683 'common/net/url_util.h', | 683 'common/net/url_util.h', |
684 'common/net/x509_certificate_model.cc', | 684 'common/net/x509_certificate_model.cc', |
685 'common/net/x509_certificate_model_nss.cc', | 685 'common/net/x509_certificate_model_nss.cc', |
686 'common/net/x509_certificate_model_openssl.cc', | 686 'common/net/x509_certificate_model_openssl.cc', |
687 'common/net/x509_certificate_model.h', | 687 'common/net/x509_certificate_model.h', |
688 ], | 688 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 'common/metrics/proto/user_action_event.proto', | 776 'common/metrics/proto/user_action_event.proto', |
777 ], | 777 ], |
778 'variables': { | 778 'variables': { |
779 'proto_in_dir': 'common/metrics/proto', | 779 'proto_in_dir': 'common/metrics/proto', |
780 'proto_out_dir': 'chrome/common/metrics/proto', | 780 'proto_out_dir': 'chrome/common/metrics/proto', |
781 }, | 781 }, |
782 'includes': [ '../build/protoc.gypi' ], | 782 'includes': [ '../build/protoc.gypi' ], |
783 }, | 783 }, |
784 ], | 784 ], |
785 } | 785 } |
OLD | NEW |