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

Side by Side Diff: .gitignore

Issue 2467873004: Linking arm and arm64 gvr static shim library (Closed)
Patch Set: Move DEPS to android Created 4 years, 1 month 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 /third_party/flatbuffers/src 343 /third_party/flatbuffers/src
344 /third_party/fontconfig/src 344 /third_party/fontconfig/src
345 /third_party/freetype-android/src 345 /third_party/freetype-android/src
346 /third_party/freetype2/src 346 /third_party/freetype2/src
347 /third_party/gles2_conform 347 /third_party/gles2_conform
348 /third_party/glslang/src 348 /third_party/glslang/src
349 /third_party/gnu_binutils/ 349 /third_party/gnu_binutils/
350 /third_party/google_appengine_cloudstorage 350 /third_party/google_appengine_cloudstorage
351 /third_party/google_toolbox_for_mac/src 351 /third_party/google_toolbox_for_mac/src
352 /third_party/googlemac 352 /third_party/googlemac
353 /third_party/gvr-android-sdk/common_library.aar
354 /third_party/gvr-android-sdk/libgvr_shim_static_arm.a
355 /third_party/gvr-android-sdk/libgvr_shim_static_arm64.a
353 /third_party/gvr-android-sdk/src 356 /third_party/gvr-android-sdk/src
354 /third_party/gperf 357 /third_party/gperf
355 /third_party/grpc 358 /third_party/grpc
356 /third_party/guava/lib/*.jar 359 /third_party/guava/lib/*.jar
357 /third_party/hamcrest/lib/*.jar 360 /third_party/hamcrest/lib/*.jar
358 /third_party/httpcomponents-client 361 /third_party/httpcomponents-client
359 /third_party/httpcomponents-core 362 /third_party/httpcomponents-core
360 /third_party/hunspell_dictionaries 363 /third_party/hunspell_dictionaries
361 /third_party/icu 364 /third_party/icu
362 /third_party/icu4j/lib/*.jar 365 /third_party/icu4j/lib/*.jar
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 /ui/keyboard/keyboard_mojom_bindings.xml 497 /ui/keyboard/keyboard_mojom_bindings.xml
495 /ui/surface/surface.xml 498 /ui/surface/surface.xml
496 /ui/surface/surface_gpu_tests.xml 499 /ui/surface/surface_gpu_tests.xml
497 /v8 500 /v8
498 /webkit/data 501 /webkit/data
499 /webpagereplay_logs/ 502 /webpagereplay_logs/
500 /win8/delegate_execute/delegate_execute_version_resources.xml 503 /win8/delegate_execute/delegate_execute_version_resources.xml
501 /win8/metro_driver/metro_driver_version_resources.xml 504 /win8/metro_driver/metro_driver_version_resources.xml
502 /x86-generic_out/ 505 /x86-generic_out/
503 /xcodebuild 506 /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