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

Side by Side Diff: test/ios/extension/ExtensionContainer/Base.lproj/Main.storyboard

Issue 376603002: This CL adds support for extension in GYP. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: oops 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="6162" systemVersion="14A238h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initi alViewController="BYZ-38-t0r">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="6160"/>
5 </dependencies>
6 <scenes>
7 <!--View Controller-->
8 <scene sceneID="tne-QT-ifu">
9 <objects>
10 <viewController id="BYZ-38-t0r" customClass="ViewController" cus tomModuleProvider="" sceneMemberID="viewController">
11 <layoutGuides>
12 <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
13 <viewControllerLayoutGuide type="bottom" id="wfy-db-euE" />
14 </layoutGuides>
15 <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
16 <rect key="frame" x="0.0" y="0.0" width="480" height="48 0"/>
17 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
18 <color key="backgroundColor" white="1" alpha="1" colorSp ace="custom" customColorSpace="calibratedWhite"/>
19 </view>
20 </viewController>
21 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0 -nzr" sceneMemberID="firstResponder"/>
22 </objects>
23 </scene>
24 </scenes>
25 </document>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698