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

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

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: move dep to chromeos section Created 4 years 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/views/ash/chrome_browser_main_extra_parts_ash.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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 "../browser/chromeos/login/test/oobe_base_test.cc", 652 "../browser/chromeos/login/test/oobe_base_test.cc",
653 "../browser/chromeos/login/test/oobe_base_test.h", 653 "../browser/chromeos/login/test/oobe_base_test.h",
654 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc", 654 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest .cc",
655 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc", 655 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. cc",
656 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h", 656 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils. h",
657 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc", 657 "../browser/notifications/login_state_notification_blocker_chromeos_brow sertest.cc",
658 "data/chromeos/service_login.html", 658 "data/chromeos/service_login.html",
659 ] 659 ]
660 deps += [ 660 deps += [
661 "//ash/resources", 661 "//ash/resources",
662 "//chrome/browser/media/router:test_support",
662 "//chromeos", 663 "//chromeos",
663 ] 664 ]
664 665
665 data += [ 666 data += [
666 "//chrome/browser/chromeos/login/test/https_forwarder.py", 667 "//chrome/browser/chromeos/login/test/https_forwarder.py",
667 "//google_apis/test/", 668 "//google_apis/test/",
668 "$root_out_dir/resources/chromeos/", 669 "$root_out_dir/resources/chromeos/",
669 ] 670 ]
670 671
671 data_deps += [ "//ui/keyboard:resources" ] 672 data_deps += [ "//ui/keyboard:resources" ]
(...skipping 4463 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 } 5136 }
5136 5137
5137 if (is_win) { 5138 if (is_win) {
5138 loadable_module("conflicts_dll") { 5139 loadable_module("conflicts_dll") {
5139 testonly = true 5140 testonly = true
5140 sources = [ 5141 sources = [
5141 "conflicts/conflicts_dll.cc", 5142 "conflicts/conflicts_dll.cc",
5142 ] 5143 ]
5143 } 5144 }
5144 } 5145 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698