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

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

Issue 2885153004: React to primary display change instead of removal (Closed)
Patch Set: Minor fixes and documentation changes 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/webui/chromeos/login/oobe_display_chooser_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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 "../browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.c c", 695 "../browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.c c",
696 "../browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h ", 696 "../browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h ",
697 "../browser/chromeos/login/test/https_forwarder.cc", 697 "../browser/chromeos/login/test/https_forwarder.cc",
698 "../browser/chromeos/login/test/https_forwarder.h", 698 "../browser/chromeos/login/test/https_forwarder.h",
699 "../browser/chromeos/login/test/oobe_base_test.cc", 699 "../browser/chromeos/login/test/oobe_base_test.cc",
700 "../browser/chromeos/login/test/oobe_base_test.h", 700 "../browser/chromeos/login/test/oobe_base_test.h",
701 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc", 701 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc",
702 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc", 702 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc",
703 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h", 703 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h",
704 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc", 704 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc",
705 "../browser/ui/webui/chromeos/login/oobe_display_chooser_browsertest.cc" ,
705 "data/chromeos/service_login.html", 706 "data/chromeos/service_login.html",
706 ] 707 ]
707 deps += [ 708 deps += [
708 "//ash/resources", 709 "//ash/resources",
709 "//chrome/browser/media/router:test_support", 710 "//chrome/browser/media/router:test_support",
710 "//chromeos", 711 "//chromeos",
711 "//mojo/edk/system", 712 "//mojo/edk/system",
712 "//ui/app_list/presenter:test_support", 713 "//ui/app_list/presenter:test_support",
713 ] 714 ]
714 715
(...skipping 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after
5124 } 5125 }
5125 5126
5126 if (is_win) { 5127 if (is_win) {
5127 loadable_module("conflicts_dll") { 5128 loadable_module("conflicts_dll") {
5128 testonly = true 5129 testonly = true
5129 sources = [ 5130 sources = [
5130 "conflicts/conflicts_dll.cc", 5131 "conflicts/conflicts_dll.cc",
5131 ] 5132 ]
5132 } 5133 }
5133 } 5134 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_display_chooser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698