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

Side by Side Diff: test/mac/xctest/test.xcodeproj/xcshareddata/xcschemes/classes.xcscheme

Issue 51413002: Adds generator support for Xcode 5 xctest targets. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mac/xctest/test.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
Mark Mentovai 2013/10/30 22:45:33 It might be nice, for future additions, to not hav
2 <Scheme
3 LastUpgradeVersion = "0500"
4 version = "1.3">
5 <BuildAction
6 parallelizeBuildables = "YES"
7 buildImplicitDependencies = "YES">
8 <BuildActionEntries>
9 <BuildActionEntry
10 buildForTesting = "YES"
11 buildForRunning = "YES"
12 buildForProfiling = "YES"
13 buildForArchiving = "YES"
14 buildForAnalyzing = "YES">
15 <BuildableReference
16 BuildableIdentifier = "primary"
17 BlueprintIdentifier = "D3B79173B4570A3C70A902FF"
18 BuildableName = "libclasses.a"
19 BlueprintName = "classes"
20 ReferencedContainer = "container:test.xcodeproj">
21 </BuildableReference>
22 </BuildActionEntry>
23 </BuildActionEntries>
24 </BuildAction>
25 <TestAction
26 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28 shouldUseLaunchSchemeArgsEnv = "YES"
29 buildConfiguration = "Default">
30 <Testables>
31 <TestableReference
32 skipped = "NO">
33 <BuildableReference
34 BuildableIdentifier = "primary"
35 BlueprintIdentifier = "2ACDAB234B9E5D65CACBCF9C"
36 BuildableName = "tests.xctest"
37 BlueprintName = "tests"
38 ReferencedContainer = "container:test.xcodeproj">
39 </BuildableReference>
40 </TestableReference>
41 </Testables>
42 </TestAction>
43 <LaunchAction
44 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
45 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
46 launchStyle = "0"
47 useCustomWorkingDirectory = "NO"
48 buildConfiguration = "Default"
49 ignoresPersistentStateOnLaunch = "NO"
50 debugDocumentVersioning = "YES"
51 allowLocationSimulation = "YES">
52 <AdditionalOptions>
53 </AdditionalOptions>
54 </LaunchAction>
55 <ProfileAction
56 shouldUseLaunchSchemeArgsEnv = "YES"
57 savedToolIdentifier = ""
58 useCustomWorkingDirectory = "NO"
59 buildConfiguration = "Default"
60 debugDocumentVersioning = "YES">
61 </ProfileAction>
62 <AnalyzeAction
63 buildConfiguration = "Default">
64 </AnalyzeAction>
65 <ArchiveAction
66 buildConfiguration = "Default"
67 revealArchiveInOrganizer = "YES">
68 </ArchiveAction>
69 </Scheme>
OLDNEW
« no previous file with comments | « test/mac/xctest/test.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698