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

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 FilePath initalization on Windows Created 7 years, 7 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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'message': 'Generating version information', 643 'message': 'Generating version information',
644 }, 644 },
645 ], 645 ],
646 }], 646 }],
647 ], 647 ],
648 }, 648 },
649 { 649 {
650 'target_name': 'common_net', 650 'target_name': 'common_net',
651 'type': 'static_library', 651 'type': 'static_library',
652 'sources': [ 652 'sources': [
653 'common/net/net_error_tracker.cc', 653 'common/net/net_error_info.cc',
654 'common/net/net_error_tracker.h', 654 'common/net/net_error_info.h',
655 'common/net/net_resource_provider.cc', 655 'common/net/net_resource_provider.cc',
656 'common/net/net_resource_provider.h', 656 'common/net/net_resource_provider.h',
657 'common/net/predictor_common.h', 657 'common/net/predictor_common.h',
658 'common/net/url_util.cc', 658 'common/net/url_util.cc',
659 'common/net/url_util.h', 659 'common/net/url_util.h',
660 'common/net/x509_certificate_model.cc', 660 'common/net/x509_certificate_model.cc',
661 'common/net/x509_certificate_model_nss.cc', 661 'common/net/x509_certificate_model_nss.cc',
662 'common/net/x509_certificate_model_openssl.cc', 662 'common/net/x509_certificate_model_openssl.cc',
663 'common/net/x509_certificate_model.h', 663 'common/net/x509_certificate_model.h',
664 ], 664 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'common/metrics/proto/user_action_event.proto', 752 'common/metrics/proto/user_action_event.proto',
753 ], 753 ],
754 'variables': { 754 'variables': {
755 'proto_in_dir': 'common/metrics/proto', 755 'proto_in_dir': 'common/metrics/proto',
756 'proto_out_dir': 'chrome/common/metrics/proto', 756 'proto_out_dir': 'chrome/common/metrics/proto',
757 }, 757 },
758 'includes': [ '../build/protoc.gypi' ], 758 'includes': [ '../build/protoc.gypi' ],
759 }, 759 },
760 ], 760 ],
761 } 761 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698