| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1294 ], | 1294 ], |
| 1295 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE', | 1295 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE', |
| 1296 'sources': [ | 1296 'sources': [ |
| 1297 'server/http_listen_socket.cc', | 1297 'server/http_listen_socket.cc', |
| 1298 'server/http_listen_socket.h', | 1298 'server/http_listen_socket.h', |
| 1299 'server/http_server_request_info.cc', | 1299 'server/http_server_request_info.cc', |
| 1300 'server/http_server_request_info.h', | 1300 'server/http_server_request_info.h', |
| 1301 ], | 1301 ], |
| 1302 }, | 1302 }, |
| 1303 { | 1303 { |
| 1304 'target_name': 'hresolv', | |
| 1305 'type': 'executable', | |
| 1306 'dependencies': [ | |
| 1307 'net_base', | |
| 1308 ], | |
| 1309 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', | |
| 1310 'sources': [ | |
| 1311 'tools/hresolv/hresolv.cc', | |
| 1312 ], | |
| 1313 }, | |
| 1314 { | |
| 1315 'target_name': 'dnssec_chain_verify', | 1304 'target_name': 'dnssec_chain_verify', |
| 1316 'type': 'executable', | 1305 'type': 'executable', |
| 1317 'dependencies': [ | 1306 'dependencies': [ |
| 1318 'net_base', | 1307 'net_base', |
| 1319 ], | 1308 ], |
| 1320 'sources': [ | 1309 'sources': [ |
| 1321 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', | 1310 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', |
| 1322 ] | 1311 ] |
| 1323 }, | 1312 }, |
| 1324 { | 1313 { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 ], | 1430 ], |
| 1442 }], | 1431 }], |
| 1443 ], | 1432 ], |
| 1444 } | 1433 } |
| 1445 | 1434 |
| 1446 # Local Variables: | 1435 # Local Variables: |
| 1447 # tab-width:2 | 1436 # tab-width:2 |
| 1448 # indent-tabs-mode:nil | 1437 # indent-tabs-mode:nil |
| 1449 # End: | 1438 # End: |
| 1450 # vim: set expandtab tabstop=2 shiftwidth=2: | 1439 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |