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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'message': 'Generating version information', | 634 'message': 'Generating version information', |
635 }, | 635 }, |
636 ], | 636 ], |
637 }], | 637 }], |
638 ], | 638 ], |
639 }, | 639 }, |
640 { | 640 { |
641 'target_name': 'common_net', | 641 'target_name': 'common_net', |
642 'type': 'static_library', | 642 'type': 'static_library', |
643 'sources': [ | 643 'sources': [ |
| 644 'common/net/net_error_info.cc', |
| 645 'common/net/net_error_info.h', |
644 'common/net/net_error_tracker.cc', | 646 'common/net/net_error_tracker.cc', |
645 'common/net/net_error_tracker.h', | 647 'common/net/net_error_tracker.h', |
646 'common/net/net_resource_provider.cc', | 648 'common/net/net_resource_provider.cc', |
647 'common/net/net_resource_provider.h', | 649 'common/net/net_resource_provider.h', |
648 'common/net/predictor_common.h', | 650 'common/net/predictor_common.h', |
649 'common/net/url_util.cc', | 651 'common/net/url_util.cc', |
650 'common/net/url_util.h', | 652 'common/net/url_util.h', |
651 'common/net/x509_certificate_model.cc', | 653 'common/net/x509_certificate_model.cc', |
652 'common/net/x509_certificate_model_nss.cc', | 654 'common/net/x509_certificate_model_nss.cc', |
653 'common/net/x509_certificate_model_openssl.cc', | 655 'common/net/x509_certificate_model_openssl.cc', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 'common/metrics/proto/user_action_event.proto', | 744 'common/metrics/proto/user_action_event.proto', |
743 ], | 745 ], |
744 'variables': { | 746 'variables': { |
745 'proto_in_dir': 'common/metrics/proto', | 747 'proto_in_dir': 'common/metrics/proto', |
746 'proto_out_dir': 'chrome/common/metrics/proto', | 748 'proto_out_dir': 'chrome/common/metrics/proto', |
747 }, | 749 }, |
748 'includes': [ '../build/protoc.gypi' ], | 750 'includes': [ '../build/protoc.gypi' ], |
749 }, | 751 }, |
750 ], | 752 ], |
751 } | 753 } |
OLD | NEW |