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

Unified Diff: content/shell/BUILD.gn

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « components/proximity_auth/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698