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

Unified Diff: chrome/test/data/nacl/BUILD.gn

Issue 2289983002: Remove PPAPI gyp files. (Closed)
Patch Set: visibility Created 4 years, 4 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 | « no previous file | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/BUILD.gn
diff --git a/chrome/test/data/nacl/BUILD.gn b/chrome/test/data/nacl/BUILD.gn
index e30130d734fc87bd418ea549f2de00752a776dc2..754e19e364de92fecbc5ee66ed1f2b796420a5b9 100644
--- a/chrome/test/data/nacl/BUILD.gn
+++ b/chrome/test/data/nacl/BUILD.gn
@@ -149,7 +149,7 @@ if (is_nacl) {
"manifest_file/irt_manifest_file_test.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
nmfflags = [
"-xtest_file:test_file.txt",
@@ -183,7 +183,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"simple.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "nacl_test_data"
test_files = [ "nacl_load_test.html" ]
@@ -195,7 +195,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"exit_status/pm_exit_status_test.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "nacl_test_data"
test_files = [ "exit_status/pm_exit_status_test.html" ]
@@ -206,7 +206,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"simple.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
# Need a new directory to not clash with with other extension
@@ -233,7 +233,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"sysconf_nprocessors_onln/sysconf_nprocessors_onln_test.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "nacl_test_data"
test_files =
@@ -373,7 +373,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"simple.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
generate_nmf = false
if (current_cpu == "pnacl") {
@@ -394,7 +394,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"simple.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
generate_nmf = false
if (current_cpu == "pnacl") {
@@ -427,7 +427,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"simple.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
generate_nmf = false
destination_dir = "nacl_test_data"
@@ -445,7 +445,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"pnacl_url_loader/pnacl_url_loader.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
generate_nmf = true
destination_dir = "nacl_test_data"
« no previous file with comments | « no previous file | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698