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

Side by Side Diff: content/browser/BUILD.gn

Issue 2397393002: Provide child/frame IDs for WebSocket handshake request (Closed)
Patch Set: fix Created 4 years, 2 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 "web_contents/web_contents_view_guest.cc", 1342 "web_contents/web_contents_view_guest.cc",
1343 "web_contents/web_contents_view_guest.h", 1343 "web_contents/web_contents_view_guest.h",
1344 "web_contents/web_contents_view_mac.h", 1344 "web_contents/web_contents_view_mac.h",
1345 "web_contents/web_contents_view_mac.mm", 1345 "web_contents/web_contents_view_mac.mm",
1346 "web_contents/web_drag_dest_mac.h", 1346 "web_contents/web_drag_dest_mac.h",
1347 "web_contents/web_drag_dest_mac.mm", 1347 "web_contents/web_drag_dest_mac.mm",
1348 "web_contents/web_drag_source_mac.h", 1348 "web_contents/web_drag_source_mac.h",
1349 "web_contents/web_drag_source_mac.mm", 1349 "web_contents/web_drag_source_mac.mm",
1350 "web_contents/web_drag_utils_win.cc", 1350 "web_contents/web_drag_utils_win.cc",
1351 "web_contents/web_drag_utils_win.h", 1351 "web_contents/web_drag_utils_win.h",
1352 "websockets/websocket_handshake_request_info_impl.cc",
1353 "websockets/websocket_handshake_request_info_impl.h",
1352 "websockets/websocket_impl.cc", 1354 "websockets/websocket_impl.cc",
1353 "websockets/websocket_impl.h", 1355 "websockets/websocket_impl.h",
1354 "websockets/websocket_manager.cc", 1356 "websockets/websocket_manager.cc",
1355 "websockets/websocket_manager.h", 1357 "websockets/websocket_manager.h",
1356 "webui/content_web_ui_controller_factory.cc", 1358 "webui/content_web_ui_controller_factory.cc",
1357 "webui/content_web_ui_controller_factory.h", 1359 "webui/content_web_ui_controller_factory.h",
1358 "webui/generic_handler.cc", 1360 "webui/generic_handler.cc",
1359 "webui/generic_handler.h", 1361 "webui/generic_handler.h",
1360 "webui/shared_resources_data_source.cc", 1362 "webui/shared_resources_data_source.cc",
1361 "webui/shared_resources_data_source.h", 1363 "webui/shared_resources_data_source.h",
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 if (!is_component_build) { 1941 if (!is_component_build) {
1940 public_deps = [ 1942 public_deps = [
1941 ":browser", 1943 ":browser",
1942 ] 1944 ]
1943 } else { 1945 } else {
1944 public_deps = [ 1946 public_deps = [
1945 "//third_party/leveldatabase", 1947 "//third_party/leveldatabase",
1946 ] 1948 ]
1947 } 1949 }
1948 } 1950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698