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

Side by Side Diff: content/browser/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 | « no previous file | content/public/test/render_view_test.cc » ('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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//device/battery:mojo_bindings", 63 "//device/battery:mojo_bindings",
64 "//device/bluetooth", 64 "//device/bluetooth",
65 "//device/gamepad", 65 "//device/gamepad",
66 "//device/generic_sensor", 66 "//device/generic_sensor",
67 "//device/geolocation", 67 "//device/geolocation",
68 "//device/geolocation/public/interfaces", 68 "//device/geolocation/public/interfaces",
69 "//device/nfc:mojo_bindings", 69 "//device/nfc:mojo_bindings",
70 "//device/power_save_blocker", 70 "//device/power_save_blocker",
71 "//device/sensors/public/cpp", 71 "//device/sensors/public/cpp",
72 "//device/time_zone_monitor", 72 "//device/time_zone_monitor",
73 "//device/time_zone_monitor/public/interfaces",
73 "//device/vibration", 74 "//device/vibration",
74 "//device/wake_lock", 75 "//device/wake_lock",
75 "//gin", 76 "//gin",
76 "//google_apis", 77 "//google_apis",
77 "//gpu", 78 "//gpu",
78 "//gpu/command_buffer/client:gles2_implementation", 79 "//gpu/command_buffer/client:gles2_implementation",
79 "//gpu/command_buffer/client:gles2_interface", 80 "//gpu/command_buffer/client:gles2_interface",
80 "//ipc", 81 "//ipc",
81 "//ipc:mojom", 82 "//ipc:mojom",
82 "//media", 83 "//media",
(...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 if (!is_component_build) { 1952 if (!is_component_build) {
1952 public_deps = [ 1953 public_deps = [
1953 ":browser", 1954 ":browser",
1954 ] 1955 ]
1955 } else { 1956 } else {
1956 public_deps = [ 1957 public_deps = [
1957 "//third_party/leveldatabase", 1958 "//third_party/leveldatabase",
1958 ] 1959 ]
1959 } 1960 }
1960 } 1961 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698