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

Unified Diff: ui/file_manager/file_manager.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui 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.gyp
diff --git a/ui/file_manager/file_manager.gyp b/ui/file_manager/file_manager.gyp
deleted file mode 100644
index dc6da75abb70536dc7721d6c6bb0f1c89f227381..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': [
- '<(grit_out_dir)/grit/file_manager_resources_map.cc',
- '<(grit_out_dir)/grit/file_manager_resources_map.h',
- 'file_manager_export.h',
- 'file_manager_resource_util.cc',
- 'file_manager_resource_util.h',
- ]
- },
- ],
-}
« no previous file with comments | « ui/file_manager/externs/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/background/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698