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

Unified Diff: ppapi/tests/extensions/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 | « ppapi/ppapi_tests.gypi ('k') | ppapi/tests/extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/BUILD.gn
diff --git a/ppapi/tests/extensions/BUILD.gn b/ppapi/tests/extensions/BUILD.gn
index 8a865ab14466172bc4a7f22a62b292571cec545e..b8363ab28bbc0b33ac01b5df35dfe601db102227 100644
--- a/ppapi/tests/extensions/BUILD.gn
+++ b/ppapi/tests/extensions/BUILD.gn
@@ -33,7 +33,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"background_keepalive/background.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/background_keepalive"
test_files = [
@@ -47,7 +47,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"load_unload/load_unload.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/load_unload"
test_files = [
@@ -64,7 +64,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"media_galleries/test_galleries.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/media_galleries"
test_files = [
@@ -80,7 +80,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"multicast_permissions/test_multicast_permissions.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/multicast_permissions"
test_files = [
@@ -96,7 +96,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"no_socket_permissions/test_no_socket_permissions.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/no_socket_permissions"
test_files = [
@@ -112,7 +112,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"popup/module.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/popup"
test_files = [
@@ -128,7 +128,7 @@ if (is_nacl && !is_nacl_nonsfi) {
"socket_permissions/test_socket_permissions.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/socket_permissions"
test_files = [
@@ -146,7 +146,7 @@ if (is_nacl) {
"packaged_app/test_packaged_app.cc",
]
deps = [
- "//ppapi:ppapi_cpp_lib",
+ "//ppapi/cpp",
]
destination_dir = "test_data/ppapi/tests/extensions/packaged_app"
test_files = [
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/tests/extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698