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

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: Comments from Reilly 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//content/browser/devtools:resources", 55 "//content/browser/devtools:resources",
56 "//content/browser/notifications:notification_proto", 56 "//content/browser/notifications:notification_proto",
57 "//content/browser/service_worker:service_worker_proto", 57 "//content/browser/service_worker:service_worker_proto",
58 "//content/browser/speech/proto", 58 "//content/browser/speech/proto",
59 "//content/common", 59 "//content/common",
60 "//content/public/common:common_sources", 60 "//content/public/common:common_sources",
61 "//crypto", 61 "//crypto",
62 "//device/battery", 62 "//device/battery",
63 "//device/bluetooth", 63 "//device/bluetooth",
64 "//device/gamepad", 64 "//device/gamepad",
65 "//device/generic_sensor",
timvolodine 2016/08/18 22:52:13 we may want to have "enable_generic_sensor" for th
Mikhail 2016/08/19 09:29:55 We'd like to keep it as a runtime-enabled feature,
timvolodine 2016/08/19 16:02:30 This would allow to enable on platform by platform
65 "//device/geolocation:device_geolocation", 66 "//device/geolocation:device_geolocation",
66 "//device/geolocation/public/interfaces", 67 "//device/geolocation/public/interfaces",
67 "//device/power_save_blocker", 68 "//device/power_save_blocker",
68 "//device/vibration", 69 "//device/vibration",
69 "//gin", 70 "//gin",
70 "//google_apis", 71 "//google_apis",
71 "//gpu", 72 "//gpu",
72 "//gpu/command_buffer/client:gles2_implementation", 73 "//gpu/command_buffer/client:gles2_implementation",
73 "//gpu/command_buffer/client:gles2_interface", 74 "//gpu/command_buffer/client:gles2_interface",
74 "//media", 75 "//media",
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 if (!is_component_build) { 514 if (!is_component_build) {
514 public_deps = [ 515 public_deps = [
515 ":browser", 516 ":browser",
516 ] 517 ]
517 } else { 518 } else {
518 public_deps = [ 519 public_deps = [
519 "//third_party/leveldatabase", 520 "//third_party/leveldatabase",
520 ] 521 ]
521 } 522 }
522 } 523 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/frame_host/render_frame_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698