Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Side by Side Diff: .gitignore

Issue 1466413002: Update gtest to 786564fa4a3c, switch to googlemock in gtest Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 /remoting/tools/internal/ 257 /remoting/tools/internal/
258 /remoting/webapp/app_remoting/internal/ 258 /remoting/webapp/app_remoting/internal/
259 /sandbox/linux/seccomp-legacy/ 259 /sandbox/linux/seccomp-legacy/
260 /sdch/open-vcdiff 260 /sdch/open-vcdiff
261 /seccompsandbox 261 /seccompsandbox
262 /signing_keys 262 /signing_keys
263 /skia/tools/clusterfuzz-data/ 263 /skia/tools/clusterfuzz-data/
264 /sql/sql_unittests_run.xml 264 /sql/sql_unittests_run.xml
265 /sync/sync.xml 265 /sync/sync.xml
266 /sync_testserver.log 266 /sync_testserver.log
267 /testing/gmock
268 /testing/gtest 267 /testing/gtest
269 /testserver.log 268 /testserver.log
270 /tools/luci-go/linux64/isolate 269 /tools/luci-go/linux64/isolate
271 /tools/luci-go/mac64/isolate 270 /tools/luci-go/mac64/isolate
272 /tools/luci-go/win64/isolate.exe 271 /tools/luci-go/win64/isolate.exe
273 /third_party/__START__ 272 /third_party/__START__
274 /third_party/accessibility-developer-tools/ 273 /third_party/accessibility-developer-tools/
275 /third_party/adobe/flash/binaries 274 /third_party/adobe/flash/binaries
276 /third_party/adobe/flash/symbols 275 /third_party/adobe/flash/symbols
277 /third_party/amd/ 276 /third_party/amd/
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 /ui/surface/surface.xml 447 /ui/surface/surface.xml
449 /ui/surface/surface_gpu_tests.xml 448 /ui/surface/surface_gpu_tests.xml
450 /v8 449 /v8
451 # Results directory for run-webkit-tests. http://crbug.com/488288 450 # Results directory for run-webkit-tests. http://crbug.com/488288
452 /webkit 451 /webkit
453 /webpagereplay_logs/ 452 /webpagereplay_logs/
454 /win8/delegate_execute/delegate_execute_version_resources.xml 453 /win8/delegate_execute/delegate_execute_version_resources.xml
455 /win8/metro_driver/metro_driver_version_resources.xml 454 /win8/metro_driver/metro_driver_version_resources.xml
456 /x86-generic_out/ 455 /x86-generic_out/
457 /xcodebuild 456 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698