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

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

Issue 1084123002: Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp shuffle for ios Created 5 years, 8 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/plugins.gypi ('k') | components/plugins/common/plugins_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/common/BUILD.gn
diff --git a/tools/telemetry/BUILD.gn b/components/plugins/common/BUILD.gn
similarity index 69%
copy from tools/telemetry/BUILD.gn
copy to components/plugins/common/BUILD.gn
index 638f28809dbcb4bccde3136fa3555b777ea97e6c..c0ca042f3a4b1ad1e296647e42b04d69ae0a91c9 100644
--- a/tools/telemetry/BUILD.gn
+++ b/components/plugins/common/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-executable("bitmaptools") {
+static_library("common") {
sources = [
- "telemetry/core/bitmaptools.cc",
+ "plugins_switches.cc",
+ "plugins_switches.h",
]
}
« no previous file with comments | « components/plugins.gypi ('k') | components/plugins/common/plugins_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698