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

Unified Diff: ppapi/BUILD.gn

Issue 418453002: Improve content test GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | « ipc/BUILD.gn ('k') | ppapi/ppapi_tests.gypi » ('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 2cb57c693eae7f8bd632cbca978c19ab012bc244..0433407f6607dac50e2087dbbf1af50cde1ecec6 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -773,4 +773,27 @@ component("ppapi_host") {
]
}
+static_library("ppapi_unittest_shared") {
+ sources = [
+ "proxy/ppapi_proxy_test.cc",
+ "proxy/ppapi_proxy_test.h",
+ "proxy/resource_message_test_sink.cc",
+ "proxy/resource_message_test_sink.h",
+ "shared_impl/test_globals.cc",
+ "shared_impl/test_globals.h",
+ "shared_impl/unittest_utils.cc",
+ "shared_impl/unittest_utils.h",
+ ]
+
+ deps = [
+ ":ppapi_proxy",
+ ":ppapi_shared",
+ "//base/test:test_support",
+ "//ipc",
+ "//ipc:test_support",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+}
+
# TODO(GYP) other targets from ppapi_tests.gyp
« no previous file with comments | « ipc/BUILD.gn ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698