Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 3ef1c6d10aecf8b55f7b17cdaee7539dd962f728..bc948395297b929e7c16fb25453a37ad5f506e69 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -20,6 +20,7 @@ declare_args() { |
} |
static_library("content_shell_lib") { |
+ testonly = true |
sources = [ |
"android/shell_jni_registrar.cc", |
"android/shell_jni_registrar.h", |
@@ -428,6 +429,7 @@ repack("pak") { |
} |
executable("content_shell") { |
+ testonly = true |
# TODO(GYP) mac resource bundle stuff for this target. |
# TODO(GYP) Windows content shell settings: |
# - Manifest. |