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: components/memory_coordinator.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 | « components/login.gypi ('k') | components/memory_pressure.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator.gypi
diff --git a/components/memory_coordinator.gypi b/components/memory_coordinator.gypi
deleted file mode 100644
index e1ac8f00daecdab49e691f20a2592881bcb9546c..0000000000000000000000000000000000000000
--- a/components/memory_coordinator.gypi
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright (c) 2016 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': [
- {
- # GN version: //components/memory_coordinator/public/interfaces
- 'target_name': 'memory_coordinator_mojo_bindings',
- 'type': 'static_library',
- 'sources': [
- 'memory_coordinator/public/interfaces/child_memory_coordinator.mojom',
- 'memory_coordinator/public/interfaces/memory_coordinator.mojom',
- ],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
- },
- {
- # GN version: //components/memory_coordinator/common
- 'target_name': 'memory_coordinator_common',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- 'memory_coordinator_mojo_bindings',
- ],
- 'sources': [
- 'memory_coordinator/common/client_registry.cc',
- 'memory_coordinator/common/client_registry.h',
- 'memory_coordinator/common/memory_coordinator_client.h',
- 'memory_coordinator/common/memory_coordinator_features.cc',
- 'memory_coordinator/common/memory_coordinator_features.h',
- ],
- },
- {
- # GN version: //components/memory_coordinator/child
- 'target_name': 'memory_coordinator_child',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- 'memory_coordinator_common',
- 'memory_coordinator_mojo_bindings',
- ],
- 'sources': [
- 'memory_coordinator/child/child_memory_coordinator_impl.cc',
- 'memory_coordinator/child/child_memory_coordinator_impl.h',
- ],
- },
- {
- # GN version: //components/memory_coordinator/browser
- 'target_name': 'memory_coordinator_browser',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- 'memory_coordinator_common',
- 'memory_coordinator_mojo_bindings',
- ],
- 'sources': [
- 'memory_coordinator/browser/memory_coordinator.cc',
- 'memory_coordinator/browser/memory_coordinator.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/login.gypi ('k') | components/memory_pressure.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698