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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 }, | 585 }, |
586 { | 586 { |
587 'target_name': 'common_net', | 587 'target_name': 'common_net', |
588 'type': 'static_library', | 588 'type': 'static_library', |
589 'sources': [ | 589 'sources': [ |
590 'common/net/net_error_info.cc', | 590 'common/net/net_error_info.cc', |
591 'common/net/net_error_info.h', | 591 'common/net/net_error_info.h', |
592 'common/net/net_resource_provider.cc', | 592 'common/net/net_resource_provider.cc', |
593 'common/net/net_resource_provider.h', | 593 'common/net/net_resource_provider.h', |
594 'common/net/predictor_common.h', | 594 'common/net/predictor_common.h', |
595 'common/net/url_fixer_upper.cc', | |
596 'common/net/url_fixer_upper.h', | |
597 'common/net/url_util.cc', | 595 'common/net/url_util.cc', |
598 'common/net/url_util.h', | 596 'common/net/url_util.h', |
599 'common/net/x509_certificate_model.cc', | 597 'common/net/x509_certificate_model.cc', |
600 'common/net/x509_certificate_model_nss.cc', | 598 'common/net/x509_certificate_model_nss.cc', |
601 'common/net/x509_certificate_model_openssl.cc', | 599 'common/net/x509_certificate_model_openssl.cc', |
602 'common/net/x509_certificate_model.h', | 600 'common/net/x509_certificate_model.h', |
603 ], | 601 ], |
604 'dependencies': [ | 602 'dependencies': [ |
605 '<(DEPTH)/base/base.gyp:base', | 603 '<(DEPTH)/base/base.gyp:base', |
606 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 604 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 'common/metrics/proto/chrome_experiments.proto', | 687 'common/metrics/proto/chrome_experiments.proto', |
690 ], | 688 ], |
691 'variables': { | 689 'variables': { |
692 'proto_in_dir': 'common/metrics/proto', | 690 'proto_in_dir': 'common/metrics/proto', |
693 'proto_out_dir': 'chrome/common/metrics/proto', | 691 'proto_out_dir': 'chrome/common/metrics/proto', |
694 }, | 692 }, |
695 'includes': [ '../build/protoc.gypi' ], | 693 'includes': [ '../build/protoc.gypi' ], |
696 }, | 694 }, |
697 ], | 695 ], |
698 } | 696 } |
OLD | NEW |