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

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

Issue 2808223002: Add test for ContentSettingBubbleContents
Patch Set: set correct layout provider 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 4837 matching lines...) Expand 10 before | Expand all | Expand 10 after
4848 deps += [ 4848 deps += [
4849 "//components/web_modal:test_support", 4849 "//components/web_modal:test_support",
4850 "//ui/views", 4850 "//ui/views",
4851 "//ui/views:test_support", 4851 "//ui/views:test_support",
4852 ] 4852 ]
4853 sources += [ 4853 sources += [
4854 "../../ui/views/controls/webview/webview_unittest.cc", 4854 "../../ui/views/controls/webview/webview_unittest.cc",
4855 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c", 4855 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c",
4856 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc", 4856 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc",
4857 "../browser/ui/views/confirm_bubble_views_unittest.cc", 4857 "../browser/ui/views/confirm_bubble_views_unittest.cc",
4858 "../browser/ui/views/content_setting_bubble_contents_unittest.cc",
4858 "../browser/ui/views/global_error_bubble_view_unittest.cc", 4859 "../browser/ui/views/global_error_bubble_view_unittest.cc",
4859 "../browser/ui/views/harmony/layout_provider_unittest.cc", 4860 "../browser/ui/views/harmony/layout_provider_unittest.cc",
4860 "../browser/ui/views/page_info/page_info_bubble_view_unittest.cc", 4861 "../browser/ui/views/page_info/page_info_bubble_view_unittest.cc",
4861 "../browser/ui/views/payments/credit_card_editor_view_controller_unittest. cc", 4862 "../browser/ui/views/payments/credit_card_editor_view_controller_unittest. cc",
4862 "../browser/ui/views/payments/payment_request_item_list_unittest.cc", 4863 "../browser/ui/views/payments/payment_request_item_list_unittest.cc",
4863 "../browser/ui/views/payments/validating_textfield_unittest.cc", 4864 "../browser/ui/views/payments/validating_textfield_unittest.cc",
4864 "../browser/ui/views/payments/view_stack_unittest.cc", 4865 "../browser/ui/views/payments/view_stack_unittest.cc",
4865 ] 4866 ]
4866 if (is_chromeos) { 4867 if (is_chromeos) {
4867 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ] 4868 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ]
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
5238 } 5239 }
5239 5240
5240 if (is_win) { 5241 if (is_win) {
5241 loadable_module("conflicts_dll") { 5242 loadable_module("conflicts_dll") {
5242 testonly = true 5243 testonly = true
5243 sources = [ 5244 sources = [
5244 "conflicts/conflicts_dll.cc", 5245 "conflicts/conflicts_dll.cc",
5245 ] 5246 ]
5246 } 5247 }
5247 } 5248 }
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