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

Side by Side Diff: components/bookmarks/browser/BUILD.gn

Issue 2846723005: Use ScopedTaskEnvironment instead of MessageLoopForUI in components tests. (Closed)
Patch Set: fix-test-errors Created 3 years, 7 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "base_bookmark_model_observer.cc", 9 "base_bookmark_model_observer.cc",
10 "base_bookmark_model_observer.h", 10 "base_bookmark_model_observer.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 if (toolkit_views) { 106 if (toolkit_views) {
107 sources += [ "bookmark_node_data_unittest.cc" ] 107 sources += [ "bookmark_node_data_unittest.cc" ]
108 } 108 }
109 109
110 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 110 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
111 111
112 deps = [ 112 deps = [
113 ":browser", 113 ":browser",
114 ":unit_tests_bundle_data", 114 ":unit_tests_bundle_data",
115 "//base/test:test_support",
115 "//components/bookmarks/common", 116 "//components/bookmarks/common",
116 "//components/bookmarks/test", 117 "//components/bookmarks/test",
117 "//components/favicon_base", 118 "//components/favicon_base",
118 "//components/pref_registry", 119 "//components/pref_registry",
119 "//components/prefs", 120 "//components/prefs",
120 "//components/prefs:test_support", 121 "//components/prefs:test_support",
121 "//testing/gtest", 122 "//testing/gtest",
122 "//ui/base", 123 "//ui/base",
123 "//url", 124 "//url",
124 ] 125 ]
125 } 126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698