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
(194)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: src/platform/autox/make_pkg.sh
Issue
551133
:
autox: Rename xtest to autox and package it. (Closed)
Patch Set: remove xtest from wm .gitignore
Created 10 years, 11 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:
src/platform/autox/.gitignore
src/platform/autox/README
src/platform/autox/SConstruct
src/platform/autox/autox.cc
src/platform/autox/debian/changelog
src/platform/autox/debian/compat
src/platform/autox/debian/control
src/platform/autox/debian/dirs
src/platform/autox/debian/install
src/platform/autox/debian/rules
src/platform/autox/make_pkg.sh
src/platform/window_manager/.gitignore
View unified diff
|
Download patch
« no previous file with comments
|
« src/platform/autox/debian/rules
('k') |
src/platform/window_manager/.gitignore »
('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
#!/bin/bash
2
3
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4
# Use of this source code is governed by a BSD-style license that can be
5
# found in the LICENSE file.
6
7
# Builds the .deb package.
8
9
# Load common constants. This should be the first executable line.
10
# The path to common.sh should be relative to your script's location.
11
COMMON_SH="$(dirname "$0")/../../scripts/common.sh"
12
. "$COMMON_SH"
13
14
# Make the package
15
make_pkg_common "chromeos-autox" "$@"
OLD
NEW
« no previous file with comments
|
« src/platform/autox/debian/rules
('k') |
src/platform/window_manager/.gitignore »
('j') |
no next file with comments »
Issue 551133: autox: Rename xtest to autox and package it. (Closed)
Created 10 years, 11 months ago by Daniel Erat
Modified 9 years, 7 months ago
Reviewers: sosa
Base URL:
Comments: 0
This is Rietveld
408576698