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

Unified Diff: content/test/BUILD.gn

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 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 | « content/renderer/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 1512477bc0362dd7e3c0048c1f7331598d8a3d43..7164da0d1bece331ee3b1ce6c7998bc94df72f11 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -65,10 +65,11 @@ static_library("test_support") {
"//cc:test_support",
"//ipc/mojo",
"//media",
- "//ppapi:ppapi_host",
- "//ppapi:ppapi_proxy",
- "//ppapi:ppapi_shared",
- "//ppapi:ppapi_unittest_shared",
+ "//ppapi/host",
+ "//ppapi/proxy",
+ "//ppapi/proxy:test_support",
+ "//ppapi/shared_impl",
+ "//ppapi/shared_impl:test_support",
"//storage/browser",
"//storage/common",
"//ui/surface",
@@ -281,10 +282,10 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) {
"//media:shared_memory_support",
"//mojo/environment:chromium",
"//net:test_support",
- "//ppapi:ppapi_host",
- "//ppapi:ppapi_ipc",
- "//ppapi:ppapi_proxy",
- "//ppapi:ppapi_shared",
+ "//ppapi/host",
+ "//ppapi/proxy",
+ "//ppapi/proxy:ipc",
+ "//ppapi/shared_impl",
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/edk/test:test_support",
"//third_party/mojo/src/mojo/public/cpp/bindings",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698