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

Unified Diff: ui/file_manager/file_manager/foreground/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/foreground/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
deleted file mode 100644
index 0a389d832b4f9572d97a4ff688a8cf48e1ba1f3b..0000000000000000000000000000000000000000
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
+++ /dev/null
@@ -1,113 +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': 'main',
- 'variables': {
- 'depends': [
- '../../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
- '../../../../../ui/webui/resources/js/load_time_data.js',
- '../../../../../ui/webui/resources/js/cr.js',
- '../../../../../ui/webui/resources/js/util.js',
- '../../../../../ui/webui/resources/js/i18n_template_no_process.js',
- '../../../../../ui/webui/resources/js/event_tracker.js',
- '../../../../../ui/webui/resources/js/cr/ui.js',
- '../../../../../ui/webui/resources/js/cr/event_target.js',
- '../../../../../ui/webui/resources/js/cr/ui/touch_handler.js',
- '../../../../../ui/webui/resources/js/cr/ui/array_data_model.js',
- '../../../../../ui/webui/resources/js/cr/ui/dialogs.js',
- '../../../../../ui/webui/resources/js/cr/ui/list_item.js',
- '../../../../../ui/webui/resources/js/cr/ui/list_selection_model.js',
- '../../../../../ui/webui/resources/js/cr/ui/list_single_selection_model.js',
- '../../../../../ui/webui/resources/js/cr/ui/list_selection_controller.js',
- '../../../../../ui/webui/resources/js/cr/ui/list.js',
- '../../../../../ui/webui/resources/js/cr/ui/tree.js',
- '../../../../../ui/webui/resources/js/cr/ui/autocomplete_list.js',
- '../../../../../ui/webui/resources/js/cr/ui/splitter.js',
- '../../../../../ui/webui/resources/js/cr/ui/table/table_splitter.js',
- '../../../../../ui/webui/resources/js/cr/ui/table/table_column.js',
- '../../../../../ui/webui/resources/js/cr/ui/table/table_column_model.js',
- '../../../../../ui/webui/resources/js/cr/ui/table/table_header.js',
- '../../../../../ui/webui/resources/js/cr/ui/table/table_list.js',
- '../../../../../ui/webui/resources/js/cr/ui/table.js',
- '../../../../../ui/webui/resources/js/cr/ui/grid.js',
- '../../../../../ui/webui/resources/js/cr/ui/command.js',
- '../../../../../ui/webui/resources/js/cr/ui/position_util.js',
- '../../../../../ui/webui/resources/js/cr/ui/menu_item.js',
- '../../../../../ui/webui/resources/js/cr/ui/menu.js',
- '../../../../../ui/webui/resources/js/cr/ui/menu_button.js',
- '../../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js',
- '../../common/js/error_util.js',
- '../../common/js/async_util.js',
- '../../common/js/volume_manager_common.js',
- '../../common/js/util.js',
- '../../common/js/progress_center_common.js',
- '../../background/js/file_operation_manager.js',
- '../../background/js/file_operation_handler.js',
- '../../background/js/device_handler.js',
- '../../background/js/drive_sync_handler.js',
- '../../background/js/volume_manager.js',
- '../../background/js/progress_center.js',
- '../../background/js/app_window_wrapper.js',
- '../../background/js/background_base.js',
- '../../background/js/background.js',
- '../../../image_loader/image_loader_client.js',
- './metrics.js',
- './ui/combobutton.js',
- './ui/commandbutton.js',
- './ui/file_manager_dialog_base.js',
- './app_installer.js',
- './cws_container_client.js',
- './directory_contents.js',
- './directory_model.js',
- './file_manager.js',
- './file_manager_commands.js',
- './file_selection.js',
- './file_tasks.js',
- './file_transfer_controller.js',
- './file_type.js',
- './file_watcher.js',
- './folder_shortcuts_data_model.js',
- './metadata/metadata_cache.js',
- './navigation_list_model.js',
- './progress_center_item_group.js',
- './search_controller.js',
- './share_client.js',
- './thumbnail_loader.js',
- './ui/conflict_dialog.js',
- './ui/default_action_dialog.js',
- './ui/directory_tree.js',
- './ui/drag_selector.js',
- './ui/drive_banners.js',
- './ui/error_dialog.js',
- './ui/file_grid.js',
- './ui/file_manager_ui.js',
- './ui/file_table.js',
- './ui/location_line.js',
- './ui/multi_profile_share_dialog.js',
- './ui/preview_panel.js',
- './ui/progress_center_panel.js',
- './ui/scrollbar.js',
- './ui/search_box.js',
- './ui/share_dialog.js',
- './ui/suggest_apps_dialog.js',
- './ui/tree.css.js',
- './volume_manager_wrapper.js',
- './metadata/byte_reader.js',
- ],
- 'externs': [
- '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
- '<(CLOSURE_DIR)/externs/chrome_extensions.js',
- '<(CLOSURE_DIR)/externs/file_manager_private.js',
- '<(CLOSURE_DIR)/externs/metrics_private.js',
- '../../common/js/externs.js',
- ],
- },
- 'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
- ],
- }
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698