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

Side by Side Diff: .gitignore

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .project 10 .project
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 /third_party/icu/ 44 /third_party/icu/
45 /third_party/jsr-305/src/ 45 /third_party/jsr-305/src/
46 /third_party/libc++/trunk/ 46 /third_party/libc++/trunk/
47 /third_party/libc++abi/trunk/ 47 /third_party/libc++abi/trunk/
48 /third_party/libjpeg_turbo/ 48 /third_party/libjpeg_turbo/
49 /third_party/llvm/ 49 /third_party/llvm/
50 /third_party/llvm-build/ 50 /third_party/llvm-build/
51 /third_party/lss/ 51 /third_party/lss/
52 /third_party/mesa/src/ 52 /third_party/mesa/src/
53 /third_party/nss/ 53 /third_party/nss/
54 /third_party/ots/
54 /third_party/pdfium/ 55 /third_party/pdfium/
55 /third_party/pywebsocket/src/ 56 /third_party/pywebsocket/src/
56 /third_party/requests/src/ 57 /third_party/requests/src/
57 /third_party/sfntly/cpp/ 58 /third_party/sfntly/cpp/
58 /third_party/skia/ 59 /third_party/skia/
59 /third_party/smhasher/src/ 60 /third_party/smhasher/src/
60 /third_party/yasm/binaries/ 61 /third_party/yasm/binaries/
61 /third_party/yasm/source/patched-yasm/ 62 /third_party/yasm/source/patched-yasm/
62 /tools/grit/ 63 /tools/grit/
63 /tools/gyp/ 64 /tools/gyp/
64 /v8/ 65 /v8/
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