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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2774653002: Support for parsing external file references in a glTF resource. (Closed)
Patch Set: Scoping Clean call. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gltf_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index d56fa2463d2b18b6575914474ae0280ed2c3da8a..1e35d5352e41eb31f09abdd53380dcfa267257e7 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -125,6 +125,8 @@ if (enable_vr) {
data = [
"test/data/sample_inline.gltf",
+ "test/data/sample_external.gltf",
+ "test/data/sample.bin",
]
}
}
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gltf_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698