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

Unified Diff: ui/file_manager/file_manager/background/js/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/file_manager/background/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources.gyp b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..bc975fb9efebd619b22dc265a9d014df84b33f39
--- /dev/null
+++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
@@ -0,0 +1,72 @@
+# 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': [
+ '../../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
+ '../../../../webui/resources/js/load_time_data.js',
+ '../../../../webui/resources/js/cr.js',
+ '../../../../webui/resources/js/cr/ui.js',
+ '../../../../webui/resources/js/promise_resolver.js',
+ '../../../../webui/resources/js/util.js',
+ '../../../../webui/resources/js/cr/event_target.js',
+ '../../../../webui/resources/js/cr/ui/array_data_model.js',
+ '../../common/js/lru_cache.js',
+ '../../../image_loader/image_loader_client.js',
+ '../../common/js/error_util.js',
+ '../../common/js/async_util.js',
+ '../../common/js/file_type.js',
+ '../../common/js/metrics_base.js',
+ '../../common/js/metrics_events.js',
+ '../../common/js/metrics.js',
+ '../../common/js/progress_center_common.js',
+ '../../common/js/util.js',
+ '../../common/js/volume_manager_common.js',
+ '../../common/js/importer_common.js',
+ '../../foreground/js/ui/progress_center_panel.js',
+ '../../foreground/js/progress_center_item_group.js',
+ '../../foreground/js/metadata/byte_reader.js',
+ 'app_window_wrapper.js',
+ 'device_handler.js',
+ 'drive_sync_handler.js',
+ 'duplicate_finder.js',
+ 'file_operation_handler.js',
+ 'file_operation_manager.js',
+ 'file_operation_util.js',
+ 'import_history.js',
+ 'launcher_search.js',
+ 'task_queue.js',
+ 'media_import_handler.js',
+ 'media_scanner.js',
+ 'progress_center.js',
+ 'volume_manager.js',
+ 'background_base.js',
+ ],
+ 'externs': [
+ '<(EXTERNS_DIR)/chrome_extensions.js',
+ '<(EXTERNS_DIR)/chrome_send.js',
+ '<(EXTERNS_DIR)/command_line_private.js',
+ '<(EXTERNS_DIR)/file_manager_private.js',
+ '<(EXTERNS_DIR)/metrics_private.js',
+ '../../../../../third_party/analytics/externs.js',
+ '../../../externs/chrome_test.js',
+ '../../../externs/connection.js',
+ '../../../externs/css_rule.js',
+ '../../../externs/es6_workaround.js',
+ '../../../externs/launcher_search_provider.js',
+ '../../../externs/webview_tag.js',
+ '../../../externs/platform.js',
+ '../../../externs/volume_info.js',
+ '../../common/js/externs.js',
+ ],
+ },
+ 'includes': [
+ '../../../compile_js.gypi',
+ ],
+ }
+ ],
+}
« no previous file with comments | « ui/file_manager/externs/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698