| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'dependencies': [ | 1310 'dependencies': [ |
| 1311 'net', | 1311 'net', |
| 1312 '../base/base.gyp:base', | 1312 '../base/base.gyp:base', |
| 1313 '../testing/gtest.gyp:gtest', | 1313 '../testing/gtest.gyp:gtest', |
| 1314 ], | 1314 ], |
| 1315 'sources': [ | 1315 'sources': [ |
| 1316 'server/http_server.cc', | 1316 'server/http_server.cc', |
| 1317 'server/http_server.h', | 1317 'server/http_server.h', |
| 1318 'server/http_server_request_info.cc', | 1318 'server/http_server_request_info.cc', |
| 1319 'server/http_server_request_info.h', | 1319 'server/http_server_request_info.h', |
| 1320 'server/web_socket_frame.cc', |
| 1321 'server/web_socket_frame.h', |
| 1320 ], | 1322 ], |
| 1321 }, | 1323 }, |
| 1322 { | 1324 { |
| 1323 'target_name': 'dnssec_chain_verify', | 1325 'target_name': 'dnssec_chain_verify', |
| 1324 'type': 'executable', | 1326 'type': 'executable', |
| 1325 'dependencies': [ | 1327 'dependencies': [ |
| 1326 'net', | 1328 'net', |
| 1327 '../base/base.gyp:base', | 1329 '../base/base.gyp:base', |
| 1328 ], | 1330 ], |
| 1329 'sources': [ | 1331 'sources': [ |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1485 'tools/dump_cache/url_to_filename_encoder.cc', | 1487 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1486 'tools/dump_cache/url_to_filename_encoder.h', | 1488 'tools/dump_cache/url_to_filename_encoder.h', |
| 1487 'tools/dump_cache/url_utilities.h', | 1489 'tools/dump_cache/url_utilities.h', |
| 1488 'tools/dump_cache/url_utilities.cc', | 1490 'tools/dump_cache/url_utilities.cc', |
| 1489 ], | 1491 ], |
| 1490 }, | 1492 }, |
| 1491 ], | 1493 ], |
| 1492 }], | 1494 }], |
| 1493 ], | 1495 ], |
| 1494 } | 1496 } |
| OLD | NEW |