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

Unified Diff: ppapi/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « net/BUILD.gn ('k') | skia/BUILD.gn » ('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 072b04b0e0ef6b9652fa10f52ef9dbe767f85cef..794ee96b2e65526afed337bcc64701ce7f8a56ac 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -440,8 +440,11 @@ if (enable_nacl) {
"tests/test_nacl_irt_stack_alignment.cc",
"tests/test_nacl_irt_stack_alignment.h",
"tests/test_tcp_server_socket_private_disallowed.cc",
+ "tests/test_tcp_server_socket_private_disallowed.h",
"tests/test_tcp_socket_private_disallowed.cc",
+ "tests/test_tcp_socket_private_disallowed.h",
"tests/test_udp_socket_private_disallowed.cc",
+ "tests/test_udp_socket_private_disallowed.h",
]
defines = [
« no previous file with comments | « net/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698