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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'message': 'Generating version information', | 658 'message': 'Generating version information', |
659 }, | 659 }, |
660 ], | 660 ], |
661 }], | 661 }], |
662 ], | 662 ], |
663 }, | 663 }, |
664 { | 664 { |
665 'target_name': 'common_net', | 665 'target_name': 'common_net', |
666 'type': 'static_library', | 666 'type': 'static_library', |
667 'sources': [ | 667 'sources': [ |
668 'common/net/net_error_tracker.cc', | 668 'common/net/net_error_info.cc', |
669 'common/net/net_error_tracker.h', | 669 'common/net/net_error_info.h', |
670 'common/net/net_resource_provider.cc', | 670 'common/net/net_resource_provider.cc', |
671 'common/net/net_resource_provider.h', | 671 'common/net/net_resource_provider.h', |
672 'common/net/predictor_common.h', | 672 'common/net/predictor_common.h', |
673 'common/net/url_util.cc', | 673 'common/net/url_util.cc', |
674 'common/net/url_util.h', | 674 'common/net/url_util.h', |
675 'common/net/x509_certificate_model.cc', | 675 'common/net/x509_certificate_model.cc', |
676 'common/net/x509_certificate_model_nss.cc', | 676 'common/net/x509_certificate_model_nss.cc', |
677 'common/net/x509_certificate_model_openssl.cc', | 677 'common/net/x509_certificate_model_openssl.cc', |
678 'common/net/x509_certificate_model.h', | 678 'common/net/x509_certificate_model.h', |
679 ], | 679 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 'common/metrics/proto/user_action_event.proto', | 767 'common/metrics/proto/user_action_event.proto', |
768 ], | 768 ], |
769 'variables': { | 769 'variables': { |
770 'proto_in_dir': 'common/metrics/proto', | 770 'proto_in_dir': 'common/metrics/proto', |
771 'proto_out_dir': 'chrome/common/metrics/proto', | 771 'proto_out_dir': 'chrome/common/metrics/proto', |
772 }, | 772 }, |
773 'includes': [ '../build/protoc.gypi' ], | 773 'includes': [ '../build/protoc.gypi' ], |
774 }, | 774 }, |
775 ], | 775 ], |
776 } | 776 } |
OLD | NEW |