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

Side by Side Diff: net/BUILD.gn

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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
« no previous file with comments | « mojo/tools/roll/third_party_khronos.patch ('k') | net/base/address_list_unittest.cc » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 "server/http_connection_unittest.cc", 1262 "server/http_connection_unittest.cc",
1263 "server/http_server_response_info_unittest.cc", 1263 "server/http_server_response_info_unittest.cc",
1264 "server/http_server_unittest.cc", 1264 "server/http_server_unittest.cc",
1265 "server/web_socket_encoder_unittest.cc", 1265 "server/web_socket_encoder_unittest.cc",
1266 "websockets/websocket_basic_stream_test.cc", 1266 "websockets/websocket_basic_stream_test.cc",
1267 "websockets/websocket_channel_test.cc", 1267 "websockets/websocket_channel_test.cc",
1268 "websockets/websocket_deflate_predictor_impl_test.cc", 1268 "websockets/websocket_deflate_predictor_impl_test.cc",
1269 "websockets/websocket_deflate_stream_test.cc", 1269 "websockets/websocket_deflate_stream_test.cc",
1270 "websockets/websocket_deflater_test.cc", 1270 "websockets/websocket_deflater_test.cc",
1271 "websockets/websocket_errors_test.cc", 1271 "websockets/websocket_errors_test.cc",
1272 "websockets/websocket_end_to_end_test.cc",
1272 "websockets/websocket_extension_parser_test.cc", 1273 "websockets/websocket_extension_parser_test.cc",
1273 "websockets/websocket_frame_parser_test.cc", 1274 "websockets/websocket_frame_parser_test.cc",
1274 "websockets/websocket_frame_test.cc", 1275 "websockets/websocket_frame_test.cc",
1275 "websockets/websocket_handshake_challenge_test.cc", 1276 "websockets/websocket_handshake_challenge_test.cc",
1276 "websockets/websocket_handshake_stream_create_helper_test.cc", 1277 "websockets/websocket_handshake_stream_create_helper_test.cc",
1277 "websockets/websocket_inflater_test.cc", 1278 "websockets/websocket_inflater_test.cc",
1278 "websockets/websocket_stream_test.cc", 1279 "websockets/websocket_stream_test.cc",
1279 "websockets/websocket_test_util.cc", 1280 "websockets/websocket_test_util.cc",
1280 "websockets/websocket_test_util.h", 1281 "websockets/websocket_test_util.h",
1281 ] 1282 ]
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 "quic/quic_server_bin.cc", 1414 "quic/quic_server_bin.cc",
1414 ] 1415 ]
1415 deps = [ 1416 deps = [
1416 ":quic_tools", 1417 ":quic_tools",
1417 ":net", 1418 ":net",
1418 "//base", 1419 "//base",
1419 "//third_party/boringssl", 1420 "//third_party/boringssl",
1420 ] 1421 ]
1421 } 1422 }
1422 } # !is_android && !is_win && !is_mac 1423 } # !is_android && !is_win && !is_mac
OLDNEW
« no previous file with comments | « mojo/tools/roll/third_party_khronos.patch ('k') | net/base/address_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698