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

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

Issue 2528013002: Initialize the message center as part of the testing browser process (Closed)
Patch Set: re-uploding due to time outs 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 | « no previous file | ash/test/ash_interactive_ui_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # Used to test ash with an aura backend. 7 # Used to test ash with an aura backend.
8 source_set("ash_with_aura_test_support") { 8 source_set("ash_with_aura_test_support") {
9 testonly = true 9 testonly = true
10 sources = [ 10 sources = [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "ash_interactive_ui_test_base.h", 201 "ash_interactive_ui_test_base.h",
202 ] 202 ]
203 deps = [ 203 deps = [
204 ":test_support_with_content", 204 ":test_support_with_content",
205 "//base", 205 "//base",
206 "//skia", 206 "//skia",
207 "//testing/gtest", 207 "//testing/gtest",
208 "//ui/aura", 208 "//ui/aura",
209 "//ui/base", 209 "//ui/base",
210 "//ui/gl:test_support", 210 "//ui/gl:test_support",
211 "//ui/message_center:message_center",
211 ] 212 ]
212 } 213 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/ash_interactive_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698