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

Side by Side Diff: third_party/.gitignore

Issue 2784063002: Config changes to support target_os="fuchsia" (Closed)
Patch Set: simplify Created 3 years, 7 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
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 /__START__ 3 /__START__
4 /accessibility-developer-tools/ 4 /accessibility-developer-tools/
5 /accessibility_test_framework/lib/accessibility-test-framework-2.1.jar 5 /accessibility_test_framework/lib/accessibility-test-framework-2.1.jar
6 /adobe/flash/binaries 6 /adobe/flash/binaries
7 /adobe/flash/symbols 7 /adobe/flash/symbols
8 /amd/ 8 /amd/
9 /android_protobuf/src 9 /android_protobuf/src
10 /android_support_test_runner/lib/*.aar 10 /android_support_test_runner/lib/*.aar
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 /elfutils/src 51 /elfutils/src
52 /errorprone/lib 52 /errorprone/lib
53 /espresso/lib/*-2.2.1-*.jar 53 /espresso/lib/*-2.2.1-*.jar
54 /eyesfree/src 54 /eyesfree/src
55 /ffmpeg 55 /ffmpeg
56 /findbugs 56 /findbugs
57 /flac 57 /flac
58 /flatbuffers/src 58 /flatbuffers/src
59 /fontconfig/src 59 /fontconfig/src
60 /freetype/src 60 /freetype/src
61 /fuchsia-sdk
61 /gestures/gestures 62 /gestures/gestures
62 /gles2_conform 63 /gles2_conform
63 /glslang/src 64 /glslang/src
64 /glslang-angle/src 65 /glslang-angle/src
65 /gnu_binutils/ 66 /gnu_binutils/
66 /google_appengine_cloudstorage 67 /google_appengine_cloudstorage
67 /google_toolbox_for_mac/src 68 /google_toolbox_for_mac/src
68 /googlemac 69 /googlemac
69 /googletest/src 70 /googletest/src
70 /gvr-android-sdk/common_library.aar 71 /gvr-android-sdk/common_library.aar
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 /win_toolchain/files 202 /win_toolchain/files
202 /wix 203 /wix
203 /xdg-utils 204 /xdg-utils
204 /xstream/lib/*.jar 205 /xstream/lib/*.jar
205 /xulrunner-sdk 206 /xulrunner-sdk
206 /yasm/binaries 207 /yasm/binaries
207 /yasm/generate_files.xml 208 /yasm/generate_files.xml
208 /yasm/source/patched-yasm 209 /yasm/source/patched-yasm
209 /yasm/yasm.xml 210 /yasm/yasm.xml
210 211
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698