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

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

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Fix AppListPresenterImplTest. Created 3 years, 12 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc", 660 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc",
661 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc", 661 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc",
662 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h", 662 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h",
663 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc", 663 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc",
664 "data/chromeos/service_login.html", 664 "data/chromeos/service_login.html",
665 ] 665 ]
666 deps += [ 666 deps += [
667 "//ash/resources", 667 "//ash/resources",
668 "//chrome/browser/media/router:test_support", 668 "//chrome/browser/media/router:test_support",
669 "//chromeos", 669 "//chromeos",
670 "//mojo/edk/system",
671 "//ui/app_list/presenter:test_support",
670 ] 672 ]
671 673
672 data += [ 674 data += [
673 "//chrome/browser/chromeos/login/test/https_forwarder.py", 675 "//chrome/browser/chromeos/login/test/https_forwarder.py",
674 "//google_apis/test/", 676 "//google_apis/test/",
675 "$root_out_dir/resources/chromeos/", 677 "$root_out_dir/resources/chromeos/",
676 ] 678 ]
677 679
678 data_deps += [ "//ui/keyboard:resources" ] 680 data_deps += [ "//ui/keyboard:resources" ]
679 681
(...skipping 4420 matching lines...) Expand 10 before | Expand all | Expand 10 after
5100 } 5102 }
5101 5103
5102 if (is_win) { 5104 if (is_win) {
5103 loadable_module("conflicts_dll") { 5105 loadable_module("conflicts_dll") {
5104 testonly = true 5106 testonly = true
5105 sources = [ 5107 sources = [
5106 "conflicts/conflicts_dll.cc", 5108 "conflicts/conflicts_dll.cc",
5107 ] 5109 ]
5108 } 5110 }
5109 } 5111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698