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

Unified Diff: ui/file_manager/file_manager.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
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/file_manager/audio_player.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager.gyp
diff --git a/ui/file_manager/file_manager.gyp b/ui/file_manager/file_manager.gyp
deleted file mode 100644
index ec12f68839f6fe51433dd3d4582325a3629fd721..0000000000000000000000000000000000000000
--- a/ui/file_manager/file_manager.gyp
+++ /dev/null
@@ -1,52 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/file_manager',
- },
- 'targets': [
- {
- 'target_name': 'file_manager_resources',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'file_manager_resources',
- 'variables': {
- 'grit_grd_file': 'file_manager_resources.grd',
- },
- 'includes': [ '../../build/grit_action.gypi' ],
- },
- ],
- 'includes': [ '../../build/grit_target.gypi' ],
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- '<(SHARED_INTERMEDIATE_DIR)/ui/file_manager/file_manager_resources.pak',
- ],
- },
- ],
- },
- {
- 'target_name': 'file_manager',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- 'file_manager_resources',
- ],
- 'defines': [
- 'FILE_MANAGER_IMPLEMENTATION',
- ],
- 'sources': [
- 'file_manager_export.h',
- 'file_manager_resource_util.cc',
- 'file_manager_resource_util.h',
- '<(grit_out_dir)/grit/file_manager_resources_map.cc',
- '<(grit_out_dir)/grit/file_manager_resources_map.h',
- ]
- },
- ],
-}
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/file_manager/audio_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698