Add type annotations to exif_parser.js.
commit53c7c07b68ba551941d8aee981615fa3cc1f9ceb
authoryawano <yawano@chromium.org>
Fri, 26 Dec 2014 10:47:24 +0000 (26 02:47 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Dec 2014 10:48:32 +0000 (26 10:48 +0000)
treea8feb1eb283b1e474b408a7b7e9fc719651936f8
parent199e7aea90d766414caca02e73ee803c3987064b
Add type annotations to exif_parser.js.

This CL also extracts exif related constants to exif_constants.js, and share it with exif_encoder.js of gallery.

BUG=444510
TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp && ninja -C out/Default

Review URL: https://codereview.chromium.org/825213002

Cr-Commit-Position: refs/heads/master@{#309671}
ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
ui/file_manager/file_manager/foreground/js/metadata/exif_constants.js [new file with mode: 0644]
ui/file_manager/file_manager/foreground/js/metadata/exif_parser.js
ui/file_manager/file_manager/manifest.json
ui/file_manager/file_manager_resources.grd
ui/file_manager/gallery/gallery.html
ui/file_manager/gallery/js/compiled_resources.gyp
ui/file_manager/gallery/js/gallery_scripts.js
ui/file_manager/gallery/js/image_editor/exif_encoder.js
ui/file_manager/gallery/js/image_editor/exif_encoder_unittest.html