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

Side by Side Diff: net/net.gyp

Issue 7903016: Fourth attempt at the following. Unreviewed, this was originally reviewed in http://codereview.c... (Closed) Base URL: svn://chrome-svn/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/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('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) 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'base/ssl_cert_request_info.h', 202 'base/ssl_cert_request_info.h',
203 'base/ssl_cipher_suite_names.cc', 203 'base/ssl_cipher_suite_names.cc',
204 'base/ssl_cipher_suite_names.h', 204 'base/ssl_cipher_suite_names.h',
205 'base/ssl_client_auth_cache.cc', 205 'base/ssl_client_auth_cache.cc',
206 'base/ssl_client_auth_cache.h', 206 'base/ssl_client_auth_cache.h',
207 'base/ssl_config_service.cc', 207 'base/ssl_config_service.cc',
208 'base/ssl_config_service.h', 208 'base/ssl_config_service.h',
209 'base/ssl_config_service_defaults.cc', 209 'base/ssl_config_service_defaults.cc',
210 'base/ssl_config_service_defaults.h', 210 'base/ssl_config_service_defaults.h',
211 'base/ssl_false_start_blacklist.cc', 211 'base/ssl_false_start_blacklist.cc',
212 'base/ssl_false_start_blacklist.h',
212 'base/ssl_info.cc', 213 'base/ssl_info.cc',
213 'base/ssl_info.h', 214 'base/ssl_info.h',
214 'base/static_cookie_policy.cc', 215 'base/static_cookie_policy.cc',
215 'base/static_cookie_policy.h', 216 'base/static_cookie_policy.h',
216 'base/sys_addrinfo.h', 217 'base/sys_addrinfo.h',
217 'base/sys_byteorder.h', 218 'base/sys_byteorder.h',
218 'base/test_data_stream.cc', 219 'base/test_data_stream.cc',
219 'base/test_data_stream.h', 220 'base/test_data_stream.h',
220 'base/test_root_certs.cc', 221 'base/test_root_certs.cc',
221 'base/test_root_certs.h', 222 'base/test_root_certs.h',
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 '../base/base.gyp:base', 1393 '../base/base.gyp:base',
1393 ], 1394 ],
1394 'sources': [ 1395 'sources': [
1395 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', 1396 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1396 ] 1397 ]
1397 }, 1398 },
1398 { 1399 {
1399 'target_name': 'ssl_false_start_blacklist_process', 1400 'target_name': 'ssl_false_start_blacklist_process',
1400 'type': 'executable', 1401 'type': 'executable',
1401 'toolsets': ['host'], 1402 'toolsets': ['host'],
1403 'dependencies': [
1404 '../base/base.gyp:base',
1405 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1406 ],
1402 'include_dirs': [ 1407 'include_dirs': [
1403 '..', 1408 '..',
1404 ], 1409 ],
1405 'sources': [ 1410 'sources': [
1406 'base/ssl_false_start_blacklist_process.cc', 1411 'base/ssl_false_start_blacklist_process.cc',
1412 'base/ssl_false_start_blacklist.h',
1407 ], 1413 ],
1408 }, 1414 },
1409 ], 1415 ],
1410 'conditions': [ 1416 'conditions': [
1411 ['os_posix == 1 and OS != "mac"', { 1417 ['os_posix == 1 and OS != "mac"', {
1412 'targets': [ 1418 'targets': [
1413 { 1419 {
1414 'target_name': 'flip_in_mem_edsm_server', 1420 'target_name': 'flip_in_mem_edsm_server',
1415 'type': 'executable', 1421 'type': 'executable',
1416 'cflags': [ 1422 'cflags': [
1417 '-Wno-deprecated', 1423 '-Wno-deprecated',
1418 ], 1424 ],
1419 'dependencies': [ 1425 'dependencies': [
1420 '../base/base.gyp:base', 1426 '../base/base.gyp:base',
1421 'net.gyp:net', 1427 'net',
1422 '../third_party/openssl/openssl.gyp:openssl', 1428 '../third_party/openssl/openssl.gyp:openssl',
1423 ], 1429 ],
1424 'sources': [ 1430 'sources': [
1425 'tools/dump_cache/url_to_filename_encoder.cc', 1431 'tools/dump_cache/url_to_filename_encoder.cc',
1426 'tools/dump_cache/url_to_filename_encoder.h', 1432 'tools/dump_cache/url_to_filename_encoder.h',
1427 'tools/dump_cache/url_utilities.h', 1433 'tools/dump_cache/url_utilities.h',
1428 'tools/dump_cache/url_utilities.cc', 1434 'tools/dump_cache/url_utilities.cc',
1429 1435
1430 'tools/flip_server/acceptor_thread.h', 1436 'tools/flip_server/acceptor_thread.h',
1431 'tools/flip_server/acceptor_thread.cc', 1437 'tools/flip_server/acceptor_thread.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'tools/flip_server/streamer_interface.cc', 1479 'tools/flip_server/streamer_interface.cc',
1474 'tools/flip_server/streamer_interface.h', 1480 'tools/flip_server/streamer_interface.h',
1475 'tools/flip_server/string_piece_utils.h', 1481 'tools/flip_server/string_piece_utils.h',
1476 ], 1482 ],
1477 }, 1483 },
1478 { 1484 {
1479 'target_name': 'curvecp', 1485 'target_name': 'curvecp',
1480 'type': 'static_library', 1486 'type': 'static_library',
1481 'dependencies': [ 1487 'dependencies': [
1482 '../base/base.gyp:base', 1488 '../base/base.gyp:base',
1483 'net.gyp:net', 1489 'net',
1484 ], 1490 ],
1485 'sources': [ 1491 'sources': [
1486 'curvecp/circular_buffer.cc', 1492 'curvecp/circular_buffer.cc',
1487 'curvecp/circular_buffer.h', 1493 'curvecp/circular_buffer.h',
1488 'curvecp/client_packetizer.cc', 1494 'curvecp/client_packetizer.cc',
1489 'curvecp/client_packetizer.h', 1495 'curvecp/client_packetizer.h',
1490 'curvecp/connection_key.cc', 1496 'curvecp/connection_key.cc',
1491 'curvecp/connection_key.h', 1497 'curvecp/connection_key.h',
1492 'curvecp/curvecp_client_socket.cc', 1498 'curvecp/curvecp_client_socket.cc',
1493 'curvecp/curvecp_client_socket.h', 1499 'curvecp/curvecp_client_socket.h',
(...skipping 14 matching lines...) Expand all
1508 'curvecp/server_messenger.h', 1514 'curvecp/server_messenger.h',
1509 'curvecp/server_packetizer.cc', 1515 'curvecp/server_packetizer.cc',
1510 'curvecp/server_packetizer.h', 1516 'curvecp/server_packetizer.h',
1511 ], 1517 ],
1512 }, 1518 },
1513 { 1519 {
1514 'target_name': 'curvecp_unittests', 1520 'target_name': 'curvecp_unittests',
1515 'type': 'executable', 1521 'type': 'executable',
1516 'dependencies': [ 1522 'dependencies': [
1517 '../base/base.gyp:base', 1523 '../base/base.gyp:base',
1518 'net.gyp:curvecp', 1524 'curvecp',
1519 'net.gyp:net', 1525 'net',
1520 'net_test_support', 1526 'net_test_support',
1521 '../testing/gmock.gyp:gmock', 1527 '../testing/gmock.gyp:gmock',
1522 '../testing/gtest.gyp:gtest', 1528 '../testing/gtest.gyp:gtest',
1523 '../third_party/zlib/zlib.gyp:zlib', 1529 '../third_party/zlib/zlib.gyp:zlib',
1524 ], 1530 ],
1525 'sources': [ 1531 'sources': [
1526 'curvecp/curvecp_transfer_unittest.cc', 1532 'curvecp/curvecp_transfer_unittest.cc',
1527 'curvecp/test_client.cc', 1533 'curvecp/test_client.cc',
1528 'curvecp/test_server.cc', 1534 'curvecp/test_server.cc',
1529 ], 1535 ],
(...skipping 20 matching lines...) Expand all
1550 'tools/dump_cache/url_to_filename_encoder.cc', 1556 'tools/dump_cache/url_to_filename_encoder.cc',
1551 'tools/dump_cache/url_to_filename_encoder.h', 1557 'tools/dump_cache/url_to_filename_encoder.h',
1552 'tools/dump_cache/url_utilities.h', 1558 'tools/dump_cache/url_utilities.h',
1553 'tools/dump_cache/url_utilities.cc', 1559 'tools/dump_cache/url_utilities.cc',
1554 ], 1560 ],
1555 }, 1561 },
1556 ], 1562 ],
1557 }], 1563 }],
1558 ], 1564 ],
1559 } 1565 }
OLDNEW
« no previous file with comments | « net/base/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698