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

Side by Side Diff: net/BUILD.gn

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 | « no previous file | net/net.gyp » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "proxy/proxy_config_service_common_unittest.h", 592 "proxy/proxy_config_service_common_unittest.h",
593 "socket/socket_test_util.cc", 593 "socket/socket_test_util.cc",
594 "socket/socket_test_util.h", 594 "socket/socket_test_util.h",
595 "test/cert_test_util.cc", 595 "test/cert_test_util.cc",
596 "test/cert_test_util.h", 596 "test/cert_test_util.h",
597 "test/cert_test_util_nss.cc", 597 "test/cert_test_util_nss.cc",
598 "test/channel_id_test_util.cc", 598 "test/channel_id_test_util.cc",
599 "test/channel_id_test_util.h", 599 "test/channel_id_test_util.h",
600 "test/ct_test_util.cc", 600 "test/ct_test_util.cc",
601 "test/ct_test_util.h", 601 "test/ct_test_util.h",
602 "test/embedded_test_server/default_handlers.cc",
603 "test/embedded_test_server/default_handlers.h",
602 "test/embedded_test_server/embedded_test_server.cc", 604 "test/embedded_test_server/embedded_test_server.cc",
603 "test/embedded_test_server/embedded_test_server.h", 605 "test/embedded_test_server/embedded_test_server.h",
604 "test/embedded_test_server/http_connection.cc", 606 "test/embedded_test_server/http_connection.cc",
605 "test/embedded_test_server/http_connection.h", 607 "test/embedded_test_server/http_connection.h",
606 "test/embedded_test_server/http_request.cc", 608 "test/embedded_test_server/http_request.cc",
607 "test/embedded_test_server/http_request.h", 609 "test/embedded_test_server/http_request.h",
608 "test/embedded_test_server/http_response.cc", 610 "test/embedded_test_server/http_response.cc",
609 "test/embedded_test_server/http_response.h", 611 "test/embedded_test_server/http_response.h",
610 "test/embedded_test_server/request_handler_util.cc", 612 "test/embedded_test_server/request_handler_util.cc",
611 "test/embedded_test_server/request_handler_util.h", 613 "test/embedded_test_server/request_handler_util.h",
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 if (enable_websockets) { 1675 if (enable_websockets) {
1674 sources += [ "websockets/websocket_frame_perftest.cc" ] 1676 sources += [ "websockets/websocket_frame_perftest.cc" ]
1675 } 1677 }
1676 1678
1677 if (use_v8_in_net) { 1679 if (use_v8_in_net) {
1678 deps += [ ":net_with_v8" ] 1680 deps += [ ":net_with_v8" ]
1679 } else { 1681 } else {
1680 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1682 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1681 } 1683 }
1682 } 1684 }
OLDNEW
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698