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

Side by Side Diff: net/net.gyp

Issue 7944011: aura: Make 'net' build with gtk disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/platform_mime_util_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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'base/test_root_certs_openssl.cc', 783 'base/test_root_certs_openssl.cc',
784 'base/x509_certificate_openssl.cc', 784 'base/x509_certificate_openssl.cc',
785 'base/x509_util_openssl.cc', 785 'base/x509_util_openssl.cc',
786 'base/x509_util_openssl.h', 786 'base/x509_util_openssl.h',
787 'socket/ssl_client_socket_openssl.cc', 787 'socket/ssl_client_socket_openssl.cc',
788 'socket/ssl_client_socket_openssl.h', 788 'socket/ssl_client_socket_openssl.h',
789 'socket/ssl_server_socket_openssl.cc', 789 'socket/ssl_server_socket_openssl.cc',
790 ], 790 ],
791 }, 791 },
792 ], 792 ],
793 [ 'toolkit_uses_gtk == 1', { 793 [ 'use_glib == 1', {
794 'dependencies': [ 794 'dependencies': [
795 '../build/linux/system.gyp:gconf', 795 '../build/linux/system.gyp:gconf',
796 '../build/linux/system.gyp:gdk',
797 '../build/linux/system.gyp:gio', 796 '../build/linux/system.gyp:gio',
798 '../build/linux/system.gyp:libresolv', 797 '../build/linux/system.gyp:libresolv',
799 ], 798 ],
800 'conditions': [ 799 'conditions': [
801 ['use_openssl==1', { 800 ['use_openssl==1', {
802 'dependencies': [ 801 'dependencies': [
803 '../third_party/openssl/openssl.gyp:openssl', 802 '../third_party/openssl/openssl.gyp:openssl',
804 ], 803 ],
805 }, 804 },
806 { # else use_openssl==0, use NSS 805 { # else use_openssl==0, use NSS
(...skipping 23 matching lines...) Expand all
830 'third_party/mozilla_security_manager/nsKeygenHandler.h', 829 'third_party/mozilla_security_manager/nsKeygenHandler.h',
831 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 830 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
832 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 831 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
833 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', 832 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
834 'third_party/mozilla_security_manager/nsNSSCertTrust.h', 833 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
835 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 834 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
836 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 835 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
837 ], 836 ],
838 }, 837 },
839 ], 838 ],
839 [ 'toolkit_uses_gtk == 1', {
840 'dependencies': [
841 '../build/linux/system.gyp:gdk',
842 ],
843 }],
840 [ 'OS == "win"', { 844 [ 'OS == "win"', {
841 'sources!': [ 845 'sources!': [
842 'http/http_auth_handler_ntlm_portable.cc', 846 'http/http_auth_handler_ntlm_portable.cc',
843 'socket/tcp_client_socket_libevent.cc', 847 'socket/tcp_client_socket_libevent.cc',
844 'socket/tcp_client_socket_libevent.h', 848 'socket/tcp_client_socket_libevent.h',
845 'socket/tcp_server_socket_libevent.cc', 849 'socket/tcp_server_socket_libevent.cc',
846 'socket/tcp_server_socket_libevent.h', 850 'socket/tcp_server_socket_libevent.h',
847 'udp/udp_socket_libevent.cc', 851 'udp/udp_socket_libevent.cc',
848 'udp/udp_socket_libevent.h', 852 'udp/udp_socket_libevent.h',
849 ], 853 ],
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'websockets/websocket_job_unittest.cc', 1092 'websockets/websocket_job_unittest.cc',
1089 'websockets/websocket_net_log_params_unittest.cc', 1093 'websockets/websocket_net_log_params_unittest.cc',
1090 'websockets/websocket_throttle_unittest.cc', 1094 'websockets/websocket_throttle_unittest.cc',
1091 ], 1095 ],
1092 'conditions': [ 1096 'conditions': [
1093 ['chromeos==1', { 1097 ['chromeos==1', {
1094 'sources!': [ 1098 'sources!': [
1095 'proxy/proxy_config_service_linux_unittest.cc', 1099 'proxy/proxy_config_service_linux_unittest.cc',
1096 ], 1100 ],
1097 }], 1101 }],
1102 [ 'use_glib==1', {
1103 'dependencies': [
1104 '../build/linux/system.gyp:ssl',
1105 ],
1106 }, { # else: OS is not in the above list
1107 'sources!': [
1108 'base/cert_database_nss_unittest.cc',
1109 ],
1110 },
1111 ],
1098 [ 'toolkit_uses_gtk == 1', { 1112 [ 'toolkit_uses_gtk == 1', {
1099 'dependencies': [ 1113 'dependencies': [
1100 '../build/linux/system.gyp:gtk', 1114 '../build/linux/system.gyp:gtk',
1101 '../build/linux/system.gyp:ssl',
1102 ], 1115 ],
1103 }, 1116 },
1104 { # else: OS is not in the above list
1105 'sources!': [
1106 'base/cert_database_nss_unittest.cc',
1107 ],
1108 }
1109 ], 1117 ],
1110 [ 'os_posix == 1 and OS != "mac"', { 1118 [ 'os_posix == 1 and OS != "mac"', {
1111 'conditions': [ 1119 'conditions': [
1112 ['linux_use_tcmalloc==1', { 1120 ['linux_use_tcmalloc==1', {
1113 'dependencies': [ 1121 'dependencies': [
1114 '../base/allocator/allocator.gyp:allocator', 1122 '../base/allocator/allocator.gyp:allocator',
1115 ], 1123 ],
1116 }], 1124 }],
1117 ], 1125 ],
1118 }], 1126 }],
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 'tools/dump_cache/url_to_filename_encoder.cc', 1562 'tools/dump_cache/url_to_filename_encoder.cc',
1555 'tools/dump_cache/url_to_filename_encoder.h', 1563 'tools/dump_cache/url_to_filename_encoder.h',
1556 'tools/dump_cache/url_utilities.h', 1564 'tools/dump_cache/url_utilities.h',
1557 'tools/dump_cache/url_utilities.cc', 1565 'tools/dump_cache/url_utilities.cc',
1558 ], 1566 ],
1559 }, 1567 },
1560 ], 1568 ],
1561 }], 1569 }],
1562 ], 1570 ],
1563 } 1571 }
OLDNEW
« no previous file with comments | « net/base/platform_mime_util_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698