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

Unified Diff: components/renderer_context_menu.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/rappor.gypi ('k') | components/rlz.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/renderer_context_menu.gypi
diff --git a/components/renderer_context_menu.gypi b/components/renderer_context_menu.gypi
deleted file mode 100644
index 4e516d20be4f217d04f77ebe225107e70f4ee4a3..0000000000000000000000000000000000000000
--- a/components/renderer_context_menu.gypi
+++ /dev/null
@@ -1,32 +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': 'renderer_context_menu',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../components/components.gyp:search_engines',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'renderer_context_menu/context_menu_content_type.cc',
- 'renderer_context_menu/context_menu_content_type.h',
- 'renderer_context_menu/context_menu_delegate.cc',
- 'renderer_context_menu/context_menu_delegate.h',
- 'renderer_context_menu/render_view_context_menu_base.cc',
- 'renderer_context_menu/render_view_context_menu_base.h',
- 'renderer_context_menu/render_view_context_menu_observer.cc',
- 'renderer_context_menu/render_view_context_menu_observer.h',
- 'renderer_context_menu/render_view_context_menu_proxy.h',
- 'renderer_context_menu/views/toolkit_delegate_views.cc',
- 'renderer_context_menu/views/toolkit_delegate_views.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/rappor.gypi ('k') | components/rlz.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698