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

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: Don't break DnsProbe histograms 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'message': 'Generating version information', 676 'message': 'Generating version information',
677 }, 677 },
678 ], 678 ],
679 }], 679 }],
680 ], 680 ],
681 }, 681 },
682 { 682 {
683 'target_name': 'common_net', 683 'target_name': 'common_net',
684 'type': 'static_library', 684 'type': 'static_library',
685 'sources': [ 685 'sources': [
686 'common/net/net_error_tracker.cc', 686 'common/net/net_error_info.cc',
687 'common/net/net_error_tracker.h', 687 'common/net/net_error_info.h',
688 'common/net/net_resource_provider.cc', 688 'common/net/net_resource_provider.cc',
689 'common/net/net_resource_provider.h', 689 'common/net/net_resource_provider.h',
690 'common/net/predictor_common.h', 690 'common/net/predictor_common.h',
691 'common/net/url_util.cc', 691 'common/net/url_util.cc',
692 'common/net/url_util.h', 692 'common/net/url_util.h',
693 'common/net/x509_certificate_model.cc', 693 'common/net/x509_certificate_model.cc',
694 'common/net/x509_certificate_model_nss.cc', 694 'common/net/x509_certificate_model_nss.cc',
695 'common/net/x509_certificate_model_openssl.cc', 695 'common/net/x509_certificate_model_openssl.cc',
696 'common/net/x509_certificate_model.h', 696 'common/net/x509_certificate_model.h',
697 ], 697 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'common/metrics/proto/user_action_event.proto', 785 'common/metrics/proto/user_action_event.proto',
786 ], 786 ],
787 'variables': { 787 'variables': {
788 'proto_in_dir': 'common/metrics/proto', 788 'proto_in_dir': 'common/metrics/proto',
789 'proto_out_dir': 'chrome/common/metrics/proto', 789 'proto_out_dir': 'chrome/common/metrics/proto',
790 }, 790 },
791 'includes': [ '../build/protoc.gypi' ], 791 'includes': [ '../build/protoc.gypi' ],
792 }, 792 },
793 ], 793 ],
794 } 794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698