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

Side by Side Diff: .gitignore

Issue 1404033002: Switch googletest and googlemock to pull from the GitHub git repository (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 71a26ac68b28 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') | client/client_test.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.ninja 2 *.ninja
3 *.pyc 3 *.pyc
4 *.target.mk 4 *.target.mk
5 *.xcodeproj 5 *.xcodeproj
6 *~ 6 *~
7 .*.sw? 7 .*.sw?
8 .DS_Store 8 .DS_Store
9 .gdb_history 9 .gdb_history
10 .gdbinit 10 .gdbinit
11 /Makefile 11 /Makefile
12 /out 12 /out
13 /third_party/gmock/gmock
14 /third_party/gtest/gtest 13 /third_party/gtest/gtest
15 /third_party/gyp/gyp 14 /third_party/gyp/gyp
16 /third_party/mini_chromium/mini_chromium 15 /third_party/mini_chromium/mini_chromium
17 /xcodebuild 16 /xcodebuild
18 tags 17 tags
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | client/client_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698