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

Side by Side Diff: test/ios/extension/ActionExtension/MainInterface.storyboard

Issue 376603002: This CL adds support for extension in GYP. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: corrections Created 6 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version=" 3.0" toolsVersion="6148" systemVersion="14A229a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="ObA-dk-s SI">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="6147"/>
5 </dependencies>
6 <scenes>
7 <!--Action View Controller - Image-->
8 <scene sceneID="7MM-of-jgj">
9 <objects>
10 <viewController title="Image" id="ObA-dk-sSI" customClass="Actio nViewController" customModuleProvider="" sceneMemberID="viewController">
11 <layoutGuides>
12 <viewControllerLayoutGuide type="top" id="qkL-Od-lgU"/>
13 <viewControllerLayoutGuide type="bottom" id="n38-gi-rB5" />
14 </layoutGuides>
15 <view key="view" contentMode="scaleToFill" id="zMn-AG-sqS">
16 <rect key="frame" x="0.0" y="0.0" width="320" height="52 8"/>
17 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
18 <subviews>
19 <imageView userInteractionEnabled="NO" contentMode=" scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" tr anslatesAutoresizingMaskIntoConstraints="NO" id="9ga-4F-77Z">
20 <rect key="frame" x="0.0" y="64" width="320" hei ght="464"/>
21 </imageView>
22 <navigationBar contentMode="scaleToFill" translatesA utoresizingMaskIntoConstraints="NO" id="NOA-Dm-cuz">
23 <rect key="frame" x="0.0" y="20" width="320" hei ght="44"/>
24 <items>
25 <navigationItem id="3HJ-uW-3hn">
26 <barButtonItem key="leftBarButtonItem" t itle="Done" style="done" id="WYi-yp-eM6">
27 <connections>
28 <action selector="done" destinat ion="ObA-dk-sSI" id="Qdu-qn-U6V"/>
29 </connections>
30 </barButtonItem>
31 </navigationItem>
32 </items>
33 </navigationBar>
34 </subviews>
35 <color key="backgroundColor" white="1" alpha="1" colorSp ace="calibratedWhite"/>
36 <constraints>
37 <constraint firstAttribute="trailing" secondItem="NO A-Dm-cuz" secondAttribute="trailing" id="A05-Pj-hrr"/>
38 <constraint firstItem="9ga-4F-77Z" firstAttribute="t op" secondItem="NOA-Dm-cuz" secondAttribute="bottom" id="Fps-3D-QQW"/>
39 <constraint firstItem="NOA-Dm-cuz" firstAttribute="l eading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="HxO-8t-aoh"/>
40 <constraint firstAttribute="trailing" secondItem="9g a-4F-77Z" secondAttribute="trailing" id="Ozw-Hg-0yh"/>
41 <constraint firstItem="9ga-4F-77Z" firstAttribute="l eading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="XH5-ld-ONA"/>
42 <constraint firstItem="n38-gi-rB5" firstAttribute="t op" secondItem="9ga-4F-77Z" secondAttribute="bottom" id="eQg-nn-Zy4"/>
43 <constraint firstItem="NOA-Dm-cuz" firstAttribute="t op" secondItem="qkL-Od-lgU" secondAttribute="bottom" id="we0-1t-bgp"/>
44 </constraints>
45 </view>
46 <freeformSimulatedSizeMetrics key="simulatedDestinationMetri cs"/>
47 <size key="freeformSize" width="320" height="528"/>
48 <connections>
49 <outlet property="imageView" destination="9ga-4F-77Z" id ="5y6-5w-9QO"/>
50 <outlet property="view" destination="zMn-AG-sqS" id="Qma -de-2ek"/>
51 </connections>
52 </viewController>
53 <placeholder placeholderIdentifier="IBFirstResponder" id="X47-rx -isc" userLabel="First Responder" sceneMemberID="firstResponder"/>
54 </objects>
55 <point key="canvasLocation" x="252" y="-124"/>
56 </scene>
57 </scenes>
58 <simulatedMetricsContainer key="defaultSimulatedMetrics">
59 <simulatedStatusBarMetrics key="statusBar"/>
60 <simulatedOrientationMetrics key="orientation"/>
61 <simulatedScreenMetrics key="destination" type="retina4"/>
62 </simulatedMetricsContainer>
63 </document>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698