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

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

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Rebase only Created 4 years, 1 month 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
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "//content/gpu:gpu_sources", 412 "//content/gpu:gpu_sources",
413 "//content/public/child:child_sources", 413 "//content/public/child:child_sources",
414 "//content/public/common:common_sources", 414 "//content/public/common:common_sources",
415 "//content/public/common:feature_h264_with_openh264_ffmpeg", 415 "//content/public/common:feature_h264_with_openh264_ffmpeg",
416 "//content/public/common:features", 416 "//content/public/common:features",
417 "//crypto:platform", 417 "//crypto:platform",
418 "//device/base/synchronization", 418 "//device/base/synchronization",
419 "//device/battery:mojo_bindings", 419 "//device/battery:mojo_bindings",
420 "//device/bluetooth", 420 "//device/bluetooth",
421 "//device/sensors/public/cpp", 421 "//device/sensors/public/cpp",
422 "//device/time_zone_monitor/public/interfaces",
423 "//device/usb/public/interfaces", 422 "//device/usb/public/interfaces",
424 "//device/vibration:mojo_bindings", 423 "//device/vibration:mojo_bindings",
425 "//device/vr:mojo_bindings", 424 "//device/vr:mojo_bindings",
426 "//gin", 425 "//gin",
427 "//gpu", 426 "//gpu",
428 "//gpu/command_buffer/client:gles2_interface", 427 "//gpu/command_buffer/client:gles2_interface",
429 "//jingle:jingle_glue", 428 "//jingle:jingle_glue",
430 "//media", 429 "//media",
431 "//media/blink", 430 "//media/blink",
432 "//media/capture", 431 "//media/capture",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 # For the defines in mojo_media_config. 913 # For the defines in mojo_media_config.
915 public_configs = [ "//media/mojo/services:mojo_media_config" ] 914 public_configs = [ "//media/mojo/services:mojo_media_config" ]
916 } 915 }
917 916
918 if (!is_component_build) { 917 if (!is_component_build) {
919 public_deps = [ 918 public_deps = [
920 ":renderer", 919 ":renderer",
921 ] 920 ]
922 } 921 }
923 } 922 }
OLDNEW
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698