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

Unified Diff: components/plugins.gypi

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android Created 6 years, 5 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/password_manager/core/common/BUILD.gn ('k') | components/plugins/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins.gypi
diff --git a/components/plugins.gypi b/components/plugins.gypi
index 9775d8b7c4d6fb83e5f8096a39f3688a348bb496..f03c22b8b73a8d708ebedea960815494670a0665 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/plugins/renderer
'target_name': 'plugins_renderer',
'type': 'static_library',
'dependencies': [
@@ -18,6 +19,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'plugins/renderer/plugin_placeholder.cc',
'plugins/renderer/plugin_placeholder.h',
'plugins/renderer/webview_plugin.cc',
@@ -26,6 +28,7 @@
'conditions' : [
['OS=="android"', {
'sources': [
+ # Note: sources list duplicated in GN build.
'plugins/renderer/mobile_youtube_plugin.cc',
'plugins/renderer/mobile_youtube_plugin.h',
]
« no previous file with comments | « components/password_manager/core/common/BUILD.gn ('k') | components/plugins/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698