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

Side by Side Diff: .gitignore

Issue 477903003: Make the WebView apk build in the Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move glue to third_party Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 25 matching lines...) Expand all
36 # Settings directory for eclipse 36 # Settings directory for eclipse
37 /.settings 37 /.settings
38 .checkstyle 38 .checkstyle
39 cscope.* 39 cscope.*
40 Session.vim 40 Session.vim
41 tags 41 tags
42 Thumbs.db 42 Thumbs.db
43 v8.log 43 v8.log
44 /_out 44 /_out
45 /android_emulator_sdk 45 /android_emulator_sdk
46 /android_webview/glue
Torne 2014/09/02 10:34:07 This entry is outdated I think?
hjd 2014/09/03 15:41:12 Done, thanks.
46 /arm-sysroot 47 /arm-sysroot
47 /base/base_unittests_run.xml 48 /base/base_unittests_run.xml
48 /breakpad/src/ 49 /breakpad/src/
49 /build/Debug 50 /build/Debug
50 /build/Debug_x64 51 /build/Debug_x64
51 /build/gomacc.lock 52 /build/gomacc.lock
52 /build/ipch/ 53 /build/ipch/
53 /build/Release 54 /build/Release
54 /build/Release_x64 55 /build/Release_x64
55 /build/win_toolchain.json 56 /build/win_toolchain.json
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 /testing/gmock 211 /testing/gmock
211 /testing/gtest 212 /testing/gtest
212 /testing/iossim/third_party/ 213 /testing/iossim/third_party/
213 /testserver.log 214 /testserver.log
214 /third_party/accessibility-developer-tools/ 215 /third_party/accessibility-developer-tools/
215 /third_party/adobe/flash/binaries 216 /third_party/adobe/flash/binaries
216 /third_party/adobe/flash/symbols 217 /third_party/adobe/flash/symbols
217 /third_party/amd/ 218 /third_party/amd/
218 /third_party/android_tools/ 219 /third_party/android_tools/
219 /third_party/android_tools_internal/ 220 /third_party/android_tools_internal/
221 /third_party/android_webview_glue/src
220 /third_party/angle 222 /third_party/angle
221 /third_party/angle_dx11 223 /third_party/angle_dx11
222 /third_party/aosp 224 /third_party/aosp
223 /third_party/apache-mime4j 225 /third_party/apache-mime4j
224 /third_party/apache-win32/bin/*.exe 226 /third_party/apache-win32/bin/*.exe
225 /third_party/apache-win32/bin/*.dll 227 /third_party/apache-win32/bin/*.dll
226 /third_party/apache-win32/bin/iconv/*.so 228 /third_party/apache-win32/bin/iconv/*.so
227 /third_party/apache-win32/modules/*.so 229 /third_party/apache-win32/modules/*.so
228 /third_party/apache-win32/modules/*.dll 230 /third_party/apache-win32/modules/*.dll
229 /third_party/asan 231 /third_party/asan
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 /webkit/data/test_shell/plugins 386 /webkit/data/test_shell/plugins
385 /webkit/data/xbm_decoder 387 /webkit/data/xbm_decoder
386 /webkit/Debug 388 /webkit/Debug
387 /webkit/Release 389 /webkit/Release
388 /webkit/renderer/media/crypto/ppapi/cdm 390 /webkit/renderer/media/crypto/ppapi/cdm
389 /webpagereplay_logs/ 391 /webpagereplay_logs/
390 /win8/delegate_execute/delegate_execute_version_resources.xml 392 /win8/delegate_execute/delegate_execute_version_resources.xml
391 /win8/metro_driver/metro_driver_version_resources.xml 393 /win8/metro_driver/metro_driver_version_resources.xml
392 /x86-generic_out/ 394 /x86-generic_out/
393 /xcodebuild 395 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698