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

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: fix style nits Created 7 years, 5 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'message': 'Generating version information', 701 'message': 'Generating version information',
702 }, 702 },
703 ], 703 ],
704 }], 704 }],
705 ], 705 ],
706 }, 706 },
707 { 707 {
708 'target_name': 'common_net', 708 'target_name': 'common_net',
709 'type': 'static_library', 709 'type': 'static_library',
710 'sources': [ 710 'sources': [
711 'common/net/net_error_tracker.cc', 711 'common/net/net_error_info.cc',
712 'common/net/net_error_tracker.h', 712 'common/net/net_error_info.h',
713 'common/net/net_resource_provider.cc', 713 'common/net/net_resource_provider.cc',
714 'common/net/net_resource_provider.h', 714 'common/net/net_resource_provider.h',
715 'common/net/predictor_common.h', 715 'common/net/predictor_common.h',
716 'common/net/url_util.cc', 716 'common/net/url_util.cc',
717 'common/net/url_util.h', 717 'common/net/url_util.h',
718 'common/net/x509_certificate_model.cc', 718 'common/net/x509_certificate_model.cc',
719 'common/net/x509_certificate_model_nss.cc', 719 'common/net/x509_certificate_model_nss.cc',
720 'common/net/x509_certificate_model_openssl.cc', 720 'common/net/x509_certificate_model_openssl.cc',
721 'common/net/x509_certificate_model.h', 721 'common/net/x509_certificate_model.h',
722 ], 722 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'common/metrics/proto/user_action_event.proto', 810 'common/metrics/proto/user_action_event.proto',
811 ], 811 ],
812 'variables': { 812 'variables': {
813 'proto_in_dir': 'common/metrics/proto', 813 'proto_in_dir': 'common/metrics/proto',
814 'proto_out_dir': 'chrome/common/metrics/proto', 814 'proto_out_dir': 'chrome/common/metrics/proto',
815 }, 815 },
816 'includes': [ '../build/protoc.gypi' ], 816 'includes': [ '../build/protoc.gypi' ],
817 }, 817 },
818 ], 818 ],
819 } 819 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698