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

Side by Side Diff: .gitignore

Issue 2047993002: Initial repo setup for third party library CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated sha-1 to fix build Created 4 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 /third_party/apache-win32/modules/*.so 301 /third_party/apache-win32/modules/*.so
302 /third_party/apache-win32/modules/*.dll 302 /third_party/apache-win32/modules/*.dll
303 /third_party/appurify-python/src 303 /third_party/appurify-python/src
304 /third_party/asan 304 /third_party/asan
305 /third_party/bidichecker 305 /third_party/bidichecker
306 /third_party/bison 306 /third_party/bison
307 /third_party/boringssl/src 307 /third_party/boringssl/src
308 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 308 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
309 /third_party/cardboard-java/src 309 /third_party/cardboard-java/src
310 /third_party/catapult 310 /third_party/catapult
311 /third_party/ced/src
311 /third_party/chromeos_login_manager 312 /third_party/chromeos_login_manager
312 /third_party/chromeos_text_input 313 /third_party/chromeos_text_input
313 /third_party/chromite 314 /third_party/chromite
314 /third_party/class-dump/src 315 /third_party/class-dump/src
315 /third_party/cld_2/src 316 /third_party/cld_2/src
316 /third_party/colorama/src 317 /third_party/colorama/src
317 /third_party/cros 318 /third_party/cros
318 /third_party/cros_system_api 319 /third_party/cros_system_api
319 /third_party/custom_tabs_client/src 320 /third_party/custom_tabs_client/src
320 /third_party/cygwin 321 /third_party/cygwin
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 /ui/keyboard/keyboard_mojom_bindings.xml 470 /ui/keyboard/keyboard_mojom_bindings.xml
470 /ui/surface/surface.xml 471 /ui/surface/surface.xml
471 /ui/surface/surface_gpu_tests.xml 472 /ui/surface/surface_gpu_tests.xml
472 /v8 473 /v8
473 /webkit/data 474 /webkit/data
474 /webpagereplay_logs/ 475 /webpagereplay_logs/
475 /win8/delegate_execute/delegate_execute_version_resources.xml 476 /win8/delegate_execute/delegate_execute_version_resources.xml
476 /win8/metro_driver/metro_driver_version_resources.xml 477 /win8/metro_driver/metro_driver_version_resources.xml
477 /x86-generic_out/ 478 /x86-generic_out/
478 /xcodebuild 479 /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