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

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

Issue 2690563005: cros: Disable the auto management logic for v1app browser window (Closed)
Patch Set: nits 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/window_sizer/window_sizer_ash_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 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after
2340 "../browser/chromeos/shutdown_policy_browsertest.cc", 2340 "../browser/chromeos/shutdown_policy_browsertest.cc",
2341 "../browser/chromeos/system/device_disabling_browsertest.cc", 2341 "../browser/chromeos/system/device_disabling_browsertest.cc",
2342 "../browser/chromeos/system/tray_accessibility_browsertest.cc", 2342 "../browser/chromeos/system/tray_accessibility_browsertest.cc",
2343 "../browser/download/notification/download_notification_browsertest.cc", 2343 "../browser/download/notification/download_notification_browsertest.cc",
2344 "../browser/drive/drive_notification_manager_factory_browsertest.cc", 2344 "../browser/drive/drive_notification_manager_factory_browsertest.cc",
2345 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc", 2345 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc",
2346 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc", 2346 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc",
2347 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc", 2347 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc",
2348 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc", 2348 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc",
2349 "../browser/ui/views/arc_app_dialog_view_browsertest.cc", 2349 "../browser/ui/views/arc_app_dialog_view_browsertest.cc",
2350 "../browser/ui/views/frame/browser_frame_ash_browsertest.cc",
2350 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc", 2351 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc",
2351 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" , 2352 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" ,
2352 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc", 2353 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc",
2353 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc", 2354 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc",
2354 "//ui/base/ime/chromeos/input_method_whitelist.cc", 2355 "//ui/base/ime/chromeos/input_method_whitelist.cc",
2355 "//ui/base/ime/chromeos/input_method_whitelist.h", 2356 "//ui/base/ime/chromeos/input_method_whitelist.h",
2356 ] 2357 ]
2357 sources -= [ 2358 sources -= [
2358 "../../apps/load_and_launch_browsertest.cc", 2359 "../../apps/load_and_launch_browsertest.cc",
2359 "../browser/policy/policy_startup_browsertest.cc", 2360 "../browser/policy/policy_startup_browsertest.cc",
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after
5175 } 5176 }
5176 5177
5177 if (is_win) { 5178 if (is_win) {
5178 loadable_module("conflicts_dll") { 5179 loadable_module("conflicts_dll") {
5179 testonly = true 5180 testonly = true
5180 sources = [ 5181 sources = [
5181 "conflicts/conflicts_dll.cc", 5182 "conflicts/conflicts_dll.cc",
5182 ] 5183 ]
5183 } 5184 }
5184 } 5185 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698