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

Side by Side Diff: device/BUILD.gn

Issue 2075153002: Reland of 'Move content/browser/power_save_blocker to //device/power_save_blocker' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing libs for component mac Created 4 years, 6 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 | « content/public/browser/power_save_blocker_factory.h ('k') | device/power_save_blocker/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "vr/vr_device_manager_unittest.cc", 63 "vr/vr_device_manager_unittest.cc",
64 ] 64 ]
65 65
66 deps = [ 66 deps = [
67 "//base/test:test_support", 67 "//base/test:test_support",
68 "//device/battery", 68 "//device/battery",
69 "//device/battery:mojo_bindings", 69 "//device/battery:mojo_bindings",
70 "//device/bluetooth", 70 "//device/bluetooth",
71 "//device/bluetooth:mocks", 71 "//device/bluetooth:mocks",
72 "//device/nfc", 72 "//device/nfc",
73 "//device/power_save_blocker",
73 "//device/vr", 74 "//device/vr",
74 "//device/vr:fakes", 75 "//device/vr:fakes",
75 "//device/vr:mojo_bindings", 76 "//device/vr:mojo_bindings",
76 "//mojo/common", 77 "//mojo/common",
77 "//mojo/edk/system", 78 "//mojo/edk/system",
78 "//mojo/public/cpp/bindings", 79 "//mojo/public/cpp/bindings",
79 "//net", 80 "//net",
80 "//testing/gmock", 81 "//testing/gmock",
81 "//testing/gtest", 82 "//testing/gtest",
82 "//tools/usb_gadget", 83 "//tools/usb_gadget",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 } 225 }
225 226
226 android_library("bluetooth_test_java") { 227 android_library("bluetooth_test_java") {
227 java_files = bluetooth_java_sources_needing_jni 228 java_files = bluetooth_java_sources_needing_jni
228 deps = [ 229 deps = [
229 "//base:base_java", 230 "//base:base_java",
230 "//device/bluetooth:java", 231 "//device/bluetooth:java",
231 ] 232 ]
232 } 233 }
233 } 234 }
OLDNEW
« no previous file with comments | « content/public/browser/power_save_blocker_factory.h ('k') | device/power_save_blocker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698