| 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 3690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3701 sources -= | 3701 sources -= |
| 3702 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] | 3702 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] |
| 3703 deps += [ | 3703 deps += [ |
| 3704 "//device/battery:mojo_bindings", | 3704 "//device/battery:mojo_bindings", |
| 3705 "//third_party/libaddressinput", | 3705 "//third_party/libaddressinput", |
| 3706 ] | 3706 ] |
| 3707 } | 3707 } |
| 3708 | 3708 |
| 3709 if (!is_ios && !is_android) { | 3709 if (!is_ios && !is_android) { |
| 3710 sources += [ | 3710 sources += [ |
| 3711 "../browser/devtools/devtools_ui_bindings_unittest.cc", |
| 3711 "../browser/download/download_dir_policy_handler_unittest.cc", | 3712 "../browser/download/download_dir_policy_handler_unittest.cc", |
| 3712 "../browser/lifetime/keep_alive_registry_unittest.cc", | 3713 "../browser/lifetime/keep_alive_registry_unittest.cc", |
| 3713 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", | 3714 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", |
| 3714 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", | 3715 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", |
| 3715 "../browser/ui/autofill/country_combobox_model_unittest.cc", | 3716 "../browser/ui/autofill/country_combobox_model_unittest.cc", |
| 3716 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", | 3717 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", |
| 3717 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", | 3718 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", |
| 3718 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", | 3719 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", |
| 3719 "../browser/ui/webui/devtools_ui_unittest.cc", | |
| 3720 ] | 3720 ] |
| 3721 deps += [ | 3721 deps += [ |
| 3722 ":unit_tests_js", | 3722 ":unit_tests_js", |
| 3723 "//components/bubble:test_support", | 3723 "//components/bubble:test_support", |
| 3724 ] | 3724 ] |
| 3725 data += [ | 3725 data += [ |
| 3726 "$root_out_dir/test_data/chrome/browser/resources/google_now/", | 3726 "$root_out_dir/test_data/chrome/browser/resources/google_now/", |
| 3727 "$root_out_dir/test_data/chrome/browser/resources/print_preview/", | 3727 "$root_out_dir/test_data/chrome/browser/resources/print_preview/", |
| 3728 "$root_out_dir/test_data/chrome/renderer/resources/extensions/", | 3728 "$root_out_dir/test_data/chrome/renderer/resources/extensions/", |
| 3729 "$root_out_dir/test_data/ui/webui/", | 3729 "$root_out_dir/test_data/ui/webui/", |
| (...skipping 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5086 } | 5086 } |
| 5087 | 5087 |
| 5088 if (is_win) { | 5088 if (is_win) { |
| 5089 loadable_module("conflicts_dll") { | 5089 loadable_module("conflicts_dll") { |
| 5090 testonly = true | 5090 testonly = true |
| 5091 sources = [ | 5091 sources = [ |
| 5092 "conflicts/conflicts_dll.cc", | 5092 "conflicts/conflicts_dll.cc", |
| 5093 ] | 5093 ] |
| 5094 } | 5094 } |
| 5095 } | 5095 } |
| OLD | NEW |