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

Side by Side Diff: .gitignore

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback from mdempsky Created 5 years, 7 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') | content/browser/vr/cardboard/cardboard_vr_device.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.mk 1 *.mk
2 *.ncb 2 *.ncb
3 *.opensdf 3 *.opensdf
4 *.orig 4 *.orig
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.sublime-project 10 *.sublime-project
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 /third_party/apache-win32/bin/iconv/*.so 268 /third_party/apache-win32/bin/iconv/*.so
269 /third_party/apache-win32/modules/*.so 269 /third_party/apache-win32/modules/*.so
270 /third_party/apache-win32/modules/*.dll 270 /third_party/apache-win32/modules/*.dll
271 /third_party/appurify-python/src 271 /third_party/appurify-python/src
272 /third_party/asan 272 /third_party/asan
273 /third_party/bidichecker 273 /third_party/bidichecker
274 /third_party/bison 274 /third_party/bison
275 /third_party/boringssl/src 275 /third_party/boringssl/src
276 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 276 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
277 /third_party/cacheinvalidation/src 277 /third_party/cacheinvalidation/src
278 /third_party/cardboard-java/src
278 /third_party/chromeos_login_manager 279 /third_party/chromeos_login_manager
279 /third_party/chromeos_text_input 280 /third_party/chromeos_text_input
280 /third_party/chromite 281 /third_party/chromite
281 /third_party/cld_2/src 282 /third_party/cld_2/src
282 /third_party/colorama/src 283 /third_party/colorama/src
283 /third_party/crashpad/crashpad 284 /third_party/crashpad/crashpad
284 /third_party/cros 285 /third_party/cros
285 /third_party/cros_system_api 286 /third_party/cros_system_api
286 /third_party/cygwin 287 /third_party/cygwin
287 /third_party/directxsdk 288 /third_party/directxsdk
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 /ui/file_manager/internal 428 /ui/file_manager/internal
428 /ui/keyboard/keyboard_mojom_bindings.xml 429 /ui/keyboard/keyboard_mojom_bindings.xml
429 /ui/surface/surface.xml 430 /ui/surface/surface.xml
430 /ui/surface/surface_gpu_tests.xml 431 /ui/surface/surface_gpu_tests.xml
431 /v8 432 /v8
432 /webpagereplay_logs/ 433 /webpagereplay_logs/
433 /win8/delegate_execute/delegate_execute_version_resources.xml 434 /win8/delegate_execute/delegate_execute_version_resources.xml
434 /win8/metro_driver/metro_driver_version_resources.xml 435 /win8/metro_driver/metro_driver_version_resources.xml
435 /x86-generic_out/ 436 /x86-generic_out/
436 /xcodebuild 437 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | content/browser/vr/cardboard/cardboard_vr_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698