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

Unified Diff: ui/file_manager/image_loader/compiled_resources.gyp

Issue 2289303007: Re-instate ui/*compiled_resources*.gyp files (Closed)
Patch Set: Created 4 years, 3 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
Index: ui/file_manager/image_loader/compiled_resources.gyp
diff --git a/ui/file_manager/image_loader/compiled_resources.gyp b/ui/file_manager/image_loader/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..43b73ab9b55b0d5cd113555f6d1e5b5d03e09f76
--- /dev/null
+++ b/ui/file_manager/image_loader/compiled_resources.gyp
@@ -0,0 +1,34 @@
+# 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': 'background',
+ 'variables': {
+ 'depends': [
+ '../../webui/resources/js/assert.js',
+ '../file_manager/common/js/file_type.js',
+ '../file_manager/common/js/metrics_base.js',
+ '../file_manager/common/js/metrics.js',
+ '../file_manager/common/js/metrics_events.js',
+ '../file_manager/foreground/js/metadata/image_orientation.js',
+ 'cache.js',
+ 'image_loader.js',
+ 'piex_loader.js',
+ 'request.js',
+ 'scheduler.js',
+ ],
+ 'externs': [
+ '<(EXTERNS_DIR)/chrome_extensions.js',
+ '<(EXTERNS_DIR)/file_manager_private.js',
+ '<(EXTERNS_DIR)/metrics_private.js',
+ '../../../third_party/analytics/externs.js',
+ ],
+ },
+ 'includes': [
+ '../compile_js.gypi',
+ ],
+ }
+ ],
+}
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp ('k') | ui/file_manager/image_loader/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698