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

Unified Diff: testing/test.gni

Issue 2127733002: Fix in preparation of fat builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 80033ffd37d55b265ba85f6d81bf57c147e2c003..55dfab9bd7b7612cbb7411ade65e33df72447a3b 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -281,10 +281,7 @@ template("test") {
_resources_bundle_data = target_name + "_resources_bundle_data"
bundle_data(_resources_bundle_data) {
- visibility = [
- ":${_test_target}",
- ":${_test_target}_generate_executable",
- ]
+ visibility = [ ":*" ]
sources = [
"//testing/gtest_ios/Default.png",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698