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

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

Issue 2679533002: Added unit test for WebShareTargetPickerView. (Closed)
Patch Set: Remove double-click on empty list logic + test. 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
« no previous file with comments | « chrome/browser/ui/views/webshare/webshare_target_picker_view_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 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after
4839 "../browser/ui/views/tabs/fake_base_tab_strip_controller.cc", 4839 "../browser/ui/views/tabs/fake_base_tab_strip_controller.cc",
4840 "../browser/ui/views/tabs/fake_base_tab_strip_controller.h", 4840 "../browser/ui/views/tabs/fake_base_tab_strip_controller.h",
4841 "../browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc", 4841 "../browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc",
4842 "../browser/ui/views/tabs/tab_strip_layout_unittest.cc", 4842 "../browser/ui/views/tabs/tab_strip_layout_unittest.cc",
4843 "../browser/ui/views/tabs/tab_strip_unittest.cc", 4843 "../browser/ui/views/tabs/tab_strip_unittest.cc",
4844 "../browser/ui/views/tabs/tab_unittest.cc", 4844 "../browser/ui/views/tabs/tab_unittest.cc",
4845 "../browser/ui/views/toolbar/reload_button_unittest.cc", 4845 "../browser/ui/views/toolbar/reload_button_unittest.cc",
4846 "../browser/ui/views/toolbar/toolbar_action_view_unittest.cc", 4846 "../browser/ui/views/toolbar/toolbar_action_view_unittest.cc",
4847 "../browser/ui/views/toolbar/toolbar_actions_bar_bubble_views_unittest.c c", 4847 "../browser/ui/views/toolbar/toolbar_actions_bar_bubble_views_unittest.c c",
4848 "../browser/ui/views/translate/translate_bubble_view_unittest.cc", 4848 "../browser/ui/views/translate/translate_bubble_view_unittest.cc",
4849 "../browser/ui/views/webshare/webshare_target_picker_view_unittest.cc",
4849 ] 4850 ]
4850 } 4851 }
4851 if (use_aura) { 4852 if (use_aura) {
4852 sources += [ 4853 sources += [
4853 "../browser/ui/views/apps/shaped_app_window_targeter_unittest.cc", 4854 "../browser/ui/views/apps/shaped_app_window_targeter_unittest.cc",
4854 4855
4855 # Get these compiling on Mac - see http://crbug.com/657883. 4856 # Get these compiling on Mac - see http://crbug.com/657883.
4856 "../browser/ui/views/crypto_module_password_dialog_view_unittest.cc", 4857 "../browser/ui/views/crypto_module_password_dialog_view_unittest.cc",
4857 "../browser/ui/views/desktop_capture/desktop_media_picker_views_unittest .cc", 4858 "../browser/ui/views/desktop_capture/desktop_media_picker_views_unittest .cc",
4858 "../browser/ui/views/first_run_bubble_unittest.cc", 4859 "../browser/ui/views/first_run_bubble_unittest.cc",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
5162 } 5163 }
5163 5164
5164 if (is_win) { 5165 if (is_win) {
5165 loadable_module("conflicts_dll") { 5166 loadable_module("conflicts_dll") {
5166 testonly = true 5167 testonly = true
5167 sources = [ 5168 sources = [
5168 "conflicts/conflicts_dll.cc", 5169 "conflicts/conflicts_dll.cc",
5169 ] 5170 ]
5170 } 5171 }
5171 } 5172 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/webshare/webshare_target_picker_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698