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

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, 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//device/battery:mojo_bindings", 60 "//device/battery:mojo_bindings",
61 "//device/bluetooth", 61 "//device/bluetooth",
62 "//device/gamepad", 62 "//device/gamepad",
63 "//device/generic_sensor", 63 "//device/generic_sensor",
64 "//device/geolocation", 64 "//device/geolocation",
65 "//device/geolocation/public/interfaces", 65 "//device/geolocation/public/interfaces",
66 "//device/nfc:mojo_bindings", 66 "//device/nfc:mojo_bindings",
67 "//device/power_save_blocker", 67 "//device/power_save_blocker",
68 "//device/sensors/public/cpp", 68 "//device/sensors/public/cpp",
69 "//device/time_zone_monitor", 69 "//device/time_zone_monitor",
70 "//device/time_zone_monitor/public/interfaces",
70 "//device/vibration", 71 "//device/vibration",
71 "//device/wake_lock", 72 "//device/wake_lock",
72 "//gin", 73 "//gin",
73 "//google_apis", 74 "//google_apis",
74 "//gpu", 75 "//gpu",
75 "//gpu/command_buffer/client:gles2_implementation", 76 "//gpu/command_buffer/client:gles2_implementation",
76 "//gpu/command_buffer/client:gles2_interface", 77 "//gpu/command_buffer/client:gles2_interface",
77 "//ipc", 78 "//ipc",
78 "//ipc:mojom", 79 "//ipc:mojom",
79 "//media", 80 "//media",
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 if (!is_component_build) { 1936 if (!is_component_build) {
1936 public_deps = [ 1937 public_deps = [
1937 ":browser", 1938 ":browser",
1938 ] 1939 ]
1939 } else { 1940 } else {
1940 public_deps = [ 1941 public_deps = [
1941 "//third_party/leveldatabase", 1942 "//third_party/leveldatabase",
1942 ] 1943 ]
1943 } 1944 }
1944 } 1945 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | third_party/WebKit/Source/core/workers/WorkerBackingThread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698