Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(303)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/ios/xctests/App/main.m
Issue
1410113002
:
Make ninja work with XCTests for iOS. (Closed)
Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set:
Created 5 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
pylib/gyp/xcode_emulation.py
pylib/gyp/xcode_ninja.py
test/ios/xctests/App/AppDelegate.h
test/ios/xctests/App/AppDelegate.m
test/ios/xctests/App/Base.lproj/LaunchScreen.xib
test/ios/xctests/App/Base.lproj/Main.storyboard
test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json
test/ios/xctests/App/Info.plist
test/ios/xctests/App/ViewController.h
test/ios/xctests/App/ViewController.m
test/ios/xctests/App/main.m
test/ios/xctests/AppTests/AppTests.m
test/ios/xctests/AppTests/Info.plist
test/ios/xctests/gyptest-xctests.py
test/ios/xctests/xctests.gyp
View unified diff
|
Download patch
« no previous file with comments
|
« test/ios/xctests/App/ViewController.m
('k') |
test/ios/xctests/AppTests/AppTests.m »
('j') |
test/ios/xctests/gyptest-xctests.py »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#import <UIKit/UIKit.h>
2
#import "AppDelegate.h"
3
4
int main(int argc, char* argv[]) {
5
@autoreleasepool {
6
return UIApplicationMain(
7
argc, argv, nil, NSStringFromClass([AppDelegate class]));
8
}
9
}
OLD
NEW
« no previous file with comments
|
« test/ios/xctests/App/ViewController.m
('k') |
test/ios/xctests/AppTests/AppTests.m »
('j') |
test/ios/xctests/gyptest-xctests.py »
('J')
Issue 1410113002: Make ninja work with XCTests for iOS. (Closed)
Created 5 years, 2 months ago by baxley
Modified 5 years ago
Reviewers: justincohen, Nico
Base URL: https://chromium.googlesource.com/external/gyp@master
Comments: 16
This is Rietveld
408576698