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

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

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: Add more RunAllPendingInMessageLoop to the tray tests. 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
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",
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 4630 matching lines...) Expand 10 before | Expand all | Expand 10 after
5134 } 5135 }
5135 5136
5136 if (is_win) { 5137 if (is_win) {
5137 loadable_module("conflicts_dll") { 5138 loadable_module("conflicts_dll") {
5138 testonly = true 5139 testonly = true
5139 sources = [ 5140 sources = [
5140 "conflicts/conflicts_dll.cc", 5141 "conflicts/conflicts_dll.cc",
5141 ] 5142 ]
5142 } 5143 }
5143 } 5144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698