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

Unified Diff: test/prune_targets/program.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/lib_indirect.cc ('k') | test/prune_targets/test1.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/prune_targets/program.cc
diff --git a/test/win/shard/hello3.cc b/test/prune_targets/program.cc
similarity index 93%
copy from test/win/shard/hello3.cc
copy to test/prune_targets/program.cc
index a72e2efb5a312404a0a026216ae2371f368b7a2d..c9ac070ecd97bb7d3dc74b9d4de6dac25a61466b 100644
--- a/test/win/shard/hello3.cc
+++ b/test/prune_targets/program.cc
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-int f3() {
+int main() {
return 0;
}
« no previous file with comments | « test/prune_targets/lib_indirect.cc ('k') | test/prune_targets/test1.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698