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
(937)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: testing/gmock/build-aux/.keep
Issue
6241018
:
Pull in gmock through DEPS (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src/testing
Patch Set: don't use svn mirror for now
Created 9 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.
Jump to:
DEPS
testing/README.chromium
testing/gmock/CHANGES
testing/gmock/CMakeLists.txt
testing/gmock/CONTRIBUTORS
testing/gmock/COPYING
testing/gmock/Makefile.am
testing/gmock/README
testing/gmock/build-aux/.keep
testing/gmock/configure.ac
testing/gmock/include/gmock/gmock.h
testing/gmock/include/gmock/gmock-actions.h
testing/gmock/include/gmock/gmock-cardinalities.h
testing/gmock/include/gmock/gmock-generated-actions.h
testing/gmock/include/gmock/gmock-generated-actions.h.pump
testing/gmock/include/gmock/gmock-generated-function-mockers.h
testing/gmock/include/gmock/gmock-generated-function-mockers.h.pump
testing/gmock/include/gmock/gmock-generated-matchers.h
testing/gmock/include/gmock/gmock-generated-matchers.h.pump
testing/gmock/include/gmock/gmock-generated-nice-strict.h
testing/gmock/include/gmock/gmock-generated-nice-strict.h.pump
testing/gmock/include/gmock/gmock-matchers.h
testing/gmock/include/gmock/gmock-more-actions.h
testing/gmock/include/gmock/gmock-spec-builders.h
testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h
testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump
testing/gmock/include/gmock/internal/gmock-internal-utils.h
testing/gmock/include/gmock/internal/gmock-port.h
testing/gmock/make/Makefile
testing/gmock/msvc/gmock.sln
testing/gmock/msvc/gmock.vcproj
testing/gmock/msvc/gmock-spec-builders_test.vcproj
testing/gmock/msvc/gmock_config.vsprops
testing/gmock/msvc/gmock_link_test.vcproj
testing/gmock/msvc/gmock_main.vcproj
testing/gmock/msvc/gmock_test.vcproj
testing/gmock/run_tests.py
testing/gmock/scripts/fuse_gmock_files.py
testing/gmock/scripts/generator/COPYING
testing/gmock/scripts/generator/README
testing/gmock/scripts/generator/README.cppclean
testing/gmock/scripts/generator/cpp/__init__.py
testing/gmock/scripts/generator/cpp/ast.py
testing/gmock/scripts/generator/cpp/gmock_class.py
testing/gmock/scripts/generator/cpp/gmock_class_test.py
testing/gmock/scripts/generator/cpp/keywords.py
testing/gmock/scripts/generator/cpp/tokenize.py
testing/gmock/scripts/generator/cpp/utils.py
testing/gmock/scripts/generator/gmock_gen.py
testing/gmock/scripts/gmock-config.in
testing/gmock/scripts/gmock_doctor.py
testing/gmock/scripts/upload.py
testing/gmock/scripts/upload_gmock.py
testing/gmock/src/gmock.cc
testing/gmock/src/gmock-all.cc
testing/gmock/src/gmock-cardinalities.cc
testing/gmock/src/gmock-internal-utils.cc
testing/gmock/src/gmock-matchers.cc
testing/gmock/src/gmock-spec-builders.cc
testing/gmock/src/gmock_main.cc
testing/gmock/test/gmock-actions_test.cc
testing/gmock/test/gmock-cardinalities_test.cc
testing/gmock/test/gmock-generated-actions_test.cc
testing/gmock/test/gmock-generated-function-mockers_test.cc
testing/gmock/test/gmock-generated-internal-utils_test.cc
testing/gmock/test/gmock-generated-matchers_test.cc
testing/gmock/test/gmock-internal-utils_test.cc
testing/gmock/test/gmock-matchers_test.cc
testing/gmock/test/gmock-more-actions_test.cc
testing/gmock/test/gmock-nice-strict_test.cc
testing/gmock/test/gmock-port_test.cc
testing/gmock/test/gmock-spec-builders_test.cc
testing/gmock/test/gmock_all_test.cc
testing/gmock/test/gmock_leak_test.py
testing/gmock/test/gmock_leak_test_.cc
testing/gmock/test/gmock_link2_test.cc
testing/gmock/test/gmock_link_test.h
testing/gmock/test/gmock_link_test.cc
testing/gmock/test/gmock_output_test.py
testing/gmock/test/gmock_output_test_.cc
testing/gmock/test/gmock_output_test_golden.txt
testing/gmock/test/gmock_test.cc
testing/gmock/test/gmock_test_utils.py
View side-by-side diff with in-line comments
Download patch
« DEPS
('K') |
« testing/gmock/README
('k') |
testing/gmock/configure.ac »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: testing/gmock/build-aux/.keep
diff --git a/testing/gmock/build-aux/.keep b/testing/gmock/build-aux/.keep
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
« DEPS
('K') |
« testing/gmock/README
('k') |
testing/gmock/configure.ac »
('j') |
no next file with comments »
Issue 6241018: Pull in gmock through DEPS (Closed)
Created 9 years, 11 months ago by Nico
Modified 9 years, 7 months ago
Reviewers: Evan Martin
Base URL: svn://svn.chromium.org/chrome/trunk/src/testing
Comments: 2
This is Rietveld
408576698