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
(241)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: mojo/services/public/interfaces/surfaces/BUILD.gn
Issue
408853005
:
Convert bindings targets in mojo/mojo_services.gypi to GN. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set:
Created 6 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:
mojo/BUILD.gn
mojo/mojo_services.gypi
mojo/services/BUILD.gn
mojo/services/dbus_echo/BUILD.gn
mojo/services/gles2/BUILD.gn
mojo/services/public/interfaces/geometry/BUILD.gn
mojo/services/public/interfaces/input_events/BUILD.gn
mojo/services/public/interfaces/launcher/BUILD.gn
mojo/services/public/interfaces/native_viewport/BUILD.gn
mojo/services/public/interfaces/navigation/BUILD.gn
mojo/services/public/interfaces/network/BUILD.gn
mojo/services/public/interfaces/surfaces/BUILD.gn
mojo/services/public/interfaces/view_manager/BUILD.gn
mojo/services/public/interfaces/window_manager/BUILD.gn
mojo/services/test_service/BUILD.gn
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« mojo/services/public/interfaces/network/BUILD.gn
('k') |
mojo/services/public/interfaces/view_manager/BUILD.gn »
('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 2014 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("//mojo/public/tools/bindings/mojom.gni")
6
7
# GYP version: mojo/mojo_services.gypi:mojo_surfaces_bindings
8
mojom("bindings") {
9
sources = [
10
"surfaces.mojom",
11
"surface_id.mojom",
12
"quads.mojom",
13
]
14
15
deps = [
16
"//mojo/services/public/interfaces/geometry:bindings",
17
"//mojo/services/public/interfaces/native_viewport:bindings",
18
]
19
}
OLD
NEW
« no previous file with comments
|
« mojo/services/public/interfaces/network/BUILD.gn
('k') |
mojo/services/public/interfaces/view_manager/BUILD.gn »
('j') |
no next file with comments »
Issue 408853005: Convert bindings targets in mojo/mojo_services.gypi to GN. (Closed)
Created 6 years, 5 months ago by yzshen1
Modified 6 years, 5 months ago
Reviewers: brettw
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0
This is Rietveld
408576698