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

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

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "//content/common", 408 "//content/common",
409 "//content/gpu:gpu_sources", 409 "//content/gpu:gpu_sources",
410 "//content/public/child:child_sources", 410 "//content/public/child:child_sources",
411 "//content/public/common:common_sources", 411 "//content/public/common:common_sources",
412 "//content/public/common:feature_h264_with_openh264_ffmpeg", 412 "//content/public/common:feature_h264_with_openh264_ffmpeg",
413 "//content/public/common:features", 413 "//content/public/common:features",
414 "//crypto:platform", 414 "//crypto:platform",
415 "//device/base/synchronization", 415 "//device/base/synchronization",
416 "//device/battery:mojo_bindings", 416 "//device/battery:mojo_bindings",
417 "//device/bluetooth", 417 "//device/bluetooth",
418 "//device/time_zone_monitor/public/interfaces",
419 "//device/usb/public/interfaces", 418 "//device/usb/public/interfaces",
420 "//device/vibration:mojo_bindings", 419 "//device/vibration:mojo_bindings",
421 "//device/vr:mojo_bindings", 420 "//device/vr:mojo_bindings",
422 "//gin", 421 "//gin",
423 "//gpu", 422 "//gpu",
424 "//gpu/command_buffer/client:gles2_interface", 423 "//gpu/command_buffer/client:gles2_interface",
425 "//jingle:jingle_glue", 424 "//jingle:jingle_glue",
426 "//media", 425 "//media",
427 "//media/blink", 426 "//media/blink",
428 "//media/capture", 427 "//media/capture",
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 # For the defines in mojo_media_config. 898 # For the defines in mojo_media_config.
900 public_configs = [ "//media/mojo/services:mojo_media_config" ] 899 public_configs = [ "//media/mojo/services:mojo_media_config" ]
901 } 900 }
902 901
903 if (!is_component_build) { 902 if (!is_component_build) {
904 public_deps = [ 903 public_deps = [
905 ":renderer", 904 ":renderer",
906 ] 905 ]
907 } 906 }
908 } 907 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698