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

Side by Side Diff: .gitignore

Issue 2847693002: V8: Roll googletest to 1.8.0.
Patch Set: Incorporated http://crrev.com/2849783003 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/gtest/include/gtest/gtest_prod.h » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 /test/mozilla/data 57 /test/mozilla/data
58 /test/promises-aplus/promises-tests 58 /test/promises-aplus/promises-tests
59 /test/promises-aplus/promises-tests.tar.gz 59 /test/promises-aplus/promises-tests.tar.gz
60 /test/promises-aplus/sinon 60 /test/promises-aplus/sinon
61 /test/test262/data 61 /test/test262/data
62 /test/test262/data.tar 62 /test/test262/data.tar
63 /test/test262/harness 63 /test/test262/harness
64 /test/wasm-js 64 /test/wasm-js
65 /test/wasm-spec-tests/tests 65 /test/wasm-spec-tests/tests
66 /test/wasm-spec-tests/tests.tar.gz 66 /test/wasm-spec-tests/tests.tar.gz
67 /testing/gmock
68 /testing/gtest
69 /third_party/* 67 /third_party/*
70 !/third_party/binutils 68 !/third_party/binutils
71 !/third_party/inspector_protocol 69 !/third_party/inspector_protocol
70 !/third_party/googletest
71 /third_party/googletest/src
72 /tools/clang 72 /tools/clang
73 /tools/gcmole/gcmole-tools 73 /tools/gcmole/gcmole-tools
74 /tools/gcmole/gcmole-tools.tar.gz 74 /tools/gcmole/gcmole-tools.tar.gz
75 /tools/gyp 75 /tools/gyp
76 /tools/jsfunfuzz/jsfunfuzz 76 /tools/jsfunfuzz/jsfunfuzz
77 /tools/jsfunfuzz/jsfunfuzz.tar.gz 77 /tools/jsfunfuzz/jsfunfuzz.tar.gz
78 /tools/luci-go/linux64/isolate 78 /tools/luci-go/linux64/isolate
79 /tools/luci-go/mac64/isolate 79 /tools/luci-go/mac64/isolate
80 /tools/luci-go/win64/isolate.exe 80 /tools/luci-go/win64/isolate.exe
81 /tools/oom_dump/oom_dump 81 /tools/oom_dump/oom_dump
(...skipping 15 matching lines...) Expand all
97 gccauses 97 gccauses
98 gcsuspects 98 gcsuspects
99 gtags.files 99 gtags.files
100 shell 100 shell
101 shell_g 101 shell_g
102 tags 102 tags
103 turbo*.cfg 103 turbo*.cfg
104 turbo*.dot 104 turbo*.dot
105 turbo*.json 105 turbo*.json
106 v8.ignition_dispatches_table.json 106 v8.ignition_dispatches_table.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | testing/gtest/include/gtest/gtest_prod.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698