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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.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/foreground/js/metadata/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
deleted file mode 100644
index d68b75e63fec39350bd1d0915d1f15164cfbead6..0000000000000000000000000000000000000000
--- a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
+++ /dev/null
@@ -1,30 +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': 'metadata_dispatcher',
- 'variables': {
- 'depends': [
- 'metadata_parser.js',
- 'byte_reader.js',
- 'exif_parser.js',
- 'exif_constants.js',
- 'image_parsers.js',
- 'mpeg_parser.js',
- 'id3_parser.js',
- 'function_sequence.js',
- 'function_parallel.js',
- ],
- 'externs': [
- '../../../../externs/exif_entry.js',
- '../../../../externs/platform_worker.js',
- ],
- },
- 'includes': [
- '../../../../compile_js.gypi',
- ],
- }
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698