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

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

Issue 2224713002: Move WebSocketHandleImpl into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review feedback except the location of websocket.mojom Created 4 years, 4 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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 sources = [ 247 sources = [
248 "frame.mojom", 248 "frame.mojom",
249 "image_downloader/image_downloader.mojom", 249 "image_downloader/image_downloader.mojom",
250 "leveldb_wrapper.mojom", 250 "leveldb_wrapper.mojom",
251 "render_frame_message_filter.mojom", 251 "render_frame_message_filter.mojom",
252 "render_widget_window_tree_client_factory.mojom", 252 "render_widget_window_tree_client_factory.mojom",
253 "service_worker/embedded_worker_setup.mojom", 253 "service_worker/embedded_worker_setup.mojom",
254 "storage_partition_service.mojom", 254 "storage_partition_service.mojom",
255 "url_loader.mojom", 255 "url_loader.mojom",
256 "url_loader_factory.mojom", 256 "url_loader_factory.mojom",
257 "websocket.mojom",
258 ] 257 ]
259 258
260 import_dirs = [ "//mojo/services" ] 259 import_dirs = [ "//mojo/services" ]
261 260
262 public_deps = [ 261 public_deps = [
263 "//components/leveldb/public/interfaces", 262 "//components/leveldb/public/interfaces",
264 "//device/sensors/public/interfaces", 263 "//device/sensors/public/interfaces",
265 "//services/shell/public/interfaces", 264 "//services/shell/public/interfaces",
266 "//services/ui/public/interfaces", 265 "//services/ui/public/interfaces",
267 "//skia/public/interfaces", 266 "//skia/public/interfaces",
268 "//third_party/WebKit/public:mojo_bindings", 267 "//third_party/WebKit/public:mojo_bindings",
269 "//ui/gfx/geometry/mojo", 268 "//ui/gfx/geometry/mojo",
270 "//url/mojo:url_mojom_gurl", 269 "//url/mojo:url_mojom_gurl",
271 "//url/mojo:url_mojom_origin", 270 "//url/mojo:url_mojom_origin",
272 ] 271 ]
273 272
274 export_class_attribute = "CONTENT_EXPORT" 273 export_class_attribute = "CONTENT_EXPORT"
275 export_define = "CONTENT_IMPLEMENTATION=1" 274 export_define = "CONTENT_IMPLEMENTATION=1"
276 export_header = "content/common/content_export.h" 275 export_header = "content/common/content_export.h"
277 } 276 }
OLDNEW
« no previous file with comments | « content/browser/websockets/websocket_manager_unittest.cc ('k') | content/common/websocket.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698