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

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

Issue 2705773002: [Autofill] Move country combo box model from chrome to component. (Closed)
Patch Set: Rebase Created 3 years, 10 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 3774 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698