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

Side by Side Diff: .gitignore

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add second OWNER Created 5 years, 6 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 | 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 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 /sandbox/linux/seccomp-legacy/ 244 /sandbox/linux/seccomp-legacy/
245 /sdch/open-vcdiff 245 /sdch/open-vcdiff
246 /seccompsandbox 246 /seccompsandbox
247 /signing_keys 247 /signing_keys
248 /skia/tools/clusterfuzz-data/ 248 /skia/tools/clusterfuzz-data/
249 /sql/sql_unittests_run.xml 249 /sql/sql_unittests_run.xml
250 /sync/sync.xml 250 /sync/sync.xml
251 /sync_testserver.log 251 /sync_testserver.log
252 /testing/gmock 252 /testing/gmock
253 /testing/gtest 253 /testing/gtest
254 /testing/iossim/third_party/
255 /testserver.log 254 /testserver.log
256 /tools/luci-go/linux64/isolate 255 /tools/luci-go/linux64/isolate
257 /tools/luci-go/mac64/isolate 256 /tools/luci-go/mac64/isolate
258 /tools/luci-go/win64/isolate.exe 257 /tools/luci-go/win64/isolate.exe
259 /third_party/accessibility-developer-tools/ 258 /third_party/accessibility-developer-tools/
260 /third_party/adobe/flash/binaries 259 /third_party/adobe/flash/binaries
261 /third_party/adobe/flash/symbols 260 /third_party/adobe/flash/symbols
262 /third_party/amd/ 261 /third_party/amd/
263 /third_party/android_protobuf/src 262 /third_party/android_protobuf/src
264 /third_party/android_tools/ 263 /third_party/android_tools/
(...skipping 10 matching lines...) Expand all
275 /third_party/appurify-python/src 274 /third_party/appurify-python/src
276 /third_party/asan 275 /third_party/asan
277 /third_party/bidichecker 276 /third_party/bidichecker
278 /third_party/bison 277 /third_party/bison
279 /third_party/boringssl/src 278 /third_party/boringssl/src
280 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 279 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
281 /third_party/cacheinvalidation/src 280 /third_party/cacheinvalidation/src
282 /third_party/chromeos_login_manager 281 /third_party/chromeos_login_manager
283 /third_party/chromeos_text_input 282 /third_party/chromeos_text_input
284 /third_party/chromite 283 /third_party/chromite
284 /third_party/class_dump/src
285 /third_party/cld_2/src 285 /third_party/cld_2/src
286 /third_party/colorama/src 286 /third_party/colorama/src
287 /third_party/crashpad/crashpad 287 /third_party/crashpad/crashpad
288 /third_party/cros 288 /third_party/cros
289 /third_party/cros_system_api 289 /third_party/cros_system_api
290 /third_party/cygwin 290 /third_party/cygwin
291 /third_party/directxsdk 291 /third_party/directxsdk
292 /third_party/dom_distiller_js/dist 292 /third_party/dom_distiller_js/dist
293 /third_party/drmemory/drmemory-windows-sfx.exe 293 /third_party/drmemory/drmemory-windows-sfx.exe
294 /third_party/drmemory/unpacked 294 /third_party/drmemory/unpacked
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 /ui/surface/surface.xml 432 /ui/surface/surface.xml
433 /ui/surface/surface_gpu_tests.xml 433 /ui/surface/surface_gpu_tests.xml
434 /v8 434 /v8
435 # Results directory for run-webkit-tests. http://crbug.com/488288 435 # Results directory for run-webkit-tests. http://crbug.com/488288
436 /webkit 436 /webkit
437 /webpagereplay_logs/ 437 /webpagereplay_logs/
438 /win8/delegate_execute/delegate_execute_version_resources.xml 438 /win8/delegate_execute/delegate_execute_version_resources.xml
439 /win8/metro_driver/metro_driver_version_resources.xml 439 /win8/metro_driver/metro_driver_version_resources.xml
440 /x86-generic_out/ 440 /x86-generic_out/
441 /xcodebuild 441 /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