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
(79)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/shell/shell.gyp
Issue
74183002
:
Introduce ui/wm/ directory. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm owners file so i can land this
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:
apps/apps.gypi
apps/shell/app_shell_browser_main_parts.h
apps/shell/app_shell_browser_main_parts.cc
content/content_shell.gypi
content/shell/DEPS
content/shell/browser/shell.h
content/shell/browser/shell_views.cc
ui/shell/DEPS
ui/shell/README.chromium
ui/shell/minimal_shell.h
ui/shell/minimal_shell.cc
ui/shell/shell.gyp
ui/views/DEPS
ui/views/examples/content_client/examples_browser_main_parts.h
ui/views/examples/content_client/examples_browser_main_parts.cc
ui/views/views.gyp
ui/wm/README.chromium
ui/wm/test/DEPS
ui/wm/test/minimal_shell.h
ui/wm/test/minimal_shell.cc
ui/wm/wm.gyp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ui/shell/minimal_shell.cc
('k') |
ui/views/DEPS »
('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 2013 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
{
6
'variables': {
7
'chromium_code': 1,
8
},
9
'targets': [
10
{
11
'target_name': 'shell',
12
'type': 'static_library',
13
'dependencies': [
14
'../../skia/skia.gyp:skia',
15
'../aura/aura.gyp:aura',
16
'../views/views.gyp:views',
17
],
18
'sources': [
19
'minimal_shell.cc',
20
'minimal_shell.h',
21
],
22
},
23
],
24
}
OLD
NEW
« no previous file with comments
|
« ui/shell/minimal_shell.cc
('k') |
ui/views/DEPS »
('j') |
no next file with comments »
Issue 74183002: Introduce ui/wm/ directory. (Closed)
Created 7 years, 1 month ago by tfarina
Modified 7 years, 1 month ago
Reviewers: Ben Goodger (Google)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 6
This is Rietveld
408576698