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

Side by Side Diff: .gitignore

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address more comments Created 4 years, 4 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 | PRESUBMIT.py » ('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 *.swp 2 *.swp
3 *.iml 3 *.iml
4 .DS_Store 4 .DS_Store
5 .android_config 5 .android_config
6 .deps_sha1 6 .deps_sha1
7 .gclient* 7 .gclient*
8 .gm-actuals 8 .gm-actuals
9 .gradle 9 .gradle
10 .idea 10 .idea
11 .cproject 11 .cproject
12 .project 12 .project
13 .recipe_deps/
13 .settings/ 14 .settings/
14 TAGS 15 TAGS
15 bower_components 16 bower_components
16 common 17 common
17 gyp/build 18 gyp/build
18 infra/bots/tools/luci-go/linux64/cipd 19 infra/bots/tools/luci-go/linux64/cipd
19 infra/bots/tools/luci-go/linux64/isolate 20 infra/bots/tools/luci-go/linux64/isolate
20 infra/bots/tools/luci-go/mac64/cipd 21 infra/bots/tools/luci-go/mac64/cipd
21 infra/bots/tools/luci-go/mac64/isolate 22 infra/bots/tools/luci-go/mac64/isolate
22 infra/bots/tools/luci-go/win64/cipd.exe 23 infra/bots/tools/luci-go/win64/cipd.exe
23 infra/bots/tools/luci-go/win64/isolate.exe 24 infra/bots/tools/luci-go/win64/isolate.exe
24 out 25 out
25 platform_tools/android/apps/build 26 platform_tools/android/apps/build
26 platform_tools/android/apps/*.properties 27 platform_tools/android/apps/*.properties
27 platform_tools/android/apps/*/build 28 platform_tools/android/apps/*/build
28 platform_tools/android/apps/*/src/main/libs 29 platform_tools/android/apps/*/src/main/libs
29 sampleapp_prefs.txt 30 sampleapp_prefs.txt
30 /skps 31 /skps
31 skia.conf 32 skia.conf
32 third_party/externals 33 third_party/externals
33 tools/skp/page_sets/data/*.json 34 tools/skp/page_sets/data/*.json
34 tools/skp/page_sets/data/*.wpr 35 tools/skp/page_sets/data/*.wpr
35 xcodebuild 36 xcodebuild
36 37
37 build 38 build
38 buildtools 39 buildtools
39 tools/clang 40 tools/clang
40 third_party/llvm-build 41 third_party/llvm-build
OLDNEW
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698