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

Side by Side Diff: net/net.gyp

Issue 7482041: DevTools: no way to remote debug using ToT build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: web_socket class was extracted. Created 9 years, 4 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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 'dependencies': [ 1313 'dependencies': [
1314 'net', 1314 'net',
1315 '../base/base.gyp:base', 1315 '../base/base.gyp:base',
1316 '../testing/gtest.gyp:gtest', 1316 '../testing/gtest.gyp:gtest',
1317 ], 1317 ],
1318 'sources': [ 1318 'sources': [
1319 'server/http_server.cc', 1319 'server/http_server.cc',
1320 'server/http_server.h', 1320 'server/http_server.h',
1321 'server/http_server_request_info.cc', 1321 'server/http_server_request_info.cc',
1322 'server/http_server_request_info.h', 1322 'server/http_server_request_info.h',
1323 'server/web_socket.cc',
1324 'server/web_socket.h',
1323 ], 1325 ],
1324 }, 1326 },
1325 { 1327 {
1326 'target_name': 'dnssec_chain_verify', 1328 'target_name': 'dnssec_chain_verify',
1327 'type': 'executable', 1329 'type': 'executable',
1328 'dependencies': [ 1330 'dependencies': [
1329 'net', 1331 'net',
1330 '../base/base.gyp:base', 1332 '../base/base.gyp:base',
1331 ], 1333 ],
1332 'sources': [ 1334 'sources': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'tools/dump_cache/url_to_filename_encoder.cc', 1490 'tools/dump_cache/url_to_filename_encoder.cc',
1489 'tools/dump_cache/url_to_filename_encoder.h', 1491 'tools/dump_cache/url_to_filename_encoder.h',
1490 'tools/dump_cache/url_utilities.h', 1492 'tools/dump_cache/url_utilities.h',
1491 'tools/dump_cache/url_utilities.cc', 1493 'tools/dump_cache/url_utilities.cc',
1492 ], 1494 ],
1493 }, 1495 },
1494 ], 1496 ],
1495 }], 1497 }],
1496 ], 1498 ],
1497 } 1499 }
OLDNEW
« no previous file with comments | « net/base/listen_socket.cc ('k') | net/server/OWNERS » ('j') | net/server/http_server.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698