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

Unified Diff: ppapi/BUILD.gn

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/id_type_traits.h ('k') | ppapi/native_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index a0748e8aa98aadef48d14df5f0bd9efe9d9d05ab..964175b4d40371f8ee55b9f9e1989118c553dc99 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -137,7 +137,7 @@ test("ppapi_unittests") {
deps = [
"//base/test:run_all_unittests",
"//base/test:test_support",
- "//gpu/ipc",
+ "//gpu/ipc/common",
"//ipc",
"//ipc:test_support",
"//media:shared_memory_support",
« no previous file with comments | « gpu/ipc/id_type_traits.h ('k') | ppapi/native_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698