Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Side by Side Diff: chrome/chrome_common.gypi

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rework NetErrorHelper state machine a little Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'message': 'Generating version information', 663 'message': 'Generating version information',
664 }, 664 },
665 ], 665 ],
666 }], 666 }],
667 ], 667 ],
668 }, 668 },
669 { 669 {
670 'target_name': 'common_net', 670 'target_name': 'common_net',
671 'type': 'static_library', 671 'type': 'static_library',
672 'sources': [ 672 'sources': [
673 'common/net/net_error_tracker.cc', 673 'common/net/net_error_info.cc',
674 'common/net/net_error_tracker.h', 674 'common/net/net_error_info.h',
675 'common/net/net_resource_provider.cc', 675 'common/net/net_resource_provider.cc',
676 'common/net/net_resource_provider.h', 676 'common/net/net_resource_provider.h',
677 'common/net/predictor_common.h', 677 'common/net/predictor_common.h',
678 'common/net/url_util.cc', 678 'common/net/url_util.cc',
679 'common/net/url_util.h', 679 'common/net/url_util.h',
680 'common/net/x509_certificate_model.cc', 680 'common/net/x509_certificate_model.cc',
681 'common/net/x509_certificate_model_nss.cc', 681 'common/net/x509_certificate_model_nss.cc',
682 'common/net/x509_certificate_model_openssl.cc', 682 'common/net/x509_certificate_model_openssl.cc',
683 'common/net/x509_certificate_model.h', 683 'common/net/x509_certificate_model.h',
684 ], 684 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'common/metrics/proto/user_action_event.proto', 772 'common/metrics/proto/user_action_event.proto',
773 ], 773 ],
774 'variables': { 774 'variables': {
775 'proto_in_dir': 'common/metrics/proto', 775 'proto_in_dir': 'common/metrics/proto',
776 'proto_out_dir': 'chrome/common/metrics/proto', 776 'proto_out_dir': 'chrome/common/metrics/proto',
777 }, 777 },
778 'includes': [ '../build/protoc.gypi' ], 778 'includes': [ '../build/protoc.gypi' ],
779 }, 779 },
780 ], 780 ],
781 } 781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698