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

Side by Side Diff: .gitignore

Issue 2856383002: Roll googletest to 1.7.0+. (Closed)
Patch Set: Rebase to get past http://crrev.com/2789433004 Created 3 years, 7 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:
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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 /remoting/tools/internal/ 262 /remoting/tools/internal/
263 /remoting/webapp/app_remoting/internal/ 263 /remoting/webapp/app_remoting/internal/
264 /sandbox/linux/seccomp-legacy/ 264 /sandbox/linux/seccomp-legacy/
265 /sdch/open-vcdiff 265 /sdch/open-vcdiff
266 /seccompsandbox 266 /seccompsandbox
267 /signing_keys 267 /signing_keys
268 /skia/tools/clusterfuzz-data/ 268 /skia/tools/clusterfuzz-data/
269 /sql/sql_unittests_run.xml 269 /sql/sql_unittests_run.xml
270 /sync/sync.xml 270 /sync/sync.xml
271 /sync_testserver.log 271 /sync_testserver.log
272 /testing/gmock
273 /testing/gtest
274 /testserver.log 272 /testserver.log
275 /tools/luci-go/linux64/isolate 273 /tools/luci-go/linux64/isolate
276 /tools/luci-go/mac64/isolate 274 /tools/luci-go/mac64/isolate
277 /tools/luci-go/win64/isolate.exe 275 /tools/luci-go/win64/isolate.exe
278 # See third_party/.gitignore for entries covering src/third_party. 276 # See third_party/.gitignore for entries covering src/third_party.
279 /tools/.bisect-builds-cache.json 277 /tools/.bisect-builds-cache.json
280 /tools/distcc 278 /tools/distcc
281 /tools/gn/bin/linux 279 /tools/gn/bin/linux
282 /tools/gn/bin/mac 280 /tools/gn/bin/mac
283 /tools/gn/bin/win 281 /tools/gn/bin/win
(...skipping 13 matching lines...) Expand all
297 /ui/keyboard/keyboard_mojom_bindings.xml 295 /ui/keyboard/keyboard_mojom_bindings.xml
298 /ui/surface/surface.xml 296 /ui/surface/surface.xml
299 /ui/surface/surface_gpu_tests.xml 297 /ui/surface/surface_gpu_tests.xml
300 /v8 298 /v8
301 /webkit/data 299 /webkit/data
302 /webpagereplay_logs/ 300 /webpagereplay_logs/
303 /win8/delegate_execute/delegate_execute_version_resources.xml 301 /win8/delegate_execute/delegate_execute_version_resources.xml
304 /win8/metro_driver/metro_driver_version_resources.xml 302 /win8/metro_driver/metro_driver_version_resources.xml
305 /x86-generic_out/ 303 /x86-generic_out/
306 /xcodebuild 304 /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