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

Unified Diff: athena/main/athena_main.gyp

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « athena/main/athena_main.cc ('k') | athena/main/athena_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
deleted file mode 100644
index b2cd482688db47b50782c65a77554fc290635e2f..0000000000000000000000000000000000000000
--- a/athena/main/athena_main.gyp
+++ /dev/null
@@ -1,69 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'athena_main_lib',
- 'type': 'static_library',
- 'dependencies': [
- '../athena.gyp:athena_lib',
- '../athena.gyp:athena_content_lib',
- '../resources/athena_resources.gyp:athena_resources',
- '../../components/components.gyp:component_metrics_proto',
- '../../components/components.gyp:history_core_browser',
- '../../components/components.gyp:omnibox',
- '../../components/components.gyp:pdf_renderer',
- '../../components/components.gyp:search_engines',
- '../../extensions/shell/app_shell.gyp:app_shell_lib',
- '../../pdf/pdf.gyp:pdf',
- '../../skia/skia.gyp:skia',
- '../../ui/app_list/app_list.gyp:app_list',
- '../../ui/native_theme/native_theme.gyp:native_theme',
- '../../ui/views/views.gyp:views',
- '../../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- 'athena_content_client.cc',
- 'athena_content_client.h',
- 'athena_frame_view.cc',
- 'athena_frame_view.h',
- 'athena_launcher.cc',
- 'athena_main_delegate.cc',
- 'athena_main_delegate.h',
- 'athena_renderer_pdf_helper.cc',
- 'athena_renderer_pdf_helper.h',
- 'athena_views_delegate.cc',
- 'athena_views_delegate.h',
- 'debug_accelerator_handler.cc',
- 'debug_accelerator_handler.h',
- 'placeholder.cc',
- 'placeholder.h',
- 'public/athena_launcher.h',
- ],
- },
- {
- 'target_name': 'athena_main',
- 'type': 'executable',
- 'dependencies': [
- '../../ui/accessibility/accessibility.gyp:ax_gen',
- '../athena.gyp:athena_app_shell_lib',
- '../resources/athena_resources.gyp:athena_pak',
- 'athena_main_lib',
- ],
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- 'athena_main.cc',
- ],
- }
- ], # targets
-}
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/athena_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698