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

Side by Side Diff: .gitignore

Issue 2847693002: V8: Roll googletest to 1.8.0.
Patch Set: Fix for Mac build error. 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') | testing/gmock/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #*# 1 #*#
2 *.Makefile 2 *.Makefile
3 *.a 3 *.a
4 *.exe 4 *.exe
5 *.idb 5 *.idb
6 *.lib 6 *.lib
7 *.log 7 *.log
8 *.map 8 *.map
9 *.mk 9 *.mk
10 *.ncb 10 *.ncb
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 /test/fuzzer/wasm_asmjs 51 /test/fuzzer/wasm_asmjs
52 /test/fuzzer/wasm_asmjs.tar.gz 52 /test/fuzzer/wasm_asmjs.tar.gz
53 /test/mozilla/data 53 /test/mozilla/data
54 /test/promises-aplus/promises-tests 54 /test/promises-aplus/promises-tests
55 /test/promises-aplus/promises-tests.tar.gz 55 /test/promises-aplus/promises-tests.tar.gz
56 /test/promises-aplus/sinon 56 /test/promises-aplus/sinon
57 /test/test262/data 57 /test/test262/data
58 /test/test262/data.tar 58 /test/test262/data.tar
59 /test/test262/harness 59 /test/test262/harness
60 /test/wasm-js 60 /test/wasm-js
61 /testing/gmock
62 /testing/gtest
63 /third_party/* 61 /third_party/*
64 !/third_party/binutils 62 !/third_party/binutils
65 !/third_party/inspector_protocol 63 !/third_party/inspector_protocol
64 !/third_party/googletest
65 /third_party/googletest/src
66 /tools/clang 66 /tools/clang
67 /tools/gcmole/gcmole-tools 67 /tools/gcmole/gcmole-tools
68 /tools/gcmole/gcmole-tools.tar.gz 68 /tools/gcmole/gcmole-tools.tar.gz
69 /tools/gyp 69 /tools/gyp
70 /tools/jsfunfuzz/jsfunfuzz 70 /tools/jsfunfuzz/jsfunfuzz
71 /tools/jsfunfuzz/jsfunfuzz.tar.gz 71 /tools/jsfunfuzz/jsfunfuzz.tar.gz
72 /tools/luci-go/linux64/isolate 72 /tools/luci-go/linux64/isolate
73 /tools/luci-go/mac64/isolate 73 /tools/luci-go/mac64/isolate
74 /tools/luci-go/win64/isolate.exe 74 /tools/luci-go/win64/isolate.exe
75 /tools/oom_dump/oom_dump 75 /tools/oom_dump/oom_dump
(...skipping 15 matching lines...) Expand all
91 gccauses 91 gccauses
92 gcsuspects 92 gcsuspects
93 gtags.files 93 gtags.files
94 shell 94 shell
95 shell_g 95 shell_g
96 tags 96 tags
97 turbo*.cfg 97 turbo*.cfg
98 turbo*.dot 98 turbo*.dot
99 turbo*.json 99 turbo*.json
100 v8.ignition_dispatches_table.json 100 v8.ignition_dispatches_table.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | testing/gmock/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698