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

Side by Side Diff: .gitignore

Issue 2799943003: [Chromecast] Add libassistant to .gitignore (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 /ios/third_party/earl_grey/src 177 /ios/third_party/earl_grey/src
178 /ios/third_party/fishhook/src 178 /ios/third_party/fishhook/src
179 /ios/third_party/gcdwebserver/src 179 /ios/third_party/gcdwebserver/src
180 /ios/third_party/material_components_ios/src 180 /ios/third_party/material_components_ios/src
181 /ios/third_party/material_font_disk_loader_ios/src 181 /ios/third_party/material_font_disk_loader_ios/src
182 /ios/third_party/material_roboto_font_loader_ios/src 182 /ios/third_party/material_roboto_font_loader_ios/src
183 /ios/third_party/material_sprited_animation_view_ios/src 183 /ios/third_party/material_sprited_animation_view_ios/src
184 /ios/third_party/material_text_accessibility_ios/src 184 /ios/third_party/material_text_accessibility_ios/src
185 /ios/third_party/ochamcrest/src 185 /ios/third_party/ochamcrest/src
186 /ios_internal 186 /ios_internal
187 /libassistant
187 /llvm 188 /llvm
188 /media/cast/logging/cast_logging_proto_lib.xml 189 /media/cast/logging/cast_logging_proto_lib.xml
189 /media/cdm/api 190 /media/cdm/api
190 /media/media_mojo_bindings.xml 191 /media/media_mojo_bindings.xml
191 /media/test/data/internal 192 /media/test/data/internal
192 /metro_driver 193 /metro_driver
193 /mojo/hello_world_service.xml 194 /mojo/hello_world_service.xml
194 /mojo/mojo_application_bindings.xml 195 /mojo/mojo_application_bindings.xml
195 /mojo/mojo_application_manager_unittests.xml 196 /mojo/mojo_application_manager_unittests.xml
196 /mojo/mojo_apps_js_bindings.xml 197 /mojo/mojo_apps_js_bindings.xml
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 /ui/keyboard/keyboard_mojom_bindings.xml 297 /ui/keyboard/keyboard_mojom_bindings.xml
297 /ui/surface/surface.xml 298 /ui/surface/surface.xml
298 /ui/surface/surface_gpu_tests.xml 299 /ui/surface/surface_gpu_tests.xml
299 /v8 300 /v8
300 /webkit/data 301 /webkit/data
301 /webpagereplay_logs/ 302 /webpagereplay_logs/
302 /win8/delegate_execute/delegate_execute_version_resources.xml 303 /win8/delegate_execute/delegate_execute_version_resources.xml
303 /win8/metro_driver/metro_driver_version_resources.xml 304 /win8/metro_driver/metro_driver_version_resources.xml
304 /x86-generic_out/ 305 /x86-generic_out/
305 /xcodebuild 306 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698