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

Unified Diff: chrome/test/BUILD.gn

Issue 1333673002: Build PPAPI NaCl Glibc tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f621e0ec533a5baebaafdb3d134c9cb8e76e83ab..493f2f98b564a4faf25e00b954c57d01864b6556 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -386,7 +386,7 @@ if (!is_android) {
]
if (enable_nacl) {
- deps += [
+ data_deps += [
"//native_client/src/trusted/service_runtime/linux:munge_nacl_helper_bootstrap",
"//components/nacl:nacl_helper",
@@ -832,7 +832,7 @@ if (!is_android) {
data_deps += [
# "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902
"//ppapi/native_client:irt",
- "//ppapi:ppapi_nacl_tests",
+ "//ppapi:ppapi_nacl_tests_all",
# "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901
# "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_background_keepalive", # TODO(GYP) bug 512900

Powered by Google App Engine
This is Rietveld 408576698