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

Unified Diff: components/sync_bookmarks.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/sync/tools/sync_tools.gyp ('k') | components/sync_sessions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_bookmarks.gypi
diff --git a/components/sync_bookmarks.gypi b/components/sync_bookmarks.gypi
deleted file mode 100644
index cea0e3b1c42bc48f6e6d89a4f30f21fd083a5039..0000000000000000000000000000000000000000
--- a/components/sync_bookmarks.gypi
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2015 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/sync_bookmarks
- 'target_name': 'sync_bookmarks',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../components/sync.gyp:sync',
- '../ui/gfx/gfx.gyp:gfx',
- 'bookmarks_browser',
- 'favicon_core',
- 'history_core_browser',
- 'sync.gyp:sync',
- 'undo_component',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: file list duplicated in GN build.
- 'sync_bookmarks/bookmark_change_processor.cc',
- 'sync_bookmarks/bookmark_change_processor.h',
- 'sync_bookmarks/bookmark_data_type_controller.cc',
- 'sync_bookmarks/bookmark_data_type_controller.h',
- 'sync_bookmarks/bookmark_model_associator.cc',
- 'sync_bookmarks/bookmark_model_associator.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/sync/tools/sync_tools.gyp ('k') | components/sync_sessions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698