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

Side by Side Diff: net/net.gyp

Issue 1406313002: Adding Default Handlers from SpawnedTestServer to EmbeddedTestServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Adding comments. Created 5 years, 1 month 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
« no previous file with comments | « net/BUILD.gn ('k') | net/test/embedded_test_server/default_handlers.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'proxy/proxy_config_service_common_unittest.h', 550 'proxy/proxy_config_service_common_unittest.h',
551 'socket/socket_test_util.cc', 551 'socket/socket_test_util.cc',
552 'socket/socket_test_util.h', 552 'socket/socket_test_util.h',
553 'test/cert_test_util.cc', 553 'test/cert_test_util.cc',
554 'test/cert_test_util.h', 554 'test/cert_test_util.h',
555 'test/cert_test_util_nss.cc', 555 'test/cert_test_util_nss.cc',
556 'test/channel_id_test_util.cc', 556 'test/channel_id_test_util.cc',
557 'test/channel_id_test_util.h', 557 'test/channel_id_test_util.h',
558 'test/ct_test_util.cc', 558 'test/ct_test_util.cc',
559 'test/ct_test_util.h', 559 'test/ct_test_util.h',
560 'test/embedded_test_server/default_handlers.cc',
561 'test/embedded_test_server/default_handlers.h',
560 'test/embedded_test_server/embedded_test_server.cc', 562 'test/embedded_test_server/embedded_test_server.cc',
561 'test/embedded_test_server/embedded_test_server.h', 563 'test/embedded_test_server/embedded_test_server.h',
562 'test/embedded_test_server/http_connection.cc', 564 'test/embedded_test_server/http_connection.cc',
563 'test/embedded_test_server/http_connection.h', 565 'test/embedded_test_server/http_connection.h',
564 'test/embedded_test_server/http_request.cc', 566 'test/embedded_test_server/http_request.cc',
565 'test/embedded_test_server/http_request.h', 567 'test/embedded_test_server/http_request.h',
566 'test/embedded_test_server/http_response.cc', 568 'test/embedded_test_server/http_response.cc',
567 'test/embedded_test_server/http_response.h', 569 'test/embedded_test_server/http_response.h',
568 'test/embedded_test_server/request_handler_util.cc', 570 'test/embedded_test_server/request_handler_util.cc',
569 'test/embedded_test_server/request_handler_util.h', 571 'test/embedded_test_server/request_handler_util.h',
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 '../build/isolate.gypi', 1623 '../build/isolate.gypi',
1622 ], 1624 ],
1623 'sources': [ 1625 'sources': [
1624 'net_unittests.isolate', 1626 'net_unittests.isolate',
1625 ], 1627 ],
1626 }, 1628 },
1627 ], 1629 ],
1628 }], 1630 }],
1629 ], 1631 ],
1630 } 1632 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/test/embedded_test_server/default_handlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698