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

Unified Diff: components/app_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/about_handler.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal.gypi
diff --git a/components/app_modal.gypi b/components/app_modal.gypi
deleted file mode 100644
index 045b1ec219a681bf0b430a3dd77336ce32556bb6..0000000000000000000000000000000000000000
--- a/components/app_modal.gypi
+++ /dev/null
@@ -1,47 +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': [
- {
- 'target_name': 'app_modal',
- 'type': 'static_library',
- 'dependencies': [
- '../content/content.gyp:content_browser',
- '../content/content.gyp:content_common',
- '../skia/skia.gyp:skia',
- 'components_strings.gyp:components_strings',
- 'url_formatter/url_formatter.gyp:url_formatter',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'app_modal/app_modal_dialog.cc',
- 'app_modal/app_modal_dialog.h',
- 'app_modal/app_modal_dialog_queue.cc',
- 'app_modal/app_modal_dialog_queue.h',
- 'app_modal/javascript_app_modal_dialog.cc',
- 'app_modal/javascript_app_modal_dialog.h',
- 'app_modal/javascript_dialog_extensions_client.h',
- 'app_modal/javascript_dialog_manager.cc',
- 'app_modal/javascript_dialog_manager.h',
- 'app_modal/javascript_native_dialog_factory.h',
- 'app_modal/native_app_modal_dialog.h'
- ],
- 'conditions': [
- ['use_aura==1',{
- 'dependencies': [
- '../ui/aura/aura.gyp:aura',
- ],
- }],
- ['toolkit_views==1', {
- 'sources': [
- 'app_modal/views/javascript_app_modal_dialog_views.cc',
- 'app_modal/views/javascript_app_modal_dialog_views.h',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « components/about_handler.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698