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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Rebase only Created 3 years, 8 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3783 matching lines...) Expand 10 before | Expand all | Expand 10 after
3794 "../utility/importer/edge_database_reader_unittest_win.cc", 3794 "../utility/importer/edge_database_reader_unittest_win.cc",
3795 "../utility/importer/firefox_importer_unittest.cc", 3795 "../utility/importer/firefox_importer_unittest.cc",
3796 "../utility/importer/firefox_importer_unittest_messages_internal.h", 3796 "../utility/importer/firefox_importer_unittest_messages_internal.h",
3797 "../utility/importer/firefox_importer_unittest_utils.h", 3797 "../utility/importer/firefox_importer_unittest_utils.h",
3798 "../utility/importer/firefox_importer_unittest_utils_mac.cc", 3798 "../utility/importer/firefox_importer_unittest_utils_mac.cc",
3799 "../utility/importer/safari_importer_unittest.mm", 3799 "../utility/importer/safari_importer_unittest.mm",
3800 ] 3800 ]
3801 sources -= 3801 sources -=
3802 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] 3802 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
3803 deps += [ 3803 deps += [
3804 "//device/battery:mojo_bindings",
3805 "//ipc", 3804 "//ipc",
3806 "//third_party/libaddressinput", 3805 "//third_party/libaddressinput",
3807 ] 3806 ]
3808 } 3807 }
3809 3808
3810 if (!is_android) { 3809 if (!is_android) {
3811 sources += [ 3810 sources += [
3812 "../browser/devtools/devtools_ui_bindings_unittest.cc", 3811 "../browser/devtools/devtools_ui_bindings_unittest.cc",
3813 "../browser/devtools/serialize_host_descriptions_unittest.cc", 3812 "../browser/devtools/serialize_host_descriptions_unittest.cc",
3814 "../browser/download/download_dir_policy_handler_unittest.cc", 3813 "../browser/download/download_dir_policy_handler_unittest.cc",
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
5242 } 5241 }
5243 5242
5244 if (is_win) { 5243 if (is_win) {
5245 loadable_module("conflicts_dll") { 5244 loadable_module("conflicts_dll") {
5246 testonly = true 5245 testonly = true
5247 sources = [ 5246 sources = [
5248 "conflicts/conflicts_dll.cc", 5247 "conflicts/conflicts_dll.cc",
5249 ] 5248 ]
5250 } 5249 }
5251 } 5250 }
OLDNEW
« no previous file with comments | « chrome/browser/DEPS ('k') | device/BUILD.gn » ('j') | services/device/battery/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698