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

Unified Diff: test/prune_targets/test1.gyp

Issue 24803004: Add an option to prune unwanted targets (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: 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
Index: test/prune_targets/test1.gyp
diff --git a/test/win/generator-output-different-drive/prog.gyp b/test/prune_targets/test1.gyp
similarity index 58%
copy from test/win/generator-output-different-drive/prog.gyp
copy to test/prune_targets/test1.gyp
index 92f53e5da56f441abd6471673ae0ce597aa8f5dc..81b46846f3023e4a0f8bf71ae153f67d510b9f89 100644
--- a/test/win/generator-output-different-drive/prog.gyp
+++ b/test/prune_targets/test1.gyp
@@ -1,4 +1,4 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2013 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -7,9 +7,8 @@
{
'target_name': 'program',
'type': 'executable',
- 'sources': [
- 'prog.c',
- ],
+ 'sources': [ 'program.cc' ],
+ 'dependencies': [ 'test2.gyp:lib_wanted' ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698