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

Unified Diff: components/network_hints.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/net_log.gypi ('k') | components/network_session_configurator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_hints.gypi
diff --git a/components/network_hints.gypi b/components/network_hints.gypi
deleted file mode 100644
index f78f480e482bb9d2a5aff176eba6a66f0f898dc1..0000000000000000000000000000000000000000
--- a/components/network_hints.gypi
+++ /dev/null
@@ -1,74 +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': [
- {
- # GN version: //components/network_hints/common
- 'target_name': 'network_hints_common',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../ui/accessibility/accessibility.gyp:accessibility',
- '../url/ipc/url_ipc.gyp:url_ipc',
- ],
- 'sources': [
- 'network_hints/common/network_hints_common.cc',
- 'network_hints/common/network_hints_common.h',
- 'network_hints/common/network_hints_message_generator.cc',
- 'network_hints/common/network_hints_message_generator.h',
- 'network_hints/common/network_hints_messages.cc',
- 'network_hints/common/network_hints_messages.h',
- ],
- },
- {
- # GN version: //components/network_hints/browser
- 'target_name': 'network_hints_browser',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../content/content.gyp:content_browser',
- '../net/net.gyp:net',
- ],
- 'sources': [
- 'network_hints/browser/network_hints_message_filter.cc',
- 'network_hints/browser/network_hints_message_filter.h',
- ],
- },
- ],
- 'conditions': [
- ['OS!="ios"', {
- 'targets': [
- {
- # GN version: //components/network_hints/renderer
- 'target_name': 'network_hints_renderer',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'network_hints_common',
- '../content/content.gyp:content_renderer',
- '../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'sources': [
- 'network_hints/renderer/dns_prefetch_queue.cc',
- 'network_hints/renderer/dns_prefetch_queue.h',
- 'network_hints/renderer/prescient_networking_dispatcher.cc',
- 'network_hints/renderer/prescient_networking_dispatcher.h',
- 'network_hints/renderer/renderer_dns_prefetch.cc',
- 'network_hints/renderer/renderer_dns_prefetch.h',
- 'network_hints/renderer/renderer_preconnect.cc',
- 'network_hints/renderer/renderer_preconnect.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/net_log.gypi ('k') | components/network_session_configurator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698