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

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

Issue 2620153002: Fix front-end host creation upon navigation (Closed)
Patch Set: rebased on top of https://codereview.chromium.org/2607833002/ Created 3 years, 11 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/ui/webui/devtools_ui_unittest.cc ('k') | no next file » | 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 3690 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/devtools_ui_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698