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
(160)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: .gitignore
Issue
1904563002
:
Standalone GN build. (Closed)
Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set:
Created 4 years, 8 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:
.gitignore
.gn
BUILD.gn
DEPS
build/gyp_pdfium
build/gyp_pdfium.py
build_gyp/gyp_pdfium
build_gyp/standalone.gypi
build_overrides/README.md
build_overrides/build.gni
build_overrides/v8.gni
core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp
core/fxcrt/fx_basic_wstring.cpp
core/fxcrt/include/fx_string.h
pdfium.gni
samples/BUILD.gn
testing/multiprocess_func_list.h
testing/multiprocess_func_list.cc
testing/test.gni
third_party/BUILD.gn
third_party/pymock/LICENSE.txt
third_party/pymock/OWNERS
third_party/pymock/README.chromium
third_party/pymock/mock.py
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
.gn »
('j') |
build_overrides/build.gni »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1
/build
_gyp/gyp
1
/build
2 /buildtools
2 /buildtools
3 /out
3 /out
4 /testing/corpus
4 /testing/corpus
5 /testing/gmock
5 /testing/gmock
6 /testing/gtest
6 /testing/gtest
7
/third_party/icu
7 /third_party/llvm
8 /third_party/llvm
8 /third_party/llvm-build
9 /third_party/llvm-build
9 /third_party/skia
10 /third_party/skia
10 /tools/clang
11 /tools/clang
12
/tools/gyp
11 /v8
13 /v8
12 /xcodebuild
14 /xcodebuild
13 Makefile
15 Makefile
14 .DS_Store
16 .DS_Store
15 .gclient
17 .gclient
16 .gclient_entries
18 .gclient_entries
17 *.aps
19 *.aps
18 *.filters
20 *.filters
19 *.mk
21 *.mk
20 *.opensdf
22 *.opensdf
21 *.pyc
23 *.pyc
22 *.sdf
24 *.sdf
23 *.sln
25 *.sln
24 *.suo
26 *.suo
25 *.user
27 *.user
26 *.vcxproj
28 *.vcxproj
27 *.xcodeproj
29 *.xcodeproj
OLD
NEW
« no previous file with comments
|
« no previous file
|
.gn »
('j') |
build_overrides/build.gni »
('J')
Issue 1904563002: Standalone GN build. (Closed)
Created 4 years, 8 months ago by dsinclair
Modified 4 years, 8 months ago
Reviewers: Tom Sepez, Lei Zhang, Nico, Wei Li
Base URL: https://pdfium.googlesource.com/pdfium.git@master
Comments: 20
This is Rietveld
408576698