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

Side by Side Diff: build/.gitignore

Issue 2750603003: Add utility for downloading reference APKs. (Closed)
Patch Set: Add OWNERS Created 3 years, 9 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 | build/android/binary_size/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is needed for projects that has this directory as a separate Git 1 # This file is needed for projects that has this directory as a separate Git
2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync. 2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync.
3 /android/bin 3 /android/bin
4 /android/binary_size/apks/**/*.apk
4 /Debug 5 /Debug
5 /Debug_x64 6 /Debug_x64
6 /goma 7 /goma
7 /gomacc.lock 8 /gomacc.lock
8 /ipch/ 9 /ipch/
9 /Release 10 /Release
10 /Release_x64 11 /Release_x64
11 /win_toolchain.json 12 /win_toolchain.json
12 /util/LASTCHANGE* 13 /util/LASTCHANGE*
13 /util/support 14 /util/support
14 /x64/ 15 /x64/
15 /linux/bin/eu-strip 16 /linux/bin/eu-strip
16 /linux/debian_*-sysroot/ 17 /linux/debian_*-sysroot/
17 /linux/ubuntu_*-sysroot/ 18 /linux/ubuntu_*-sysroot/
18 /ios_files 19 /ios_files
19 /mac_files 20 /mac_files
20 21
OLDNEW
« no previous file with comments | « no previous file | build/android/binary_size/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698