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

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: Created 7 years, 8 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'message': 'Generating version information', 630 'message': 'Generating version information',
631 }, 631 },
632 ], 632 ],
633 }], 633 }],
634 ], 634 ],
635 }, 635 },
636 { 636 {
637 'target_name': 'common_net', 637 'target_name': 'common_net',
638 'type': 'static_library', 638 'type': 'static_library',
639 'sources': [ 639 'sources': [
640 'common/net/net_error_info.cc',
mmenke 2013/04/01 17:44:12 Your upload seems to be missing this file.
Deprecated (see juliatuttle) 2013/04/09 20:35:49 Done.
641 'common/net/net_error_info.h',
640 'common/net/net_error_tracker.cc', 642 'common/net/net_error_tracker.cc',
641 'common/net/net_error_tracker.h', 643 'common/net/net_error_tracker.h',
642 'common/net/net_resource_provider.cc', 644 'common/net/net_resource_provider.cc',
643 'common/net/net_resource_provider.h', 645 'common/net/net_resource_provider.h',
644 'common/net/predictor_common.h', 646 'common/net/predictor_common.h',
645 'common/net/url_util.cc', 647 'common/net/url_util.cc',
646 'common/net/url_util.h', 648 'common/net/url_util.h',
647 'common/net/x509_certificate_model.cc', 649 'common/net/x509_certificate_model.cc',
648 'common/net/x509_certificate_model_nss.cc', 650 'common/net/x509_certificate_model_nss.cc',
649 'common/net/x509_certificate_model_openssl.cc', 651 'common/net/x509_certificate_model_openssl.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'common/metrics/proto/user_action_event.proto', 740 'common/metrics/proto/user_action_event.proto',
739 ], 741 ],
740 'variables': { 742 'variables': {
741 'proto_in_dir': 'common/metrics/proto', 743 'proto_in_dir': 'common/metrics/proto',
742 'proto_out_dir': 'chrome/common/metrics/proto', 744 'proto_out_dir': 'chrome/common/metrics/proto',
743 }, 745 },
744 'includes': [ '../build/protoc.gypi' ], 746 'includes': [ '../build/protoc.gypi' ],
745 }, 747 },
746 ], 748 ],
747 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698