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

Side by Side Diff: content/public/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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "web_contents_user_data.h", 265 "web_contents_user_data.h",
266 "web_contents_view_delegate.cc", 266 "web_contents_view_delegate.cc",
267 "web_contents_view_delegate.h", 267 "web_contents_view_delegate.h",
268 "web_drag_dest_delegate.h", 268 "web_drag_dest_delegate.h",
269 "web_ui.h", 269 "web_ui.h",
270 "web_ui_controller.cc", 270 "web_ui_controller.cc",
271 "web_ui_controller.h", 271 "web_ui_controller.h",
272 "web_ui_controller_factory.h", 272 "web_ui_controller_factory.h",
273 "web_ui_data_source.h", 273 "web_ui_data_source.h",
274 "web_ui_message_handler.h", 274 "web_ui_message_handler.h",
275 "websocket_handshake_request_info.h",
275 "worker_service.h", 276 "worker_service.h",
276 "worker_service_observer.h", 277 "worker_service_observer.h",
277 "zoom_level_delegate.h", 278 "zoom_level_delegate.h",
278 "zygote_handle_linux.h", 279 "zygote_handle_linux.h",
279 "zygote_host_linux.h", 280 "zygote_host_linux.h",
280 ] 281 ]
281 configs += [ 282 configs += [
282 "//build/config:precompiled_headers", 283 "//build/config:precompiled_headers",
283 "//build/config/compiler:wexit_time_destructors", 284 "//build/config/compiler:wexit_time_destructors",
284 "//content:content_implementation", 285 "//content:content_implementation",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 320
320 if (is_android) { 321 if (is_android) {
321 deps += [ "//ui/android" ] 322 deps += [ "//ui/android" ]
322 } 323 }
323 324
324 if (use_aura) { 325 if (use_aura) {
325 sources -= [ "context_factory.h" ] 326 sources -= [ "context_factory.h" ]
326 deps += [ "//ui/aura" ] 327 deps += [ "//ui/aura" ]
327 } 328 }
328 } 329 }
OLDNEW
« no previous file with comments | « content/browser/websockets/websocket_manager_unittest.cc ('k') | content/public/browser/websocket_handshake_request_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698