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
(82)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/mac/xctest/App/Classes/Shared+Category.h
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
pylib/gyp/generator/xcode.py
pylib/gyp/xcodeproj_file.py
test/mac/gyptest-xctest.py
test/mac/xctest/App/App-Info.plist
test/mac/xctest/App/Classes/AppDelegate.h
test/mac/xctest/App/Classes/AppDelegate.m
test/mac/xctest/App/Classes/Shared+Category.h
test/mac/xctest/App/Classes/Shared+Category.m
test/mac/xctest/App/Classes/classes.gyp
test/mac/xctest/App/Tests/TestCase.m
test/mac/xctest/App/app.gyp
test/mac/xctest/App/app.xcodeproj/xcshareddata/xcschemes/App.xcscheme
test/mac/xctest/App/main.m
test/mac/xctest/Shared/Shared.h
test/mac/xctest/Shared/Shared.m
test/mac/xctest/Shared/shared.gyp
test/mac/xctest/TestSupport/Shared+TestSupportCategory.h
test/mac/xctest/TestSupport/Shared+TestSupportCategory.m
test/mac/xctest/TestSupport/TestSupport.h
test/mac/xctest/TestSupport/TestSupport.m
test/mac/xctest/TestSupport/testsupport.gyp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« pylib/gyp/generator/xcode.py
('K') |
« test/mac/xctest/App/Classes/AppDelegate.m
('k') |
test/mac/xctest/App/Classes/Shared+Category.m »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 // Copyright (c) 2013 Google Inc. All rights reserved.
1 // Copyright (c) 2013 Google Inc. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
3 // found in the LICENSE file.
4
#import "Shared.h"
4
5
5
void libfunc1() {
6
@interface Shared (Category)
6
}
7
- (NSString *)sharedCategoryMethod;
8
@end
OLD
NEW
« pylib/gyp/generator/xcode.py
('K') |
« test/mac/xctest/App/Classes/AppDelegate.m
('k') |
test/mac/xctest/App/Classes/Shared+Category.m »
('j') |
no next file with comments »
Issue 51413002: Adds generator support for Xcode 5 xctest targets. (Closed)
Created 7 years, 1 month ago by jonwall
Modified 7 years, 1 month ago
Reviewers: Mark Mentovai, TVL
Base URL: http://gyp.googlecode.com/svn/trunk
Comments: 20
This is Rietveld
408576698