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

Unified Diff: ppapi/native_client/BUILD.gn

Issue 1800343002: Enable GN check for gpu and rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « gpu/skia_bindings/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/native_client/BUILD.gn
diff --git a/ppapi/native_client/BUILD.gn b/ppapi/native_client/BUILD.gn
index 96edfb0b48ba7eb99491b5fe33f6948495e67a57..362a083ac4b285cc09f358b7f7fd1098010c6b7b 100644
--- a/ppapi/native_client/BUILD.gn
+++ b/ppapi/native_client/BUILD.gn
@@ -32,6 +32,13 @@ if (is_nacl) {
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
]
+
+ assert_no_deps = [
+ # Skia is one of the easiest dependencies to accidentally add since a
+ # bunch of graphics and GPU code uses it.
+ "//skia/*",
+ "//third_party/WebKit/*",
+ ]
}
# TODO(phosek): We can remove this ugliness if we change the
« no previous file with comments | « gpu/skia_bindings/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698