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

Side by Side Diff: .gitignore

Issue 2224323003: WIP roll gtest/gmock DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 /remoting/tools/internal/ 270 /remoting/tools/internal/
271 /remoting/webapp/app_remoting/internal/ 271 /remoting/webapp/app_remoting/internal/
272 /sandbox/linux/seccomp-legacy/ 272 /sandbox/linux/seccomp-legacy/
273 /sdch/open-vcdiff 273 /sdch/open-vcdiff
274 /seccompsandbox 274 /seccompsandbox
275 /signing_keys 275 /signing_keys
276 /skia/tools/clusterfuzz-data/ 276 /skia/tools/clusterfuzz-data/
277 /sql/sql_unittests_run.xml 277 /sql/sql_unittests_run.xml
278 /sync/sync.xml 278 /sync/sync.xml
279 /sync_testserver.log 279 /sync_testserver.log
280 /testing/gmock
281 /testing/gtest
282 /testserver.log 280 /testserver.log
283 /tools/luci-go/linux64/isolate 281 /tools/luci-go/linux64/isolate
284 /tools/luci-go/mac64/isolate 282 /tools/luci-go/mac64/isolate
285 /tools/luci-go/win64/isolate.exe 283 /tools/luci-go/win64/isolate.exe
286 /third_party/__START__ 284 /third_party/__START__
287 /third_party/accessibility-developer-tools/ 285 /third_party/accessibility-developer-tools/
288 /third_party/accessibility_test_framework/lib/*.jar 286 /third_party/accessibility_test_framework/lib/*.jar
289 /third_party/adobe/flash/binaries 287 /third_party/adobe/flash/binaries
290 /third_party/adobe/flash/symbols 288 /third_party/adobe/flash/symbols
291 /third_party/amd/ 289 /third_party/amd/
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 /third_party/freetype-android/src 340 /third_party/freetype-android/src
343 /third_party/freetype2/src 341 /third_party/freetype2/src
344 /third_party/gles2_conform 342 /third_party/gles2_conform
345 /third_party/glslang/src 343 /third_party/glslang/src
346 /third_party/gnu_binutils/ 344 /third_party/gnu_binutils/
347 /third_party/google_appengine_cloudstorage 345 /third_party/google_appengine_cloudstorage
348 /third_party/google_toolbox_for_mac/src 346 /third_party/google_toolbox_for_mac/src
349 /third_party/googlemac 347 /third_party/googlemac
350 /third_party/gperf 348 /third_party/gperf
351 /third_party/grpc 349 /third_party/grpc
350 /third_party/gtest
352 /third_party/guava/lib/*.jar 351 /third_party/guava/lib/*.jar
353 /third_party/hamcrest/lib/*.jar 352 /third_party/hamcrest/lib/*.jar
354 /third_party/httpcomponents-client 353 /third_party/httpcomponents-client
355 /third_party/httpcomponents-core 354 /third_party/httpcomponents-core
356 /third_party/hunspell_dictionaries 355 /third_party/hunspell_dictionaries
357 /third_party/icu 356 /third_party/icu
358 /third_party/icu4j/lib/*.jar 357 /third_party/icu4j/lib/*.jar
359 /third_party/intellij/lib/*.jar 358 /third_party/intellij/lib/*.jar
360 /third_party/jarjar 359 /third_party/jarjar
361 /third_party/javax_inject/lib/*.jar 360 /third_party/javax_inject/lib/*.jar
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 /ui/keyboard/keyboard_mojom_bindings.xml 487 /ui/keyboard/keyboard_mojom_bindings.xml
489 /ui/surface/surface.xml 488 /ui/surface/surface.xml
490 /ui/surface/surface_gpu_tests.xml 489 /ui/surface/surface_gpu_tests.xml
491 /v8 490 /v8
492 /webkit/data 491 /webkit/data
493 /webpagereplay_logs/ 492 /webpagereplay_logs/
494 /win8/delegate_execute/delegate_execute_version_resources.xml 493 /win8/delegate_execute/delegate_execute_version_resources.xml
495 /win8/metro_driver/metro_driver_version_resources.xml 494 /win8/metro_driver/metro_driver_version_resources.xml
496 /x86-generic_out/ 495 /x86-generic_out/
497 /xcodebuild 496 /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