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

Unified Diff: components/plugins/common/BUILD.gn

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/common/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/components/plugins/common/BUILD.gn
similarity index 62%
copy from components/history/core/common/BUILD.gn
copy to components/plugins/common/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..4ca521484d7e03e771aca034a0c10a2c70dc5d89 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/plugins/common/BUILD.gn
@@ -4,11 +4,11 @@
static_library("common") {
sources = [
groby-ooo-7-16 2015/03/27 23:12:32 Question: Why make this into a component? There's
tommycli 2015/03/28 00:40:04 This goes into the existing 'plugins' component, w
- "thumbnail_score.cc",
- "thumbnail_score.h",
+ "plugins_field_trial.cc",
+ "plugins_field_trial.h",
+ "plugins_switches.cc",
+ "plugins_switches.h",
]
- deps = [
- "//base",
- ]
+ deps = []
}

Powered by Google App Engine
This is Rietveld 408576698