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

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

Issue 2895773002: (fix landed)Revert of Closure: remove older, original GYP compilation system (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/jstemplate/compiled_resources.gyp ('k') | ui/keyboard/resources/compiled_resources.gyp » ('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..d68b75e63fec39350bd1d0915d1f15164cfbead6
--- /dev/null
+++ b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
@@ -0,0 +1,30 @@
+# 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',
+ 'exif_constants.js',
+ 'image_parsers.js',
+ 'mpeg_parser.js',
+ 'id3_parser.js',
+ 'function_sequence.js',
+ 'function_parallel.js',
+ ],
+ 'externs': [
+ '../../../../externs/exif_entry.js',
+ '../../../../externs/platform_worker.js',
+ ],
+ },
+ 'includes': [
+ '../../../../compile_js.gypi',
+ ],
+ }
+ ]
+}
« no previous file with comments | « third_party/jstemplate/compiled_resources.gyp ('k') | ui/keyboard/resources/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698