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
(186)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ppapi/tests/DEPS
Issue
8764004
:
Add DEPS include rules so we don't accidentally use base (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove rules to include self where possible
Created 9 years 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:
ppapi/c/DEPS
ppapi/cpp/DEPS
ppapi/cpp/file_io.cc
ppapi/cpp/private/DEPS
ppapi/cpp/trusted/DEPS
ppapi/tests/DEPS
ppapi/tests/pp_thread.h
ppapi/tests/test_audio_config.cc
ppapi/tests/test_file_io.cc
ppapi/tests/test_flash.cc
ppapi/tests/test_net_address_private.cc
ppapi/tests/test_tcp_socket_private.cc
ppapi/tests/test_transport.h
ppapi/tests/test_transport.cc
ppapi/tests/test_utils.h
ppapi/tests/test_var.cc
ppapi/tests/test_var_deprecated.cc
ppapi/tests/test_websocket.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ppapi/cpp/trusted/DEPS
('k') |
ppapi/tests/pp_thread.h »
('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
# ppapi/tests should not be dependent on other parts of chromium; it should stay
2
# browser-neutral as much as possible.
3
include_rules = [
4
"-base",
5
"-build",
6
"-ipc",
7
"-uncode",
8
"-testing",
9
"-ppapi",
10
"+ppapi/c",
11
"+ppapi/cpp",
12
"+ppapi/tests",
13
]
1 # checkdeps.py shouldn't check include paths for files in clang, which aren't
14 # checkdeps.py shouldn't check include paths for files in clang, which aren't
2 # part of the chrome build.
15 # part of the chrome build.
3 skip_child_includes = [
16 skip_child_includes = [
4 "clang",
17 "clang",
5 ]
18 ]
OLD
NEW
« no previous file with comments
|
« ppapi/cpp/trusted/DEPS
('k') |
ppapi/tests/pp_thread.h »
('j') |
no next file with comments »
Issue 8764004: Add DEPS include rules so we don't accidentally use base (Closed)
Created 9 years ago by dmichael (off chromium)
Modified 9 years ago
Reviewers: brettw
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 3
This is Rietveld
408576698