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/plugins.gypi

Issue 1417213010: Plugin Power Saver: remove dead flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more GN fixes Created 5 years, 1 month 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/content_settings/core/browser/DEPS ('k') | components/plugins/common/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 9061833474fd15b24438afb3c445ddbda286cedd..3696b4d2b93fbf40cde4460025bf806e97b28427 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -3,20 +3,6 @@
# found in the LICENSE file.
{
- 'targets': [
- {
- # GN version: //components/plugins/common
- 'target_name': 'plugins_common',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'plugins/common/plugins_switches.cc',
- 'plugins/common/plugins_switches.h',
- ],
- },
- ],
'conditions': [
['OS!="ios"', {
'targets': [
« no previous file with comments | « components/content_settings/core/browser/DEPS ('k') | components/plugins/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698