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

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: comments addressed 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
« no previous file with comments | « no previous file | net/server/OWNERS » ('j') | net/server/http_server.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | net/server/OWNERS » ('j') | net/server/http_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698