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
(146)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/core/DEPS
Issue
2152783002
:
Enable precompiled headers for Blink on Windows (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 4 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
build/config/BUILD.gn
build/config/pch.gni
third_party/WebKit/Source/BUILD.gn
third_party/WebKit/Source/core/BUILD.gn
third_party/WebKit/Source/core/DEPS
third_party/WebKit/Source/core/core.gyp
third_party/WebKit/Source/core/frame/Frame.h
third_party/WebKit/Source/core/win/Precompile-core.h
third_party/WebKit/Source/core/win/Precompile-core.cpp
third_party/WebKit/Source/core/win/precompile-core.gypi
third_party/WebKit/Source/core/xml/XPathGrammar.y
third_party/WebKit/Source/modules/BUILD.gn
third_party/WebKit/Source/modules/modules.gyp
third_party/WebKit/Source/platform/BUILD.gn
third_party/WebKit/Source/platform/heap/BUILD.gn
third_party/WebKit/Source/web/BUILD.gn
third_party/WebKit/Source/web/WebKit.cpp
third_party/WebKit/Source/web/web.gyp
third_party/WebKit/Source/wtf/BUILD.gn
View unified diff
|
Download patch
« third_party/WebKit/Source/BUILD.gn
('K') |
« third_party/WebKit/Source/core/BUILD.gn
('k') |
third_party/WebKit/Source/core/core.gyp »
('j') |
third_party/WebKit/Source/core/win/precompile-core.gypi »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 "+bindings/core",
2 "+bindings/core",
3 "-bindings/modules",
3 "-bindings/modules",
4
"+build/win",
4 "+core",
5 "+core",
5 "-inspector/v8",
6 "-inspector/v8",
6 "+inspector/v8/public",
7 "+inspector/v8/public",
7 "-modules",
8 "-modules",
8 "+platform",
9 "+platform",
9 "+public/platform",
10 "+public/platform",
10 "-public/web",
11 "-public/web",
11 "+third_party/skia/include",
12 "+third_party/skia/include",
12 "-web",
13 "-web",
13 ]
14 ]
OLD
NEW
« third_party/WebKit/Source/BUILD.gn
('K') |
« third_party/WebKit/Source/core/BUILD.gn
('k') |
third_party/WebKit/Source/core/core.gyp »
('j') |
third_party/WebKit/Source/core/win/precompile-core.gypi »
('J')
Issue 2152783002: Enable precompiled headers for Blink on Windows (Closed)
Created 4 years, 5 months ago by Daniel Bratell
Modified 4 years ago
Reviewers: Nico, sof
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 6
This is Rietveld
408576698