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

Unified Diff: components/browsing_data_ui.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/browsing_data.gypi ('k') | components/bubble.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui.gypi
diff --git a/components/browsing_data_ui.gypi b/components/browsing_data_ui.gypi
deleted file mode 100644
index 85365c294ec50cb2038a1adb871bcb91426bb6b0..0000000000000000000000000000000000000000
--- a/components/browsing_data_ui.gypi
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 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/browsing_data_ui
- 'target_name': 'browsing_data_ui',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'history_core_browser',
- 'sync.gyp:sync',
- 'version_info',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'browsing_data_ui/history_notice_utils.cc',
- 'browsing_data_ui/history_notice_utils.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/browsing_data.gypi ('k') | components/bubble.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698