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

Side by Side Diff: net/net.gyp

Issue 10012006: Remove unused code and exclude unused files on Chrome OS too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unittest too Created 8 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 | Annotate | Revision Log
« no previous file with comments | « net/base/network_change_notifier_linux.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'base/ssl_false_start_blacklist.txt', 788 'base/ssl_false_start_blacklist.txt',
789 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_dat a.cc', 789 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_dat a.cc',
790 ], 790 ],
791 'message': 'Generating SSL False Start blacklist', 791 'message': 'Generating SSL False Start blacklist',
792 'process_outputs_as_sources': 1, 792 'process_outputs_as_sources': 1,
793 }, 793 },
794 ], 794 ],
795 'conditions': [ 795 'conditions': [
796 ['chromeos==1', { 796 ['chromeos==1', {
797 'sources!': [ 797 'sources!': [
798 'base/network_change_notifier_linux.cc',
799 'base/network_change_notifier_linux.h',
800 'base/network_change_notifier_netlink_linux.cc',
801 'base/network_change_notifier_netlink_linux.h',
798 'proxy/proxy_config_service_linux.cc', 802 'proxy/proxy_config_service_linux.cc',
799 'proxy/proxy_config_service_linux.h', 803 'proxy/proxy_config_service_linux.h',
800 ], 804 ],
801 }], 805 }],
802 ['use_kerberos==1', { 806 ['use_kerberos==1', {
803 'defines': [ 807 'defines': [
804 'USE_KERBEROS', 808 'USE_KERBEROS',
805 ], 809 ],
806 'conditions': [ 810 'conditions': [
807 ['OS=="openbsd"', { 811 ['OS=="openbsd"', {
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 'url_request/view_cache_helper_unittest.cc', 1267 'url_request/view_cache_helper_unittest.cc',
1264 'websockets/websocket_handshake_handler_unittest.cc', 1268 'websockets/websocket_handshake_handler_unittest.cc',
1265 'websockets/websocket_job_spdy2_unittest.cc', 1269 'websockets/websocket_job_spdy2_unittest.cc',
1266 'websockets/websocket_job_spdy3_unittest.cc', 1270 'websockets/websocket_job_spdy3_unittest.cc',
1267 'websockets/websocket_net_log_params_unittest.cc', 1271 'websockets/websocket_net_log_params_unittest.cc',
1268 'websockets/websocket_throttle_unittest.cc', 1272 'websockets/websocket_throttle_unittest.cc',
1269 ], 1273 ],
1270 'conditions': [ 1274 'conditions': [
1271 ['chromeos==1', { 1275 ['chromeos==1', {
1272 'sources!': [ 1276 'sources!': [
1277 'base/network_change_notifier_linux_unittest.cc',
1273 'proxy/proxy_config_service_linux_unittest.cc', 1278 'proxy/proxy_config_service_linux_unittest.cc',
1274 ], 1279 ],
1275 }], 1280 }],
1276 [ 'use_glib == 1', { 1281 [ 'use_glib == 1', {
1277 'dependencies': [ 1282 'dependencies': [
1278 '../build/linux/system.gyp:ssl', 1283 '../build/linux/system.gyp:ssl',
1279 ], 1284 ],
1280 }, { # else: OS is not in the above list 1285 }, { # else: OS is not in the above list
1281 'sources!': [ 1286 'sources!': [
1282 'base/cert_database_nss_unittest.cc', 1287 'base/cert_database_nss_unittest.cc',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'tools/dump_cache/url_to_filename_encoder.cc', 1887 'tools/dump_cache/url_to_filename_encoder.cc',
1883 'tools/dump_cache/url_to_filename_encoder.h', 1888 'tools/dump_cache/url_to_filename_encoder.h',
1884 'tools/dump_cache/url_utilities.h', 1889 'tools/dump_cache/url_utilities.h',
1885 'tools/dump_cache/url_utilities.cc', 1890 'tools/dump_cache/url_utilities.cc',
1886 ], 1891 ],
1887 }, 1892 },
1888 ], 1893 ],
1889 }], 1894 }],
1890 ], 1895 ],
1891 } 1896 }
OLDNEW
« no previous file with comments | « net/base/network_change_notifier_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698