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

Unified Diff: test/mac/xctest/Shared/Shared.h

Issue 51413002: Adds generator support for Xcode 5 xctest targets. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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/mac/xctest/Shared/Shared.h
diff --git a/test/prune_targets/lib_indirect.cc b/test/mac/xctest/Shared/Shared.h
similarity index 69%
copy from test/prune_targets/lib_indirect.cc
copy to test/mac/xctest/Shared/Shared.h
index 92d9ea40db811b235b37f10542b635a3222d9886..ebf5d3fecbeeafc85130a657ee7d289906ec5975 100644
--- a/test/prune_targets/lib_indirect.cc
+++ b/test/mac/xctest/Shared/Shared.h
@@ -1,6 +1,8 @@
// 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.
+#import <Foundation/Foundation.h>
+
+@interface Shared : NSObject
+@end
-void libfunc_indirect() {
-}

Powered by Google App Engine
This is Rietveld 408576698