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

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

Issue 2888803002: Handle WebContentsViewMac being destroyed while a <select> menu is showing. (Closed)
Patch Set: respond to comments Created 3 years, 7 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.cc", 372 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.cc",
373 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.h", 373 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.h",
374 "../browser/renderer_host/site_per_process_text_input_browsertest.cc", 374 "../browser/renderer_host/site_per_process_text_input_browsertest.cc",
375 "../browser/site_per_process_interactive_browsertest.cc", 375 "../browser/site_per_process_interactive_browsertest.cc",
376 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc", 376 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc",
377 "../browser/ui/blocked_content/popup_blocker_browsertest.cc", 377 "../browser/ui/blocked_content/popup_blocker_browsertest.cc",
378 "../browser/ui/browser_focus_uitest.cc", 378 "../browser/ui/browser_focus_uitest.cc",
379 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest. mm", 379 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest. mm",
380 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest .mm", 380 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest .mm",
381 "../browser/ui/cocoa/permission_bubble/permission_bubble_cocoa_interactive _uitest.mm", 381 "../browser/ui/cocoa/permission_bubble/permission_bubble_cocoa_interactive _uitest.mm",
382 "../browser/ui/cocoa/tab_contents/web_contents_view_mac_interactive_uitest .mm",
382 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c c", 383 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c c",
383 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert est.cc", 384 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert est.cc",
384 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br owsertest.cc", 385 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br owsertest.cc",
385 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", 386 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc",
386 "../browser/ui/omnibox/omnibox_view_browsertest.cc", 387 "../browser/ui/omnibox/omnibox_view_browsertest.cc",
387 "../browser/ui/passwords/manage_passwords_test.cc", 388 "../browser/ui/passwords/manage_passwords_test.cc",
388 "../browser/ui/passwords/manage_passwords_test.h", 389 "../browser/ui/passwords/manage_passwords_test.h",
389 "../browser/ui/search/instant_extended_interactive_uitest.cc", 390 "../browser/ui/search/instant_extended_interactive_uitest.cc",
390 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", 391 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc",
391 "../browser/ui/search/instant_test_base.cc", 392 "../browser/ui/search/instant_test_base.cc",
(...skipping 4665 matching lines...) Expand 10 before | Expand all | Expand 10 after
5057 } 5058 }
5058 5059
5059 if (is_win) { 5060 if (is_win) {
5060 loadable_module("conflicts_dll") { 5061 loadable_module("conflicts_dll") {
5061 testonly = true 5062 testonly = true
5062 sources = [ 5063 sources = [
5063 "conflicts/conflicts_dll.cc", 5064 "conflicts/conflicts_dll.cc",
5064 ] 5065 ]
5065 } 5066 }
5066 } 5067 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/web_contents_view_mac_interactive_uitest.mm ('k') | chrome/test/data/select.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698