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

Unified Diff: storage/storage_common.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge 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
« no previous file with comments | « storage/storage_browser.gyp ('k') | testing/android/appurify_support.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/storage_common.gyp
diff --git a/storage/storage_common.gyp b/storage/storage_common.gyp
deleted file mode 100644
index 305a61258e17173fb3230f6c30a16cbb7e2921ba..0000000000000000000000000000000000000000
--- a/storage/storage_common.gyp
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2013 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,
- },
- 'targets': [
- {
- # GN version: //storage/common
- 'target_name': 'storage_common',
- 'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/net/net.gyp:net',
- '<(DEPTH)/url/url.gyp:url_lib',
- ],
- 'defines': ['STORAGE_COMMON_IMPLEMENTATION'],
- 'sources': [
- 'common/blob_storage/blob_item_bytes_request.cc',
- 'common/blob_storage/blob_item_bytes_request.h',
- 'common/blob_storage/blob_item_bytes_response.cc',
- 'common/blob_storage/blob_item_bytes_response.h',
- 'common/blob_storage/blob_storage_constants.h',
- 'common/data_element.cc',
- 'common/data_element.h',
- 'common/database/database_connections.cc',
- 'common/database/database_connections.h',
- 'common/database/database_identifier.cc',
- 'common/database/database_identifier.h',
- 'common/fileapi/directory_entry.cc',
- 'common/fileapi/directory_entry.h',
- 'common/fileapi/file_system_info.cc',
- 'common/fileapi/file_system_info.h',
- 'common/fileapi/file_system_mount_option.h',
- 'common/fileapi/file_system_types.h',
- 'common/fileapi/file_system_util.cc',
- 'common/fileapi/file_system_util.h',
- 'common/quota/quota_status_code.cc',
- 'common/quota/quota_status_code.h',
- 'common/quota/quota_types.h',
- 'common/storage_common_export.h',
- ],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- },
- ],
-}
« no previous file with comments | « storage/storage_browser.gyp ('k') | testing/android/appurify_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698