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

Unified Diff: components/visitedlink.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/version_ui.gypi ('k') | components/wallpaper.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/visitedlink.gypi
diff --git a/components/visitedlink.gypi b/components/visitedlink.gypi
deleted file mode 100644
index bca40f2f9b5c4b659cfc31a1d7f28989f8fcb14d..0000000000000000000000000000000000000000
--- a/components/visitedlink.gypi
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright (c) 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.
-
-{
- 'targets': [
- {
- 'target_name': 'visitedlink_common',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_common',
- '../ipc/ipc.gyp:ipc',
- '../url/url.gyp:url_lib',
- ],
- 'sources': [
- 'visitedlink/common/visitedlink_common.cc',
- 'visitedlink/common/visitedlink_common.h',
- 'visitedlink/common/visitedlink_message_generator.cc',
- 'visitedlink/common/visitedlink_message_generator.h',
- 'visitedlink/common/visitedlink_messages.h',
- ],
- },
- {
- 'target_name': 'visitedlink_browser',
- 'type': 'static_library',
- 'include_dirs': [
- '../skia/config',
- ],
- 'dependencies': [
- 'visitedlink_common',
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../content/content.gyp:content_common',
- ],
- 'sources': [
- 'visitedlink/browser/visitedlink_delegate.h',
- 'visitedlink/browser/visitedlink_event_listener.cc',
- 'visitedlink/browser/visitedlink_event_listener.h',
- 'visitedlink/browser/visitedlink_master.cc',
- 'visitedlink/browser/visitedlink_master.h',
- ],
- }
- ],
- 'conditions': [
- ['OS != "ios"', {
- 'targets': [
- {
- 'target_name': 'visitedlink_renderer',
- 'type': 'static_library',
- 'dependencies': [
- 'visitedlink_common',
- '../base/base.gyp:base',
- '../content/content.gyp:content_common',
- '../content/content.gyp:content_renderer',
- '../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'sources': [
- 'visitedlink/renderer/visitedlink_slave.cc',
- 'visitedlink/renderer/visitedlink_slave.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/version_ui.gypi ('k') | components/wallpaper.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698