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

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

Issue 2144623003: [sensors] Introduce Generic Sensor API interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Definition for PlatformSensorProvider ctor/dtor Created 4 years, 4 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('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("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "//content/browser/devtools:resources", 54 "//content/browser/devtools:resources",
55 "//content/browser/notifications:notification_proto", 55 "//content/browser/notifications:notification_proto",
56 "//content/browser/service_worker:service_worker_proto", 56 "//content/browser/service_worker:service_worker_proto",
57 "//content/browser/speech/proto", 57 "//content/browser/speech/proto",
58 "//content/common", 58 "//content/common",
59 "//content/public/common:common_sources", 59 "//content/public/common:common_sources",
60 "//crypto", 60 "//crypto",
61 "//device/battery", 61 "//device/battery",
62 "//device/bluetooth", 62 "//device/bluetooth",
63 "//device/gamepad", 63 "//device/gamepad",
64 "//device/generic_sensor",
64 "//device/geolocation:device_geolocation", 65 "//device/geolocation:device_geolocation",
65 "//device/geolocation/public/interfaces", 66 "//device/geolocation/public/interfaces",
66 "//device/power_save_blocker", 67 "//device/power_save_blocker",
67 "//device/vibration", 68 "//device/vibration",
68 "//gin", 69 "//gin",
69 "//google_apis", 70 "//google_apis",
70 "//gpu", 71 "//gpu",
71 "//gpu/command_buffer/client:gles2_implementation", 72 "//gpu/command_buffer/client:gles2_implementation",
72 "//gpu/command_buffer/client:gles2_interface", 73 "//gpu/command_buffer/client:gles2_interface",
73 "//ipc", 74 "//ipc",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 if (!is_component_build) { 503 if (!is_component_build) {
503 public_deps = [ 504 public_deps = [
504 ":browser", 505 ":browser",
505 ] 506 ]
506 } else { 507 } else {
507 public_deps = [ 508 public_deps = [
508 "//third_party/leveldatabase", 509 "//third_party/leveldatabase",
509 ] 510 ]
510 } 511 }
511 } 512 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698