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

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

Issue 645853013: Remove some platform specific stuff from views. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
deleted file mode 100644
index 3a911683d69946ad300eab59b5cf5def8bf8da4f..0000000000000000000000000000000000000000
--- a/ui/file_manager/file_manager/background/js/compiled_resources.gyp
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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/event_target.js',
- '../../../../webui/resources/js/cr/ui/array_data_model.js',
- '../../../../webui/resources/js/cr/ui/dialogs.js',
- '../../common/js/error_util.js',
- '../../common/js/async_util.js',
- '../../common/js/progress_center_common.js',
- '../../common/js/util.js',
- '../../common/js/volume_manager_common.js',
- '../../foreground/js/ui/progress_center_panel.js',
- '../../foreground/js/progress_center_item_group.js',
- 'device_handler.js',
- 'drive_sync_handler.js',
- 'file_operation_handler.js',
- 'file_operation_manager.js',
- 'progress_center.js',
- 'test_util.js',
- 'volume_manager.js',
- 'background_base.js',
- ],
- 'externs': [
- '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
- '<(CLOSURE_DIR)/externs/chrome_extensions.js',
- '<(CLOSURE_DIR)/externs/file_manager_private.js',
- ],
- },
- 'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
- ],
- }
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698