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

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

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: Remove unused method. 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 ldflags = [] 484 ldflags = []
485 485
486 deps = [ 486 deps = [
487 ":test_support", 487 ":test_support",
488 ":test_support_ui", 488 ":test_support_ui",
489 "//chrome:packed_resources", 489 "//chrome:packed_resources",
490 "//chrome:resources", 490 "//chrome:resources",
491 "//chrome:strings", 491 "//chrome:strings",
492 "//chrome/browser", 492 "//chrome/browser",
493 "//chrome/browser/devtools", 493 "//chrome/browser/devtools",
494 "//chrome/browser/media/router:test_support",
sky 2016/12/02 21:23:28 If this is only needed for chromeos move into chro
494 "//chrome/renderer", 495 "//chrome/renderer",
495 "//components/resources", 496 "//components/resources",
496 "//components/sync", 497 "//components/sync",
497 "//components/sync:test_support_model", 498 "//components/sync:test_support_model",
498 "//content/app/resources", 499 "//content/app/resources",
499 "//content/test:test_support", 500 "//content/test:test_support",
500 "//crypto:platform", 501 "//crypto:platform",
501 "//crypto:test_support", 502 "//crypto:test_support",
502 "//extensions/features", 503 "//extensions/features",
503 "//google_apis:test_support", 504 "//google_apis:test_support",
(...skipping 4631 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