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
(6)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ppapi/ppapi_sources.gni
Issue
921953002
:
Split apart the PPAPI GN targets (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component
Created 5 years, 10 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.gn
chrome/BUILD.gn
chrome/browser/BUILD.gn
chrome/browser/chromeos/BUILD.gn
chrome/browser/ui/BUILD.gn
chrome/renderer/BUILD.gn
chrome/test/BUILD.gn
components/pdf/renderer/BUILD.gn
content/browser/BUILD.gn
content/child/BUILD.gn
content/common/BUILD.gn
content/ppapi_plugin/BUILD.gn
content/renderer/BUILD.gn
content/test/BUILD.gn
media/cdm/ppapi/BUILD.gn
pdf/BUILD.gn
ppapi/BUILD.gn
ppapi/c/BUILD.gn
ppapi/cpp/BUILD.gn
ppapi/cpp/private/BUILD.gn
ppapi/examples/BUILD.gn
ppapi/examples/audio/BUILD.gn
ppapi/examples/ppapi_example.gni
ppapi/host/BUILD.gn
ppapi/lib/gl/gles2/BUILD.gn
ppapi/ppapi_cpp.gypi
ppapi/ppapi_gl.gypi
ppapi/ppapi_internal.gyp
ppapi/ppapi_sources.gni
ppapi/ppapi_tests.gypi
ppapi/proxy/BUILD.gn
ppapi/shared_impl/BUILD.gn
ppapi/thunk/BUILD.gn
remoting/client/plugin/BUILD.gn
remoting/host/BUILD.gn
third_party/widevine/cdm/BUILD.gn
View unified diff
|
Download patch
« no previous file with comments
|
« ppapi/ppapi_internal.gyp
('k') |
ppapi/ppapi_tests.gypi »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# Copyright 2015 The Chromium Authors. All rights reserved.
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
# Import this file to get the ppapi_sources dictionary containing source files
6
# from GYP. This is a .gni file so it can be shared between different BUILD.gn
7
# files without having to re-run the script each time.
8
ppapi_sources = exec_script("//build/gypi_to_gn.py",
9
[ rebase_path("ppapi_sources.gypi") ],
10
"scope",
11
[ "ppapi_sources.gypi" ])
OLD
NEW
« no previous file with comments
|
« ppapi/ppapi_internal.gyp
('k') |
ppapi/ppapi_tests.gypi »
('j') |
no next file with comments »
Issue 921953002: Split apart the PPAPI GN targets (Closed)
Created 5 years, 10 months ago by brettw
Modified 5 years, 10 months ago
Reviewers: dmichael (off chromium)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 7
This is Rietveld
408576698