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

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

Issue 2844843002: Override MAXIMIZED window show state if window size / position is manually specified. (Closed)
Patch Set: Added missing unittest file. 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
« no previous file with comments | « chrome/browser/ui/browser_window_state_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 3688 matching lines...) Expand 10 before | Expand all | Expand 10 after
3699 "../browser/ui/webui/theme_source_unittest.cc", 3699 "../browser/ui/webui/theme_source_unittest.cc",
3700 3700
3701 # The autofill popup is implemented in mostly native code on Android. 3701 # The autofill popup is implemented in mostly native code on Android.
3702 "../browser/ui/autofill/autofill_popup_controller_unittest.cc", 3702 "../browser/ui/autofill/autofill_popup_controller_unittest.cc",
3703 "../browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc", 3703 "../browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc",
3704 "../browser/ui/bookmarks/bookmark_unittest.cc", 3704 "../browser/ui/bookmarks/bookmark_unittest.cc",
3705 "../browser/ui/browser_close_unittest.cc", 3705 "../browser/ui/browser_close_unittest.cc",
3706 "../browser/ui/browser_command_controller_unittest.cc", 3706 "../browser/ui/browser_command_controller_unittest.cc",
3707 "../browser/ui/browser_instant_controller_unittest.cc", 3707 "../browser/ui/browser_instant_controller_unittest.cc",
3708 "../browser/ui/browser_unittest.cc", 3708 "../browser/ui/browser_unittest.cc",
3709 "../browser/ui/browser_window_state_unittest.cc",
3709 "../browser/ui/chrome_bubble_manager_unittest.cc", 3710 "../browser/ui/chrome_bubble_manager_unittest.cc",
3710 "../browser/ui/content_settings/content_setting_bubble_model_unittest.cc", 3711 "../browser/ui/content_settings/content_setting_bubble_model_unittest.cc",
3711 "../browser/ui/content_settings/content_setting_image_model_unittest.cc", 3712 "../browser/ui/content_settings/content_setting_image_model_unittest.cc",
3712 "../browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc", 3713 "../browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc",
3713 "../browser/ui/extensions/extension_action_view_controller_unittest.cc", 3714 "../browser/ui/extensions/extension_action_view_controller_unittest.cc",
3714 "../browser/ui/extensions/extension_message_bubble_bridge_unittest.cc", 3715 "../browser/ui/extensions/extension_message_bubble_bridge_unittest.cc",
3715 "../browser/ui/global_error/global_error_service_unittest.cc", 3716 "../browser/ui/global_error/global_error_service_unittest.cc",
3716 "../browser/ui/omnibox/clipboard_utils_unittest.cc", 3717 "../browser/ui/omnibox/clipboard_utils_unittest.cc",
3717 "../browser/ui/omnibox/omnibox_controller_unittest.cc", 3718 "../browser/ui/omnibox/omnibox_controller_unittest.cc",
3718 "../browser/ui/page_info/permission_menu_model_unittest.cc", 3719 "../browser/ui/page_info/permission_menu_model_unittest.cc",
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
5243 } 5244 }
5244 5245
5245 if (is_win) { 5246 if (is_win) {
5246 loadable_module("conflicts_dll") { 5247 loadable_module("conflicts_dll") {
5247 testonly = true 5248 testonly = true
5248 sources = [ 5249 sources = [
5249 "conflicts/conflicts_dll.cc", 5250 "conflicts/conflicts_dll.cc",
5250 ] 5251 ]
5251 } 5252 }
5252 } 5253 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_window_state_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698