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

Unified Diff: content/content_common_plugin.gypi

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « content/content_common_child.gypi ('k') | content/plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_plugin.gypi
diff --git a/content/content_common_plugin.gypi b/content/content_common_plugin.gypi
deleted file mode 100644
index 4fcf28c428add2dfa7e0803965764c75b20567ea..0000000000000000000000000000000000000000
--- a/content/content_common_plugin.gypi
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'dependencies': [
- '../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
- '../components/tracing.gyp:tracing',
- '../ui/ui.gyp:ui',
- ],
- 'include_dirs': [
- '..',
- ],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'common/np_channel_base.cc',
- 'common/np_channel_base.h',
- 'common/npobject_base.h',
- 'common/npobject_proxy.cc',
- 'common/npobject_proxy.h',
- 'common/npobject_stub.cc',
- 'common/npobject_stub.h',
- 'common/npobject_util.cc',
- 'common/npobject_util.h',
- 'common/plugin_messages.h',
- 'common/plugin_param_traits.cc',
- 'common/plugin_param_traits.h',
- 'common/plugin_message_generator.cc',
- 'common/plugin_message_generator.h',
- ],
- 'conditions': [
- ['OS=="ios"', {
- 'sources/': [
- # iOS only needs a small portion of content; exclude all the
- # implementation, and re-include what is used.
- ['exclude', '\\.(cc|mm)$'],
- ],
- }, { # OS!="ios"
- 'dependencies': [
- '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
- '../third_party/npapi/npapi.gyp:npapi',
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:webkit_base',
- ],
- }],
- ],
-}
« no previous file with comments | « content/content_common_child.gypi ('k') | content/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698