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

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

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fix nits 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("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "//components/url_formatter", 411 "//components/url_formatter",
412 "//content:resources", 412 "//content:resources",
413 "//content/child", 413 "//content/child",
414 "//content/common", 414 "//content/common",
415 "//content/gpu:gpu_sources", 415 "//content/gpu:gpu_sources",
416 "//content/public/child:child_sources", 416 "//content/public/child:child_sources",
417 "//content/public/common:common_sources", 417 "//content/public/common:common_sources",
418 "//content/public/common:feature_h264_with_openh264_ffmpeg", 418 "//content/public/common:feature_h264_with_openh264_ffmpeg",
419 "//content/public/common:features", 419 "//content/public/common:features",
420 "//crypto:platform", 420 "//crypto:platform",
421 "//device/base/synchronization",
421 "//device/battery:mojo_bindings", 422 "//device/battery:mojo_bindings",
422 "//device/bluetooth", 423 "//device/bluetooth",
423 "//device/time_zone_monitor/public/interfaces", 424 "//device/time_zone_monitor/public/interfaces",
424 "//device/usb/public/interfaces", 425 "//device/usb/public/interfaces",
425 "//device/vibration:mojo_bindings", 426 "//device/vibration:mojo_bindings",
426 "//device/vr:mojo_bindings", 427 "//device/vr:mojo_bindings",
427 "//gin", 428 "//gin",
428 "//gpu", 429 "//gpu",
429 "//gpu/command_buffer/client:gles2_interface", 430 "//gpu/command_buffer/client:gles2_interface",
430 "//jingle:jingle_glue", 431 "//jingle:jingle_glue",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 # For the defines in mojo_media_config. 914 # For the defines in mojo_media_config.
914 public_configs = [ "//media/mojo/services:mojo_media_config" ] 915 public_configs = [ "//media/mojo/services:mojo_media_config" ]
915 } 916 }
916 917
917 if (!is_component_build) { 918 if (!is_component_build) {
918 public_deps = [ 919 public_deps = [
919 ":renderer", 920 ":renderer",
920 ] 921 ]
921 } 922 }
922 } 923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698