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

Unified Diff: content/content_ppapi_plugin.gypi

Issue 2321743002: Inline content_[tests/browser/android].gypi into GN build. (Closed)
Patch Set: gen file fix Created 4 years, 3 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_nacl_nonsfi.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_ppapi_plugin.gypi
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi
deleted file mode 100644
index 4e4ccd9b4b9952f77bc71761c5a59fd849715c79..0000000000000000000000000000000000000000
--- a/content/content_ppapi_plugin.gypi
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright (c) 2011 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.
-
-{
- 'conditions': [
- ['enable_plugins==1', {
- 'dependencies': [
- '../base/base.gyp:base',
- '../gin/gin.gyp:gin',
- '../ppapi/ppapi_internal.gyp:ppapi_ipc',
- '../ui/base/ui_base.gyp:ui_base',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../third_party/WebKit/public/blink.gyp:blink',
- 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
- ],
- 'sources': [
- 'ppapi_plugin/broker_process_dispatcher.cc',
- 'ppapi_plugin/broker_process_dispatcher.h',
- 'ppapi_plugin/plugin_process_dispatcher.cc',
- 'ppapi_plugin/plugin_process_dispatcher.h',
- 'ppapi_plugin/ppapi_blink_platform_impl.cc',
- 'ppapi_plugin/ppapi_blink_platform_impl.h',
- 'ppapi_plugin/ppapi_broker_main.cc',
- 'ppapi_plugin/ppapi_plugin_main.cc',
- 'ppapi_plugin/ppapi_thread.cc',
- 'ppapi_plugin/ppapi_thread.h',
- ],
- 'include_dirs': [
- '..',
- ],
- }],
- ],
-}
« no previous file with comments | « content/content_nacl_nonsfi.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698