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

Unified Diff: ui/file_manager/video_player/js/compiled_resources.gyp

Issue 619523003: Add compiled_resources.gyp for file_manager/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/file_manager/image_loader/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/js/compiled_resources.gyp
diff --git a/ui/file_manager/video_player/js/compiled_resources.gyp b/ui/file_manager/video_player/js/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..7bb6fe5cf67e632bf78bb0c4141c2dbd6c5ee3dd
--- /dev/null
+++ b/ui/file_manager/video_player/js/compiled_resources.gyp
@@ -0,0 +1,41 @@
+# 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/cr.js',
+ '../../../webui/resources/js/cr/event_target.js',
+ '../../../webui/resources/js/cr/ui/array_data_model.js',
+ '../../../webui/resources/js/load_time_data.js',
+ '../../file_manager/common/js/util.js',
+ '../../file_manager/common/js/async_util.js',
+ '../../file_manager/common/js/volume_manager_common.js',
+ '../../file_manager/background/js/volume_manager.js',
+ '../../file_manager/foreground/js/file_type.js',
+ 'error_util.js',
+ 'test_util.js',
+ ],
+ 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
+ },
+ 'includes': [
+ '../../../../third_party/closure_compiler/compile_js.gypi'
+ ],
+ },
+ {
+ 'target_name': 'video_player_scripts',
+ 'variables': {
+ 'depends': [
+ ],
+ 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
+ },
+ 'includes': [
+ '../../../../third_party/closure_compiler/compile_js.gypi'
+ ],
+ }
+ ],
+}
+
« no previous file with comments | « ui/file_manager/image_loader/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698