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

Side by Side Diff: .gitignore

Issue 3225010: Pull seccomp-sandbox in via DEPS rather than using an in-tree copy... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 /chrome/tools/test/reference_build 46 /chrome/tools/test/reference_build
47 /chrome_frame/tools/test/reference_build 47 /chrome_frame/tools/test/reference_build
48 /data 48 /data
49 /googleurl 49 /googleurl
50 /gpu/gles2_conform_test 50 /gpu/gles2_conform_test
51 /native_client 51 /native_client
52 /out 52 /out
53 /rlz 53 /rlz
54 /sconsbuild 54 /sconsbuild
55 /sdch/open-vcdiff 55 /sdch/open-vcdiff
56 /seccompsandbox
56 /testing/gtest 57 /testing/gtest
57 /testserver.log 58 /testserver.log
58 /third_party/GTM 59 /third_party/GTM
59 /third_party/WebKit 60 /third_party/WebKit
60 /third_party/adobe/flash/binaries 61 /third_party/adobe/flash/binaries
61 /third_party/angle 62 /third_party/angle
62 /third_party/cacheinvalidation/files 63 /third_party/cacheinvalidation/files
63 /third_party/chromeos_login_manager 64 /third_party/chromeos_login_manager
64 /third_party/chromeos_text_input 65 /third_party/chromeos_text_input
65 /third_party/cros 66 /third_party/cros
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 /webkit/Debug 105 /webkit/Debug
105 /webkit/Release 106 /webkit/Release
106 /webkit/data/bmp_decoder 107 /webkit/data/bmp_decoder
107 /webkit/data/ico_decoder 108 /webkit/data/ico_decoder
108 /webkit/data/layout_tests/LayoutTests 109 /webkit/data/layout_tests/LayoutTests
109 /webkit/data/test_shell/plugins 110 /webkit/data/test_shell/plugins
110 /webkit/data/xbm_decoder 111 /webkit/data/xbm_decoder
111 /x86-generic_out/ 112 /x86-generic_out/
112 /xcodebuild 113 /xcodebuild
113 SConstruct 114 SConstruct
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