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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp

Issue 821653002: Add compiled_resources.gyp for metadata_dispatcher.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an empty extern. Created 6 years 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 | ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..03fafe440ac75fc4f4e757987d2ed584b8908fa4
--- /dev/null
+++ b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
@@ -0,0 +1,24 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'metadata_dispatcher',
+ 'variables': {
+ 'depends': [
+ 'metadata_parser.js',
+ 'byte_reader.js',
+ 'exif_parser.js',
+ 'image_parsers.js',
+ 'mpeg_parser.js',
+ 'id3_parser.js',
+ '../../../common/js/util.js',
+ ],
+ },
+ 'includes': [
+ '../../../../../../third_party/closure_compiler/compile_js.gypi'
+ ],
+ }
+ ]
+}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698