| OLD | NEW |
| 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 3791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3802 deps += [ | 3802 deps += [ |
| 3803 "//device/battery:mojo_bindings", | 3803 "//device/battery:mojo_bindings", |
| 3804 "//ipc", | 3804 "//ipc", |
| 3805 "//third_party/libaddressinput", | 3805 "//third_party/libaddressinput", |
| 3806 ] | 3806 ] |
| 3807 } | 3807 } |
| 3808 | 3808 |
| 3809 if (!is_android) { | 3809 if (!is_android) { |
| 3810 sources += [ | 3810 sources += [ |
| 3811 "../browser/devtools/devtools_ui_bindings_unittest.cc", | 3811 "../browser/devtools/devtools_ui_bindings_unittest.cc", |
| 3812 "../browser/devtools/serialize_host_descriptions_unittest.cc", |
| 3812 "../browser/download/download_dir_policy_handler_unittest.cc", | 3813 "../browser/download/download_dir_policy_handler_unittest.cc", |
| 3813 "../browser/lifetime/keep_alive_registry_unittest.cc", | 3814 "../browser/lifetime/keep_alive_registry_unittest.cc", |
| 3814 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", | 3815 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", |
| 3815 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", | 3816 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", |
| 3816 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", | 3817 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", |
| 3817 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", | 3818 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", |
| 3818 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", | 3819 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", |
| 3819 ] | 3820 ] |
| 3820 deps += [ | 3821 deps += [ |
| 3821 ":unit_tests_js", | 3822 ":unit_tests_js", |
| (...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5241 } | 5242 } |
| 5242 | 5243 |
| 5243 if (is_win) { | 5244 if (is_win) { |
| 5244 loadable_module("conflicts_dll") { | 5245 loadable_module("conflicts_dll") { |
| 5245 testonly = true | 5246 testonly = true |
| 5246 sources = [ | 5247 sources = [ |
| 5247 "conflicts/conflicts_dll.cc", | 5248 "conflicts/conflicts_dll.cc", |
| 5248 ] | 5249 ] |
| 5249 } | 5250 } |
| 5250 } | 5251 } |
| OLD | NEW |