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

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

Issue 2541173003: Allow navigation while a JavaScript dialog is up. (Closed)
Patch Set: test cleaner Created 4 years 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 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 "../browser/ui/browser_navigator_browsertest_chromeos.cc", 1743 "../browser/ui/browser_navigator_browsertest_chromeos.cc",
1744 "../browser/ui/browser_tabrestore_browsertest.cc", 1744 "../browser/ui/browser_tabrestore_browsertest.cc",
1745 "../browser/ui/content_settings/content_setting_bubble_model_browsertest.c c", 1745 "../browser/ui/content_settings/content_setting_bubble_model_browsertest.c c",
1746 "../browser/ui/content_settings/content_setting_image_model_browsertest.cc ", 1746 "../browser/ui/content_settings/content_setting_image_model_browsertest.cc ",
1747 "../browser/ui/exclusive_access/fullscreen_controller_browsertest.cc", 1747 "../browser/ui/exclusive_access/fullscreen_controller_browsertest.cc",
1748 "../browser/ui/extensions/extension_installed_bubble_browsertest.cc", 1748 "../browser/ui/extensions/extension_installed_bubble_browsertest.cc",
1749 "../browser/ui/extensions/extension_message_bubble_browsertest.cc", 1749 "../browser/ui/extensions/extension_message_bubble_browsertest.cc",
1750 "../browser/ui/extensions/extension_message_bubble_browsertest.h", 1750 "../browser/ui/extensions/extension_message_bubble_browsertest.h",
1751 "../browser/ui/extensions/hosted_app_browsertest.cc", 1751 "../browser/ui/extensions/hosted_app_browsertest.cc",
1752 "../browser/ui/find_bar/find_bar_host_browsertest.cc", 1752 "../browser/ui/find_bar/find_bar_host_browsertest.cc",
1753 "../browser/ui/javascript_dialogs/javascript_dialog_browsertest.cc",
1753 "../browser/ui/location_bar/location_bar_browsertest.cc", 1754 "../browser/ui/location_bar/location_bar_browsertest.cc",
1754 "../browser/ui/login/login_handler_browsertest.cc", 1755 "../browser/ui/login/login_handler_browsertest.cc",
1755 "../browser/ui/native_window_tracker_browsertest.cc", 1756 "../browser/ui/native_window_tracker_browsertest.cc",
1756 "../browser/ui/passwords/manage_passwords_test.cc", 1757 "../browser/ui/passwords/manage_passwords_test.cc",
1757 "../browser/ui/prefs/prefs_tab_helper_browsertest.cc", 1758 "../browser/ui/prefs/prefs_tab_helper_browsertest.cc",
1758 "../browser/ui/profile_error_browsertest.cc", 1759 "../browser/ui/profile_error_browsertest.cc",
1759 "../browser/ui/search/new_tab_page_interceptor_browsertest.cc", 1760 "../browser/ui/search/new_tab_page_interceptor_browsertest.cc",
1760 "../browser/ui/search_engines/search_engine_tab_helper_browsertest.cc", 1761 "../browser/ui/search_engines/search_engine_tab_helper_browsertest.cc",
1761 "../browser/ui/settings_window_manager_browsertest.cc", 1762 "../browser/ui/settings_window_manager_browsertest.cc",
1762 "../browser/ui/startup/startup_browser_creator_browsertest.cc", 1763 "../browser/ui/startup/startup_browser_creator_browsertest.cc",
(...skipping 3370 matching lines...) Expand 10 before | Expand all | Expand 10 after
5133 } 5134 }
5134 5135
5135 if (is_win) { 5136 if (is_win) {
5136 loadable_module("conflicts_dll") { 5137 loadable_module("conflicts_dll") {
5137 testonly = true 5138 testonly = true
5138 sources = [ 5139 sources = [
5139 "conflicts/conflicts_dll.cc", 5140 "conflicts/conflicts_dll.cc",
5140 ] 5141 ]
5141 } 5142 }
5142 } 5143 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698