| 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 3774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3785 ] | 3785 ] |
| 3786 } | 3786 } |
| 3787 | 3787 |
| 3788 if (!is_ios && !is_android) { | 3788 if (!is_ios && !is_android) { |
| 3789 sources += [ | 3789 sources += [ |
| 3790 "../browser/devtools/devtools_ui_bindings_unittest.cc", | 3790 "../browser/devtools/devtools_ui_bindings_unittest.cc", |
| 3791 "../browser/download/download_dir_policy_handler_unittest.cc", | 3791 "../browser/download/download_dir_policy_handler_unittest.cc", |
| 3792 "../browser/lifetime/keep_alive_registry_unittest.cc", | 3792 "../browser/lifetime/keep_alive_registry_unittest.cc", |
| 3793 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", | 3793 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", |
| 3794 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", | 3794 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", |
| 3795 "../browser/ui/autofill/country_combobox_model_unittest.cc", | |
| 3796 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", | 3795 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", |
| 3797 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", | 3796 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", |
| 3798 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", | 3797 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", |
| 3799 ] | 3798 ] |
| 3800 deps += [ | 3799 deps += [ |
| 3801 ":unit_tests_js", | 3800 ":unit_tests_js", |
| 3802 "//components/bubble:test_support", | 3801 "//components/bubble:test_support", |
| 3803 ] | 3802 ] |
| 3804 data += [ | 3803 data += [ |
| 3805 "$root_out_dir/test_data/chrome/browser/resources/google_now/", | 3804 "$root_out_dir/test_data/chrome/browser/resources/google_now/", |
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5193 } | 5192 } |
| 5194 | 5193 |
| 5195 if (is_win) { | 5194 if (is_win) { |
| 5196 loadable_module("conflicts_dll") { | 5195 loadable_module("conflicts_dll") { |
| 5197 testonly = true | 5196 testonly = true |
| 5198 sources = [ | 5197 sources = [ |
| 5199 "conflicts/conflicts_dll.cc", | 5198 "conflicts/conflicts_dll.cc", |
| 5200 ] | 5199 ] |
| 5201 } | 5200 } |
| 5202 } | 5201 } |
| OLD | NEW |