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

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

Issue 2808223002: Add test for ContentSettingBubbleContents
Patch Set: Add test for ContentSettingBubbleContents Created 3 years, 8 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/views/content_setting_bubble_contents_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 4835 matching lines...) Expand 10 before | Expand all | Expand 10 after
4846 deps += [ 4846 deps += [
4847 "//components/web_modal:test_support", 4847 "//components/web_modal:test_support",
4848 "//ui/views", 4848 "//ui/views",
4849 "//ui/views:test_support", 4849 "//ui/views:test_support",
4850 ] 4850 ]
4851 sources += [ 4851 sources += [
4852 "../../ui/views/controls/webview/webview_unittest.cc", 4852 "../../ui/views/controls/webview/webview_unittest.cc",
4853 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c", 4853 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c",
4854 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc", 4854 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc",
4855 "../browser/ui/views/confirm_bubble_views_unittest.cc", 4855 "../browser/ui/views/confirm_bubble_views_unittest.cc",
4856 "../browser/ui/views/content_setting_bubble_contents_unittest.cc",
4856 "../browser/ui/views/global_error_bubble_view_unittest.cc", 4857 "../browser/ui/views/global_error_bubble_view_unittest.cc",
4857 "../browser/ui/views/harmony/layout_delegate_unittest.cc", 4858 "../browser/ui/views/harmony/layout_delegate_unittest.cc",
4858 "../browser/ui/views/page_info/page_info_bubble_view_unittest.cc", 4859 "../browser/ui/views/page_info/page_info_bubble_view_unittest.cc",
4859 "../browser/ui/views/payments/credit_card_editor_view_controller_unittest. cc", 4860 "../browser/ui/views/payments/credit_card_editor_view_controller_unittest. cc",
4860 "../browser/ui/views/payments/payment_request_item_list_unittest.cc", 4861 "../browser/ui/views/payments/payment_request_item_list_unittest.cc",
4861 "../browser/ui/views/payments/validating_textfield_unittest.cc", 4862 "../browser/ui/views/payments/validating_textfield_unittest.cc",
4862 "../browser/ui/views/payments/view_stack_unittest.cc", 4863 "../browser/ui/views/payments/view_stack_unittest.cc",
4863 ] 4864 ]
4864 if (is_chromeos) { 4865 if (is_chromeos) {
4865 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ] 4866 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ]
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
5236 } 5237 }
5237 5238
5238 if (is_win) { 5239 if (is_win) {
5239 loadable_module("conflicts_dll") { 5240 loadable_module("conflicts_dll") {
5240 testonly = true 5241 testonly = true
5241 sources = [ 5242 sources = [
5242 "conflicts/conflicts_dll.cc", 5243 "conflicts/conflicts_dll.cc",
5243 ] 5244 ]
5244 } 5245 }
5245 } 5246 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/content_setting_bubble_contents_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698