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
(10)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: platform_tools/android/gyp_gen/variables.py
Issue
140503007
:
Scripts to generate Android.mk for framework Skia. (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix lint errors.
Created 6 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:
gyp/android_deps.gyp
gyp/android_framework_lib.gyp
gyp/common.gypi
gyp/common_conditions.gypi
gyp/common_variables.gypi
gyp/core.gyp
gyp/freetype.gyp
gyp/images.gyp
gyp/libwebp.gyp
gyp/opts.gyp
gyp/pdf.gyp
gyp/zlib.gyp
platform_tools/android/bin/android_framework_gyp.py
platform_tools/android/bin/gyp_to_android.py
platform_tools/android/gyp_gen/gypd_parser.py
platform_tools/android/gyp_gen/makefile_writer.py
platform_tools/android/gyp_gen/variables.py
platform_tools/android/gyp_gen/vars_dict_lib.py
tools/tests/gyp_to_android_tests.py
tools/tests/run_all.py
View unified diff
|
Download patch
« platform_tools/android/gyp_gen/gypd_parser.py
('K') |
« platform_tools/android/gyp_gen/makefile_writer.py
('k') |
platform_tools/android/gyp_gen/vars_dict_lib.py »
('j') |
platform_tools/android/gyp_gen/vars_dict_lib.py »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#!/usr/bin/python
2
3
# Copyright 2014 Google Inc.
4
#
5
# Use of this source code is governed by a BSD-style license that can be
6
# found in the LICENSE file.
7
8
# TODO (scroggo): Currently the x86 specific files are not included. Include
9
# them.
10
INCLUDE_X86_OPTS = False
11
OLD
NEW
« platform_tools/android/gyp_gen/gypd_parser.py
('K') |
« platform_tools/android/gyp_gen/makefile_writer.py
('k') |
platform_tools/android/gyp_gen/vars_dict_lib.py »
('j') |
platform_tools/android/gyp_gen/vars_dict_lib.py »
('J')
Issue 140503007: Scripts to generate Android.mk for framework Skia. (Closed)
Created 6 years, 11 months ago by scroggo
Modified 6 years, 10 months ago
Reviewers: djsollen, epoger
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 102
This is Rietveld
408576698