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

Unified Diff: components/plugins.gypi

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gypi i hope Created 5 years, 9 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
Index: components/plugins.gypi
diff --git a/components/plugins.gypi b/components/plugins.gypi
index a052b511311d8ba6df82ad1ff6e37017a409e720..cd23ddaff8be17965a7d7ac3bf1d4689c0e9dd43 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -5,6 +5,23 @@
{
'targets': [
{
+ # GN version: //components/plugins/common
+ 'target_name': 'plugins_common',
+ 'type': 'static_library',
+ 'sources': [
+ 'plugins/common/plugins_switches.cc',
+ 'plugins/common/plugins_switches.h',
+ 'plugins/common/plugins_field_trial.cc',
+ 'plugins/common/plugins_field_trial.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ },
+ {
# GN version: //components/plugins/renderer
'target_name': 'plugins_renderer',
'type': 'static_library',

Powered by Google App Engine
This is Rietveld 408576698