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

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

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change Created 3 years, 7 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 | « chrome/browser/DEPS ('k') | device/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 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 3587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3598 "../utility/importer/edge_database_reader_unittest_win.cc", 3598 "../utility/importer/edge_database_reader_unittest_win.cc",
3599 "../utility/importer/firefox_importer_unittest.cc", 3599 "../utility/importer/firefox_importer_unittest.cc",
3600 "../utility/importer/firefox_importer_unittest_messages_internal.h", 3600 "../utility/importer/firefox_importer_unittest_messages_internal.h",
3601 "../utility/importer/firefox_importer_unittest_utils.h", 3601 "../utility/importer/firefox_importer_unittest_utils.h",
3602 "../utility/importer/firefox_importer_unittest_utils_mac.cc", 3602 "../utility/importer/firefox_importer_unittest_utils_mac.cc",
3603 "../utility/importer/safari_importer_unittest.mm", 3603 "../utility/importer/safari_importer_unittest.mm",
3604 ] 3604 ]
3605 sources -= 3605 sources -=
3606 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] 3606 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
3607 deps += [ 3607 deps += [
3608 "//device/battery:mojo_bindings",
3609 "//ipc", 3608 "//ipc",
3610 "//third_party/libaddressinput", 3609 "//third_party/libaddressinput",
3611 ] 3610 ]
3612 } 3611 }
3613 3612
3614 if (!is_android) { 3613 if (!is_android) {
3615 sources += [ 3614 sources += [
3616 "../browser/devtools/devtools_ui_bindings_unittest.cc", 3615 "../browser/devtools/devtools_ui_bindings_unittest.cc",
3617 "../browser/devtools/serialize_host_descriptions_unittest.cc", 3616 "../browser/devtools/serialize_host_descriptions_unittest.cc",
3618 "../browser/download/download_dir_policy_handler_unittest.cc", 3617 "../browser/download/download_dir_policy_handler_unittest.cc",
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
5026 } 5025 }
5027 5026
5028 if (is_win) { 5027 if (is_win) {
5029 loadable_module("conflicts_dll") { 5028 loadable_module("conflicts_dll") {
5030 testonly = true 5029 testonly = true
5031 sources = [ 5030 sources = [
5032 "conflicts/conflicts_dll.cc", 5031 "conflicts/conflicts_dll.cc",
5033 ] 5032 ]
5034 } 5033 }
5035 } 5034 }
OLDNEW
« no previous file with comments | « chrome/browser/DEPS ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698