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

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

Issue 2729613006: When navigation focuses a web contents, also activate its window. (Closed)
Patch Set: Created 3 years, 9 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 sources -= [ 687 sources -= [
688 # These tests are failing on official cros bots. crbug.com/431450. 688 # These tests are failing on official cros bots. crbug.com/431450.
689 "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc", 689 "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc",
690 ] 690 ]
691 } 691 }
692 } else { # ! is_chromeos 692 } else { # ! is_chromeos
693 # Non-ChromeOS notifications tests (ChromeOS does not use cross-platform 693 # Non-ChromeOS notifications tests (ChromeOS does not use cross-platform
694 # panels). 694 # panels).
695 sources += [ 695 sources += [
696 "../browser/notifications/notification_interactive_uitest.cc", 696 "../browser/notifications/notification_interactive_uitest.cc",
697 "../browser/notifications/notification_interactive_uitest_mac.mm",
697 "../browser/notifications/platform_notification_service_interactive_uite st.cc", 698 "../browser/notifications/platform_notification_service_interactive_uite st.cc",
698 ] 699 ]
699 } 700 }
700 701
701 if (is_win) { 702 if (is_win) {
702 sources += [ 703 sources += [
703 "../browser/downgrade/user_data_downgrade_browsertest.cc", 704 "../browser/downgrade/user_data_downgrade_browsertest.cc",
704 "//ui/resources/cursors/aliasb.cur", 705 "//ui/resources/cursors/aliasb.cur",
705 "//ui/resources/cursors/cell.cur", 706 "//ui/resources/cursors/cell.cur",
706 "//ui/resources/cursors/col_resize.cur", 707 "//ui/resources/cursors/col_resize.cur",
(...skipping 4482 matching lines...) Expand 10 before | Expand all | Expand 10 after
5189 } 5190 }
5190 5191
5191 if (is_win) { 5192 if (is_win) {
5192 loadable_module("conflicts_dll") { 5193 loadable_module("conflicts_dll") {
5193 testonly = true 5194 testonly = true
5194 sources = [ 5195 sources = [
5195 "conflicts/conflicts_dll.cc", 5196 "conflicts/conflicts_dll.cc",
5196 ] 5197 ]
5197 } 5198 }
5198 } 5199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698