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

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: 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 68%
copy from components/history/core/common/BUILD.gn
copy to components/plugins/common/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..7dfc50cb1f786020f2b0ed15885fa0ea6f5afc6f 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/plugins/common/BUILD.gn
@@ -4,8 +4,10 @@
static_library("common") {
sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
+ "plugins_field_trial.cc",
+ "plugins_field_trial.h",
+ "plugins_switches.cc",
+ "plugins_switches.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698