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

Side by Side Diff: .gitignore

Issue 1417613007: add .gn file for gn builds (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: bump version to r1531 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 | .gn » ('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 .gn
3 pin-log.txt 2 pin-log.txt
4 /base 3 /base
5 /build 4 /build
6 /buildtools 5 /buildtools
7 /chromium/.gclient.tmp 6 /chromium/.gclient.tmp
8 /chromium/.gclient.tmp_entries 7 /chromium/.gclient.tmp_entries
9 /chromium/.last_sync_chromium 8 /chromium/.last_sync_chromium
10 /chromium/src/ 9 /chromium/src/
11 /google_apis 10 /google_apis
12 /links 11 /links
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 convert 97 convert
99 libgtest.a 98 libgtest.a
100 libyuv.a 99 libyuv.a
101 libyuv_unittest 100 libyuv_unittest
102 101
103 # Files generated by winarm.mk build 102 # Files generated by winarm.mk build
104 libyuv_arm.lib 103 libyuv_arm.lib
105 source/*.o 104 source/*.o
106 105
107 106
OLDNEW
« no previous file with comments | « no previous file | .gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698