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

Side by Side Diff: test/ios/xctests/App/Base.lproj/LaunchScreen.xib

Issue 1410113002: Make ninja work with XCTests for iOS. (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Update copyright Created 5 years 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
« no previous file with comments | « test/ios/xctests/App/AppDelegate.m ('k') | test/ios/xctests/App/Base.lproj/Main.storyboard » ('j') | 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" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsV ersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAcc essControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YE S">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="6207"/>
5 <capability name="Constraints with non-1.0 multipliers" minToolsVersion= "5.1"/>
6 </dependencies>
7 <objects>
8 <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="Fil e's Owner"/>
9 <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClas s="UIResponder"/>
10 <view contentMode="scaleToFill" id="iN0-l3-epB">
11 <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
12 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSi zable="YES"/>
13 <subviews>
14 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text=" Copyright (c) 2014 Google. All rights reserved." textAlignment="cent er" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFo ntSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15 <rect key="frame" x="20" y="439" width="441" height="21"/>
16 <fontDescription key="fontDescription" type="system" pointSi ze="17"/>
17 <color key="textColor" cocoaTouchSystemColor="darkTextColor" />
18 <nil key="highlightedColor"/>
19 </label>
20 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text="App" textAlignment="center" lineBreakMode="middleTruncation" baselineA djustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoCo nstraints="NO" id="kId-c2-rCX">
21 <rect key="frame" x="20" y="140" width="441" height="43"/>
22 <fontDescription key="fontDescription" type="boldSystem" poi ntSize="36"/>
23 <color key="textColor" cocoaTouchSystemColor="darkTextColor" />
24 <nil key="highlightedColor"/>
25 </label>
26 </subviews>
27 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
28 <constraints>
29 <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" seco ndItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5 cJ-9S-tgC"/>
30 <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" sec ondAttribute="centerX" id="Koa-jz-hwk"/>
31 <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" seco ndAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32 <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" seco ndItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="M fP-vx-nX0"/>
33 <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" sec ondAttribute="centerX" id="ZEH-qu-HZ9"/>
34 <constraint firstItem="kId-c2-rCX" firstAttribute="leading" seco ndItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="f vb-Df-36g"/>
35 </constraints>
36 <nil key="simulatedStatusBarMetrics"/>
37 <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
38 <point key="canvasLocation" x="548" y="455"/>
39 </view>
40 </objects>
41 </document>
OLDNEW
« no previous file with comments | « test/ios/xctests/App/AppDelegate.m ('k') | test/ios/xctests/App/Base.lproj/Main.storyboard » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698