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

Side by Side Diff: chrome/chrome_common.gypi

Issue 19777002: Revert 211950 "Display DNS probe results." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1568/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'message': 'Generating version information', 726 'message': 'Generating version information',
727 }, 727 },
728 ], 728 ],
729 }], 729 }],
730 ], 730 ],
731 }, 731 },
732 { 732 {
733 'target_name': 'common_net', 733 'target_name': 'common_net',
734 'type': 'static_library', 734 'type': 'static_library',
735 'sources': [ 735 'sources': [
736 'common/net/net_error_info.cc', 736 'common/net/net_error_tracker.cc',
737 'common/net/net_error_info.h', 737 'common/net/net_error_tracker.h',
738 'common/net/net_resource_provider.cc', 738 'common/net/net_resource_provider.cc',
739 'common/net/net_resource_provider.h', 739 'common/net/net_resource_provider.h',
740 'common/net/predictor_common.h', 740 'common/net/predictor_common.h',
741 'common/net/url_util.cc', 741 'common/net/url_util.cc',
742 'common/net/url_util.h', 742 'common/net/url_util.h',
743 'common/net/x509_certificate_model.cc', 743 'common/net/x509_certificate_model.cc',
744 'common/net/x509_certificate_model_nss.cc', 744 'common/net/x509_certificate_model_nss.cc',
745 'common/net/x509_certificate_model_openssl.cc', 745 'common/net/x509_certificate_model_openssl.cc',
746 'common/net/x509_certificate_model.h', 746 'common/net/x509_certificate_model.h',
747 ], 747 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'common/metrics/proto/user_action_event.proto', 835 'common/metrics/proto/user_action_event.proto',
836 ], 836 ],
837 'variables': { 837 'variables': {
838 'proto_in_dir': 'common/metrics/proto', 838 'proto_in_dir': 'common/metrics/proto',
839 'proto_out_dir': 'chrome/common/metrics/proto', 839 'proto_out_dir': 'chrome/common/metrics/proto',
840 }, 840 },
841 'includes': [ '../build/protoc.gypi' ], 841 'includes': [ '../build/protoc.gypi' ],
842 }, 842 },
843 ], 843 ],
844 } 844 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698