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

Unified Diff: chrome/test/BUILD.gn

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Remove Surface on RemoveCompositor Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index ba11ac64fcbda66c5c029d94750947edf524ac4c..b011cfa6a0b30a1f064cde22f87ea44cb669bc36 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5039,7 +5039,7 @@ if (!is_android && !is_ios && !is_chromecast) {
static_library("test_support_unit") {
testonly = true
sources = [
- "base/run_all_unittests.cc",
+ "run_all_unittests.cc",
]
public_deps = [
@@ -5049,6 +5049,7 @@ static_library("test_support_unit") {
"//chrome:strings",
"//chrome/browser",
"//chrome/common",
+ "//gpu/ipc/service",
"//mojo/edk/test:test_support",
]

Powered by Google App Engine
This is Rietveld 408576698