| 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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'type': '<(library)', | 1201 'type': '<(library)', |
| 1202 'dependencies': [ | 1202 'dependencies': [ |
| 1203 'net', | 1203 'net', |
| 1204 '../base/base.gyp:base', | 1204 '../base/base.gyp:base', |
| 1205 '../testing/gtest.gyp:gtest', | 1205 '../testing/gtest.gyp:gtest', |
| 1206 ], | 1206 ], |
| 1207 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE', | 1207 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE', |
| 1208 'sources': [ | 1208 'sources': [ |
| 1209 'server/http_listen_socket.cc', | 1209 'server/http_listen_socket.cc', |
| 1210 'server/http_listen_socket.h', | 1210 'server/http_listen_socket.h', |
| 1211 'server/http_server_request_info.cc', |
| 1211 'server/http_server_request_info.h', | 1212 'server/http_server_request_info.h', |
| 1212 ], | 1213 ], |
| 1213 }, | 1214 }, |
| 1214 { | 1215 { |
| 1215 'target_name': 'hresolv', | 1216 'target_name': 'hresolv', |
| 1216 'type': 'executable', | 1217 'type': 'executable', |
| 1217 'dependencies': [ | 1218 'dependencies': [ |
| 1218 'net_base', | 1219 'net_base', |
| 1219 ], | 1220 ], |
| 1220 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', | 1221 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 ], | 1326 ], |
| 1326 }], | 1327 }], |
| 1327 ], | 1328 ], |
| 1328 } | 1329 } |
| 1329 | 1330 |
| 1330 # Local Variables: | 1331 # Local Variables: |
| 1331 # tab-width:2 | 1332 # tab-width:2 |
| 1332 # indent-tabs-mode:nil | 1333 # indent-tabs-mode:nil |
| 1333 # End: | 1334 # End: |
| 1334 # vim: set expandtab tabstop=2 shiftwidth=2: | 1335 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |