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

Unified Diff: test/prune_targets/lib_indirect.cc

Issue 24803004: Add an option to prune unwanted targets (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: incorporate review comments Created 7 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 | « test/prune_targets/lib3.cc ('k') | test/prune_targets/program.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/prune_targets/lib_indirect.cc
diff --git a/test/win/shard/hello4.cc b/test/prune_targets/lib_indirect.cc
similarity index 86%
copy from test/win/shard/hello4.cc
copy to test/prune_targets/lib_indirect.cc
index a94df194999a38e80cde7e2a7205a9f6a39601cd..92d9ea40db811b235b37f10542b635a3222d9886 100644
--- a/test/win/shard/hello4.cc
+++ b/test/prune_targets/lib_indirect.cc
@@ -2,6 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-int f4() {
- return 0;
+void libfunc_indirect() {
}
« no previous file with comments | « test/prune_targets/lib3.cc ('k') | test/prune_targets/program.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698