| OLD | NEW |
| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 }], | 1021 }], |
| 1022 [ 'use_openssl==1', { | 1022 [ 'use_openssl==1', { |
| 1023 # When building for OpenSSL, we need to exclude NSS specific tests. | 1023 # When building for OpenSSL, we need to exclude NSS specific tests. |
| 1024 # TODO(bulach): Add equivalent tests when the underlying | 1024 # TODO(bulach): Add equivalent tests when the underlying |
| 1025 # functionality is ported to OpenSSL. | 1025 # functionality is ported to OpenSSL. |
| 1026 'sources!': [ | 1026 'sources!': [ |
| 1027 'base/cert_database_nss_unittest.cc', | 1027 'base/cert_database_nss_unittest.cc', |
| 1028 'base/dnssec_unittest.cc', | 1028 'base/dnssec_unittest.cc', |
| 1029 ], | 1029 ], |
| 1030 }, | 1030 }, |
| 1031 { # else, remove openssl specific tests | |
| 1032 'sources!': [ | |
| 1033 'base/x509_openssl_util_unittest.cc', | |
| 1034 ], | |
| 1035 } | |
| 1036 ], | 1031 ], |
| 1037 [ 'OS == "win"', { | 1032 [ 'OS == "win"', { |
| 1038 'sources!': [ | 1033 'sources!': [ |
| 1039 'http/http_auth_gssapi_posix_unittest.cc', | 1034 'http/http_auth_gssapi_posix_unittest.cc', |
| 1040 ], | 1035 ], |
| 1041 # This is needed to trigger the dll copy step on windows. | 1036 # This is needed to trigger the dll copy step on windows. |
| 1042 # TODO(mark): Specifying this here shouldn't be necessary. | 1037 # TODO(mark): Specifying this here shouldn't be necessary. |
| 1043 'dependencies': [ | 1038 'dependencies': [ |
| 1044 '../third_party/icu/icu.gyp:icudata', | 1039 '../third_party/icu/icu.gyp:icudata', |
| 1045 ], | 1040 ], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1333 'tools/flip_server/flip_config.cc', | 1328 'tools/flip_server/flip_config.cc', |
| 1334 'tools/flip_server/flip_config.h', | 1329 'tools/flip_server/flip_config.h', |
| 1335 'tools/flip_server/flip_in_mem_edsm_server.cc', | 1330 'tools/flip_server/flip_in_mem_edsm_server.cc', |
| 1336 'tools/flip_server/http_interface.cc', | 1331 'tools/flip_server/http_interface.cc', |
| 1337 'tools/flip_server/http_interface.h', | 1332 'tools/flip_server/http_interface.h', |
| 1338 'tools/flip_server/http_message_constants.cc', | 1333 'tools/flip_server/http_message_constants.cc', |
| 1339 'tools/flip_server/http_message_constants.h', | 1334 'tools/flip_server/http_message_constants.h', |
| 1340 'tools/flip_server/loadtime_measurement.h', | 1335 'tools/flip_server/loadtime_measurement.h', |
| 1341 'tools/flip_server/mem_cache.h', | 1336 'tools/flip_server/mem_cache.h', |
| 1342 'tools/flip_server/mem_cache.cc', | 1337 'tools/flip_server/mem_cache.cc', |
| 1343 'tools/flip_server/porting.txt', | |
| 1344 'tools/flip_server/output_ordering.cc', | 1338 'tools/flip_server/output_ordering.cc', |
| 1345 'tools/flip_server/output_ordering.h', | 1339 'tools/flip_server/output_ordering.h', |
| 1346 'tools/flip_server/ring_buffer.cc', | 1340 'tools/flip_server/ring_buffer.cc', |
| 1347 'tools/flip_server/ring_buffer.h', | 1341 'tools/flip_server/ring_buffer.h', |
| 1348 'tools/flip_server/simple_buffer.cc', | 1342 'tools/flip_server/simple_buffer.cc', |
| 1349 'tools/flip_server/simple_buffer.h', | 1343 'tools/flip_server/simple_buffer.h', |
| 1350 'tools/flip_server/sm_connection.cc', | 1344 'tools/flip_server/sm_connection.cc', |
| 1351 'tools/flip_server/sm_connection.h', | 1345 'tools/flip_server/sm_connection.h', |
| 1352 'tools/flip_server/sm_interface.h', | 1346 'tools/flip_server/sm_interface.h', |
| 1353 'tools/flip_server/split.h', | 1347 'tools/flip_server/split.h', |
| 1354 'tools/flip_server/split.cc', | 1348 'tools/flip_server/split.cc', |
| 1355 'tools/flip_server/spdy_ssl.cc', | 1349 'tools/flip_server/spdy_ssl.cc', |
| 1356 'tools/flip_server/spdy_ssl.h', | 1350 'tools/flip_server/spdy_ssl.h', |
| 1357 'tools/flip_server/spdy_interface.cc', | 1351 'tools/flip_server/spdy_interface.cc', |
| 1358 'tools/flip_server/spdy_interface.h', | 1352 'tools/flip_server/spdy_interface.h', |
| 1359 'tools/flip_server/spdy_util.cc', | 1353 'tools/flip_server/spdy_util.cc', |
| 1360 'tools/flip_server/spdy_util.h', | 1354 'tools/flip_server/spdy_util.h', |
| 1361 'tools/flip_server/streamer_interface.cc', | 1355 'tools/flip_server/streamer_interface.cc', |
| 1362 'tools/flip_server/streamer_interface.h', | 1356 'tools/flip_server/streamer_interface.h', |
| 1363 'tools/flip_server/string_piece_utils.h', | 1357 'tools/flip_server/string_piece_utils.h', |
| 1364 'tools/flip_server/thread.h', | |
| 1365 'tools/flip_server/url_to_filename_encoder.h', | |
| 1366 'tools/flip_server/url_utilities.h', | |
| 1367 ], | 1358 ], |
| 1368 }, | 1359 }, |
| 1369 { | 1360 { |
| 1370 'target_name': 'curvecp', | 1361 'target_name': 'curvecp', |
| 1371 'type': 'static_library', | 1362 'type': 'static_library', |
| 1372 'dependencies': [ | 1363 'dependencies': [ |
| 1373 '../base/base.gyp:base', | 1364 '../base/base.gyp:base', |
| 1374 'net.gyp:net', | 1365 'net.gyp:net', |
| 1375 ], | 1366 ], |
| 1376 'sources': [ | 1367 'sources': [ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1447 ], | 1438 ], |
| 1448 }], | 1439 }], |
| 1449 ], | 1440 ], |
| 1450 } | 1441 } |
| 1451 | 1442 |
| 1452 # Local Variables: | 1443 # Local Variables: |
| 1453 # tab-width:2 | 1444 # tab-width:2 |
| 1454 # indent-tabs-mode:nil | 1445 # indent-tabs-mode:nil |
| 1455 # End: | 1446 # End: |
| 1456 # vim: set expandtab tabstop=2 shiftwidth=2: | 1447 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |