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

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: Rebase. 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
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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'proxy/proxy_config_service_common_unittest.h', 549 'proxy/proxy_config_service_common_unittest.h',
550 'socket/socket_test_util.cc', 550 'socket/socket_test_util.cc',
551 'socket/socket_test_util.h', 551 'socket/socket_test_util.h',
552 'test/cert_test_util.cc', 552 'test/cert_test_util.cc',
553 'test/cert_test_util.h', 553 'test/cert_test_util.h',
554 'test/cert_test_util_nss.cc', 554 'test/cert_test_util_nss.cc',
555 'test/channel_id_test_util.cc', 555 'test/channel_id_test_util.cc',
556 'test/channel_id_test_util.h', 556 'test/channel_id_test_util.h',
557 'test/ct_test_util.cc', 557 'test/ct_test_util.cc',
558 'test/ct_test_util.h', 558 'test/ct_test_util.h',
559 'test/embedded_test_server/default_handlers.cc',
560 'test/embedded_test_server/default_handlers.h',
559 'test/embedded_test_server/embedded_test_server.cc', 561 'test/embedded_test_server/embedded_test_server.cc',
560 'test/embedded_test_server/embedded_test_server.h', 562 'test/embedded_test_server/embedded_test_server.h',
561 'test/embedded_test_server/http_connection.cc', 563 'test/embedded_test_server/http_connection.cc',
562 'test/embedded_test_server/http_connection.h', 564 'test/embedded_test_server/http_connection.h',
563 'test/embedded_test_server/http_request.cc', 565 'test/embedded_test_server/http_request.cc',
564 'test/embedded_test_server/http_request.h', 566 'test/embedded_test_server/http_request.h',
565 'test/embedded_test_server/http_response.cc', 567 'test/embedded_test_server/http_response.cc',
566 'test/embedded_test_server/http_response.h', 568 'test/embedded_test_server/http_response.h',
567 'test/embedded_test_server/request_handler_util.cc', 569 'test/embedded_test_server/request_handler_util.cc',
568 'test/embedded_test_server/request_handler_util.h', 570 'test/embedded_test_server/request_handler_util.h',
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 '../build/isolate.gypi', 1622 '../build/isolate.gypi',
1621 ], 1623 ],
1622 'sources': [ 1624 'sources': [
1623 'net_unittests.isolate', 1625 'net_unittests.isolate',
1624 ], 1626 ],
1625 }, 1627 },
1626 ], 1628 ],
1627 }], 1629 }],
1628 ], 1630 ],
1629 } 1631 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698