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

Side by Side Diff: third_party/.gitignore

Issue 2790063006: [WIP] Adding Mockito support in Android instrumentation tests (Closed)
Patch Set: disable multidex for debug builds Created 3 years, 8 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_dalvik_dx/lib/*.jar
10 /android_libcore_dex/lib/*.jar
9 /android_protobuf/src 11 /android_protobuf/src
10 /android_support_test_runner/lib/*.aar 12 /android_support_test_runner/lib/*.aar
11 /android_support_test_runner/lib/*.jar 13 /android_support_test_runner/lib/*.jar
12 /android_tools/ 14 /android_tools/
13 /android_tools_internal/ 15 /android_tools_internal/
14 /android_webview_glue/src 16 /android_webview_glue/src
15 /angle 17 /angle
16 /angle_dx11 18 /angle_dx11
17 /apache-portable-runtime/src 19 /apache-portable-runtime/src
18 /apache_velocity/lib/*.jar 20 /apache_velocity/lib/*.jar
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 /llvm 111 /llvm
110 /llvm-allocated-type 112 /llvm-allocated-type
111 /llvm-bootstrap 113 /llvm-bootstrap
112 /llvm-build 114 /llvm-build
113 /lss 115 /lss
114 /mesa/src 116 /mesa/src
115 /mingw-w64 117 /mingw-w64
116 /minigbm/src 118 /minigbm/src
117 /mkl 119 /mkl
118 /mocha 120 /mocha
119 /mockito/src 121 /mockito/lib/*.jar
120 /nacl_sdk_binaries/ 122 /nacl_sdk_binaries/
121 /netty-tcnative/src 123 /netty-tcnative/src
122 /netty4/src 124 /netty4/src
123 /node/linux 125 /node/linux
124 /node/mac 126 /node/mac
125 /node/node_modules 127 /node/node_modules
126 /node/*.tar.gz 128 /node/*.tar.gz
127 /node/win 129 /node/win
128 /nss 130 /nss
129 /objenesis/lib/*.jar 131 /objenesis/lib/*.jar
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 /win_toolchain/.timestamps 199 /win_toolchain/.timestamps
198 /win_toolchain/files 200 /win_toolchain/files
199 /wix 201 /wix
200 /xdg-utils 202 /xdg-utils
201 /xstream/lib/*.jar 203 /xstream/lib/*.jar
202 /xulrunner-sdk 204 /xulrunner-sdk
203 /yasm/binaries 205 /yasm/binaries
204 /yasm/generate_files.xml 206 /yasm/generate_files.xml
205 /yasm/source/patched-yasm 207 /yasm/source/patched-yasm
206 /yasm/yasm.xml 208 /yasm/yasm.xml
207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698