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

Unified Diff: components/web_modal.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/web_contents_delegate_android.gypi ('k') | components/web_resource.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
deleted file mode 100644
index cb257daa6473d27115d3a2036b9de87d4c993ceb..0000000000000000000000000000000000000000
--- a/components/web_modal.gypi
+++ /dev/null
@@ -1,48 +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': [
- {
- # GN version: //components/web_modal
- 'target_name': 'web_modal',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../skia/skia.gyp:skia',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'web_modal/modal_dialog_host.cc',
- 'web_modal/modal_dialog_host.h',
- 'web_modal/single_web_contents_dialog_manager.h',
- 'web_modal/web_contents_modal_dialog_host.cc',
- 'web_modal/web_contents_modal_dialog_host.h',
- 'web_modal/web_contents_modal_dialog_manager.cc',
- 'web_modal/web_contents_modal_dialog_manager.h',
- 'web_modal/web_contents_modal_dialog_manager_delegate.cc',
- 'web_modal/web_contents_modal_dialog_manager_delegate.h',
- ],
- },
- {
- # GN version: //components/web_modal:test_support
- 'target_name': 'web_modal_test_support',
- 'type': 'static_library',
- 'dependencies': [
- 'web_modal',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'web_modal/test_web_contents_modal_dialog_host.cc',
- 'web_modal/test_web_contents_modal_dialog_host.h',
- 'web_modal/test_web_contents_modal_dialog_manager_delegate.cc',
- 'web_modal/test_web_contents_modal_dialog_manager_delegate.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/web_contents_delegate_android.gypi ('k') | components/web_resource.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698